Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 754 Bytes

File metadata and controls

26 lines (20 loc) · 754 Bytes

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