Skip to content

AirLoft/algorithm-salon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithm-salon

算法沙龙

  • find the longest repeated substring. [SOL] suffix array and LCP, O(n).
  • check if a linked list is palindrome. [SOL] two pointer, O(n).
  • longest common substring, longest common subsequence. [SOL] dynamic programming, O(n^2).
  • Integer2roman and Roman2Integer. [Easy].

About

算法沙龙

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages