A university project written in Java.
- Dictionaries:
- Binary Search Tree.
- B-Tree.
- Sorting Algorithms:
- Quick Sort.
- Insertion Sort.
- Graph algorithms:
- Breadth-first search.
- Kruskal algorithm.
- Create an instance of MovidaCore.
- Load the formatted data from file (as in example0.txt and example1.txt) using the method
loadFromFile(File f).