Skip to content

pavanmca/codecode

Repository files navigation

codecode

Algorithms and Data Structures Programs in Java

  1. Dijkastra's shortest/minimum cost path algorithm
  2. Smallest Window To Be Sorted
  3. Longest Increasing Subsequence
  4. Kth Largest Number - heap
  5. K Smallest Numbers - heap
  6. Last Stone Weight - heap
  7. DFS - Graph
  8. Topological sorting - Kahn's algo , BFS
  9. Topological sorting - DFS
  10. Coin Change - DP

About

Algorithms and Data Structures for Interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages