A collection of algorithms and data structures implemented in Rust, ranging from simple sorting and list structures, to more full-featured elements such as a linear and matrix algebra module.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
Working on flat matrix transpose using strides and shapes (a la numpy). Took a break to work on some heaps from CLRS.
297fa35View on GitHubStarted Matrix class, considering GenericArray vs Vec for underlying data structure.
a2f1c06View on GitHubFleshed out tests and added an accidentally removed method from LinkedList<T>.
5fd6ad8View on GitHubConverted singly linked list to Rc; started doubly linked.
aff86ccView on GitHub