Skip to content

xambassador/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

429 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Dynamic Programming
  • Segment Trees
  • Graphs
  • Tries and Huffman Coding
  • Priority Queues / Heaps / Binary Heaps
  • Hashmaps
  • Fenwick Tree
  • Number Theory