Skip to content

snailkn/learn_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn_algorithms

some practice of algorithms. based on the book Introduction to Algorithms.

finished

  • 2 算法基础
    • 2.1 插入排序(Insertion-sort)
    • 2.2 选择排序(Selection-sort)
    • 2.3 归并排序(Merge-sort)
  • 4 分治策略
    • 4.2 最大子数组问题(Maximum-subarray)
    • 4.4 矩阵乘法问题(Strassen算法)

Continue...

About

some practice of algorithms. based on the book Introduction to Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published