Algorithm-Swift
is a toolset for writing algorithms in Swift.
- Red-Black Tree (红黑树)
- Dijkstra (最短路径算法)
- Genetic Algorithm (遗传算法)
Just copy the code file to your project.
Enjoy it and give me feedback. If you find any bugs (in fact I am new to Swift), do not hesitate to point them out, and a pull request would be appreciated!
MIT License
Algorithm-Swift
是一套使用Swift语言编码的常用算法。
- Red-Black Tree (红黑树)
- Dijkstra (最短路径算法)
- Genetic Algorithm (遗传算法)
直接将需要的算法代码文件Copy到你的项目中即可。
如果您发现了什么 bug (我刚入门Swift,这简直是必然的),请直接指出,如果还能附带一个 pull request 修正的话,那真的感激万分!
如果您觉得这套算法还不错的话,欢迎加颗星星或者 follow 我一下以示支持,这将对我和我的项目的发展提供不可估量的帮助。再次感谢。
MIT License