Skip to content

ObaidBuilds/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Practice

Welcome to the Data Structures Practice repository! This repository is designed to help you learn and practice fundamental data structures and algorithms.

Contents

  • Arrays
    • Implementation and examples
  • Linked Lists
    • Singly and doubly linked lists
  • Stacks
    • Implementation with push, pop, and peek operations
  • Queues
    • Simple queue and circular queue implementations
  • Trees
    • Binary trees and binary search trees
  • Graphs
    • Graph representation and traversal algorithms (DFS, BFS)

Getting Started

To get started with this repository, clone it to your local machine:

git clone https://github.com/yourusername/data-structures-practice.git
cd data-structures-practice

About

✨ Iimplementations and algorithms for data structures, designed for practice and learning. It covers fundamental concepts, including arrays, linked lists, stacks, queues, trees, and graphs, providing code examples in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors