Skip to content

INDAPlus21/emilhul-task-15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emilhul-task-15

In almost-union-find is a proposed solution to the kattis problem Almost Union-Find. NOTE: If you have an issue with this Kattis problem it might be due to the input file. Seems like it can put some empty lines in the begining of the input that can mess you up. Atleast I only changed how I did input and it suddenly began working.

In the other folder, binary-tree, is an implementation of an AVL tree complete with test.

How to run

  • Clone repo
  • Navigate into either almost-union-find or binary-tree depending on which one you want to run.
  • For almost-union-find run cargo run in repo directory
  • For binary-tree run cargo test in repo directory to run tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published