Skip to content

Asthavarshneyy/DSA

Repository files navigation

DSA

Solving Data Structures and Algorithm Problems in C++

  1. Recursion Problems:
    1. Backtracking
      1. Rat in a Maze
      2. Rat chases its chesse
      3. N_Queen Problem
      4. Sudoku Solver
      5. Tricky Permutations
      6. Dictionary Order
    2. Subsets
      1. Tower of Hanoi
      2. Merge Sort
      3. Quicksort
      4. Generate Paranthesis
  2. Linked List Problems:
    1. Reversing the list
    2. Reversing: Recursion
    3. Merging the lists
    4. Operator Overloading

About

Solving Data Structure and Algorithm problems in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages