Skip to content

Best collection of Data Structures and Algorithms (Includes basic, advance & augmented data structures).

Notifications You must be signed in to change notification settings

naman14310/DataStructures_Algorithms

Repository files navigation

About This Repository

This repository contains well formatted code for implementation of various basic and advance data structures and algo patterns that I have implemented in 1st year @ IIIT Hyderabad. Please feel free to contribute or report any bug/error in this repo.

Languages : C++, Python, Java

Contents

PS : use below index to jump on any particular topic.

Basic Data Structures and Algorithms

  1. Basic 100

  2. Binary Search

  3. Sorting

  4. Sliding Window

  5. Dequeue

  6. Trees

  7. Graphs

  8. BigInteger Library in C++

  9. Miscellaneous

Advance Data Structures and Algorithms

  1. Avl Tree

  2. Augmented AVL Trees

  3. Ordered Map

  4. Unordered Map

  5. Heaps

  6. Tries

  7. Suffix Arrays

  8. External Sorting

  9. Dynamic Programming

  10. Backtracking

  11. B+ Tree

My Profile Links