Skip to content

Fanjunmin/AlgorithmLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

记录学习算法历程

1. leetcode/

leetcode中的一些算法题解:Contest.h , Function.h.

2. PtOffer/

剑指Offer:名企面试官精讲典型编程题Nowcoder

3. TypicalClasses/

/complex : 复数类
/Fraction : 分数类
/String : 字符串类
/share_ptr : 智能指针类。

4. otherAlgo/

/mathOperator :数学运算符类
addition(+), substrction(-), absValue(||), oppValue(-), multiplication(*) and division(/).

/md_5 : md_5算法

/MySort :排序算法
BubbleSort, SelectionSort, InsertionSort, ShellSort, MergeSort, QuickSort and HeapSort.

/stringMatch:字符串匹配算法
brute_forces,KMP,BM,Karp-Rabin

/stringFunction: 常见c字符算法
strlen, strcpy, strncpy, strcat, strncat, strcmp, memset, memcpy, memmove.

About

Algorithm learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published