Skip to content

Narcissuscyn/Algorithm

Repository files navigation

Algorithm

this repository is for algorithm exercise

Chapter I 排序算法

关于每个算法的解释: https://github.com/Narcissuscyn/Algorithm/blob/master/sort/ten-sort-algorithm.pdf

Chapter II 数据结构之树

  1. 多叉树:https://github.com/Narcissuscyn/Algorithm/blob/master/Tree/n_ary_tree.pdf

Chapter III 算法之搜索+回溯

1.N皇后问题:

WordEmbedding

深度学习里面的一些技术(DL_basic_skills)

1.物体检测里面的NMS: [https://github.com/Narcissuscyn/Algorithm/DL_basic_skils/nms_cpu.py] NMS的计算还涉及到IOU的计算 2. softmax的实现

3.BN的实现

4.双线性插值实现resize

Other

1.KMP(模式匹配算法的理解):https://github.com/Narcissuscyn/Algorithm/blob/master/KMP.pdf 参考链接:http://wiki.jikexueyuan.com/project/kmp-algorithm/define.html

2.RANSAC算法的理解与实现:代码在本项目的ransac目录下,博客为:https://github.com/Narcissuscyn/narcissuscyn.github.io/blob/master/_posts/2017-10-28-ransac.md

About

this repository is for algorithm exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published