Skip to content

Junnyyy/Algorithm-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Topics

  • Dynamic Programming
    • Text Segmentation
    • Longest Increasing Subsequence
    • Edit distance
    • Leetcode: 53, 97, 647
  • Backtracking
    • N-Queens (slides), Leetcode 51
    • Sudoku
    • Programming Challenge Problem 1
    • Leetcode: 51, 1593
  • Graph Traversal
    • BFS, shortest path
    • DFS, four/two classes of edges
    • Topological sorting
    • Finding strong components (Topological Sorting)
    • Leetcode: 1129
  • Min span tree & single source shortest path
    • Know algorithms
    • Time complexity
    • Recursive algo SSSP on a DAG
    • Singe source shortest -> single source longest

About

My personal algorithm notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published