ashishsahu1 / DataStructures-and-Algorithm

These are my data structures repo where the core basics of data structures are implemented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structures and Algorithms

Contents

  • Data-Structures

    • Arrays
    • Linked-List
    • Stack
      • Array Implementation
      • Linked-List Implementation
    • Queue
      • Array Implementation
      • Linked-List Implementation
    • Trees
      • Binary Tree
      • Binary Search Tree
      • AVL Tree
      • B and B+ Tree
      • Red Black Tree
    • Hash-Table
    • Heap Data-Structures
    • Graph Theory
  • Algorithms

    • Sorting Algorithms
    • Searching Algorithms
    • Greedy Algorithms
    • Dynamic Algorithms
  • Questions

    • 500 Questions

About

These are my data structures repo where the core basics of data structures are implemented

License:MIT License


Languages

Language:C 64.4%Language:Jupyter Notebook 20.8%Language:Python 14.8%