Data Structures and Algorithms

Jayaprasanna Roddam - Oct 3 - - Dev Community

Hey All, Let's have a fun ride through data structures and algorithms

Here is the detailed plan:

Data structures

  1. Arrays
  2. Strings
  3. Linked lists
  4. Stack
  5. Queue
  6. Tree
  7. Graph
  8. Trie
  9. Heap

Algorithms

  1. Recursion explaination
  2. Backtracking
  3. Tree based algos
  4. String-based algos
  5. Graph-based algos
  6. Greedy algorithms
  7. Dynamic programming
  8. Bit Manipulation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .