Skip to content

wrd0wl/MOVIes-Data-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 

Repository files navigation

MOVIes Data and Algorithms

A university project written in Java.

Implemented dictionaries and algorithms.

  • Dictionaries:
    • Binary Search Tree.
    • B-Tree.
  • Sorting Algorithms:
    • Quick Sort.
    • Insertion Sort.
  • Graph algorithms:
    • Breadth-first search.
    • Kruskal algorithm.

How to use:

  • Create an instance of MovidaCore.
  • Load the formatted data from file (as in example0.txt and example1.txt) using the method loadFromFile(File f).

About

A university project written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages