Skip to content

Jack-Barry/leetcode-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-rust

This is a simple project for being able to work on LeetCode problems and catalog solutions with tests to verify correctness while I'm learning Rust.

Don't judge me for how yucky this repo may be, I still have a lot to learn with Rust!

To run tests:

cargo test <PATH_TO_TEST>

# e.g.
cargo test arrays
cargo test arrays::contains_duplicate

More info on cargo test can be found here or by running cargo test --help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages