Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 570 Bytes

Data structures and Algorithms solutions in c++, JavaScript, Python and Go.

Table of content

  • Arrays
  • Character Array and 2D Arrays
  • Searching
  • Sorting
  • Recursion-1
  • Recursion-2
  • Bitmanipulation
  • Adhoc
  • Linked Lists
  • Stacks and Queues
  • Trees(Generic Trees)
  • Binary Trees
  • Binary Search Trees
  • Greedy
  • Dynammic Programming
  • Segment Trees
  • Graphs
  • Tries and Huffman Coding
  • Priority Queues / Heaps / Binary Heaps
  • Hashmaps
  • Fenwick Tree
  • Number Theory