Skip to content

lostk1ng/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

algorithm

一些比较经典的算法题目,just for interview,in Java

common

斐波那契数列
最长公共子串(连续)
最长公共子序列(非连续)
最长递增子序列(非连续)
子串的最大和(连续)

designpattern

单例模式

search

二分查找

sort

冒泡排序
选择排序
快速排序
归并排序

swordtooffer

剑指offer中的一些题目

About

Algorithm practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages