https://github.com/xiaorancs/xr-algorithm
经典算法实现,代码整理,是时候展示一波真正的技术了。喵~
https://github.com/xiaorancs/xr-algorithm
algorithm interview
Last synced: 14 days ago
JSON representation
经典算法实现,代码整理,是时候展示一波真正的技术了。喵~
- Host: GitHub
- URL: https://github.com/xiaorancs/xr-algorithm
- Owner: xiaorancs
- License: mit
- Created: 2017-12-11T03:03:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T13:31:21.000Z (about 7 years ago)
- Last Synced: 2025-06-15T06:06:30.473Z (5 months ago)
- Topics: algorithm, interview
- Language: C++
- Homepage:
- Size: 6.95 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xr-Algorithm
算法的面试题积累和学习,分为好几个文件夹,刚开始可能文件的排版没有安排好,之后会慢慢的修改.
## Algorithms
经典算算法的实现,目前实现的代码,stack,queue,shffle array,LIS,LCS,sort,请大家指出问题。
## Interview
各大公司的面试题分析和实现,分为两个文件doc和cpp,分别是题目的介绍分析和实现.这种方式不好,之后会全部改为
cpp源文件,cpp中简单描述题目意思,并分析题目给出代码.
## SearchingAndSorting
搜索和排序的专栏,简单实现有关搜索和排序的题目,只有一个文件cpp源文件,题目的介绍和分析已经代码都在该文件中.
## SegmentTree
线段树的理解和解释和题目.
## Geometric
集合题目集合,包括,线段相交,直线相交,是否是正方形,最大凸包问题等。
## Other
其他的代码,没有进行整理的代码,但是也有注释和题目的解释.
## DynamicProgramming
DP题目整理,Doing ...
## Assert
用到的图片或者其他的资源。
敬请期待....
#### 注:请大家star And 指出问题。