Skip to content

nelusnegur/tiny-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-structures

This repository contains data structures and algorithms I have studied and explored for fun! The data structures are implemented in Rust. Some of them use raw pointers and the tests should be run with miri to check for undefinded behavior:

rustup toolchain install nightly --component miri
rustup override set nightly

cargo miri test

About

Exploring data structures and algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages