Skip to content

Comparitors

Compare
Choose a tag to compare
@CrimsonNynja CrimsonNynja released this 01 Jan 15:16
· 63 commits to master since this release

Binary Search Trees can now have custom comparators

Fixed a bug in getMinNode and getMax node in the Binary Search Tree where if the functions were called when the tree was empty, the program would fail

various extra tests added/improved for better code coverage