Skip to content

sunnymishra/algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Github repository stores my daily coding problems solutions as part of my LinkedIn #100daysofalgo challenge starting 31st August 2020

Topic - Recursion:

  1. NQueens link
  2. GCD (Euclidean and Binary algorithm) link
  3. TowerOfHanoi link
  4. Permutation (3 different algorithms) link
  5. PowerSet (Recursive and Iterative) link
  6. Subset (All Subset of size k) link
  7. Balanced parentheses (all combinations of balanced parentheses pair of size n) link
  8. Palindrome Partitioning link
  9. Binary Trees Generation of n nodes link
  10. Gray Codes Generation of n-bits link
  11. Tree Diameter link
  12. RangeSum in a Bst (Binary Search Tree) link

Topic - Dynamicprogramming:

  1. Nth Fibonacci number link
  2. Max SubArray Sum link
  3. Coin change combinations(Iterative and Recursive) link
  4. Stairs climbing problem(Recursive) link
  5. Longest common Subsequence strings link
  6. Team score sequence link
  7. Make Palindrome string by deleting characters link
  8. Levenshtein Distance of 2 strings link
  9. Make Palindrome string by adding characters (Recursive and Iterative) link
  10. 2D Array traversal link
  11. Binomial co-efficient using Pascal's triangle link
  12. Catch Fish in a 2D Matrix with max value (Recursive, Iterative & Space efficient solution) link
  13. Validate Interleaving of 2 Strings link
  14. Find Pattern In A 2D Array link
  15. 0-1 Knapsack Problem link
  16. Minimum Weight Path of a Triangle link
  17. Dictionary Word Break (Top-down, Bottom-up and Alternate approach with Memoization) link
  18. Optimal Coin Selection Game among 2 players link
  19. Stair Climbing Ways link
  20. Pretty Printing link

About

University level Algorithm and Data structure practice problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published