Skip to content

Second part of year 3 Software Engineering Lowest Common Ancestor assignment. My first time writing in Rust. Hello Fellow Rustaceans!

Notifications You must be signed in to change notification settings

JayCowan/lca-sweng-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Trees and Lowest Common Ancestors in Rust

Note: the tree should work for any data type with trait PartialOrd and trait Copy, and is tested for most standard primitive numeric types like i32, u32, i64, u64, f32 and f64.

Steps to test:

  • Download and install Rust and Cargo as described here.
  • Open a terminal to the repo directory.
  • In the terminal, run cargo test to view test results.

To view docs in your browser run cargo doc --open.

About

Second part of year 3 Software Engineering Lowest Common Ancestor assignment. My first time writing in Rust. Hello Fellow Rustaceans!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages