Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

Algorithms and data structures implemented in Rust

This repository is a result of my studies of algorithms, data structures and Rust programming language. Since these topics are new to me, it's possible there are some mistakes or inefficient implementations. In such case, please open an issue or submit a pull request.

Algorithms

Sorting

Pathfinding

A huge thanks goes to Amit Patel's exhausting resources on maps, graphs and pathfinding.