Repo for university coursework based around data structures. Contains Binary Search Tree & Graph structure. Written in C++, developed in Visual Studio 2017. Also contains unit testing.
The text in the file that the binary search tree reads from is:
Title: Atlas Shrugged
Author: Ayn Rand
Date: 1957
Format: book
Resources used:
https://www.hackerearth.com/practice/algorithms/graphs/breadth-first-search/tutorial/
https://www.tutorialspoint.com/data_structures_algorithms/depth_first_traversal.htm
https://brilliant.org/wiki/dijkstras-short-path-finder/
https://en.cppreference.com/w/cpp/language/range-for
https://en.cppreference.com/w/cpp/container/map