An open API service indexing awesome lists of open source software.

https://github.com/rynanda/movie-collection

Using binary search tree algorithm to store and manipulate a movie collection library.
https://github.com/rynanda/movie-collection

abstract-data-types algorithms big-o-notation binary-search-tree csharp non-linear-data-structures time-efficiency

Last synced: over 1 year ago
JSON representation

Using binary search tree algorithm to store and manipulate a movie collection library.

Awesome Lists containing this project

README

          

# Binary Search Tree Movie Collection
Using binary search tree algorithm to store and manipulate a movie collection library. Using non-linear data structures and algorithms and developing reusable abstract data types (ADTs). Designing an efficient algorithm to solve two computational problems, traversing the binary search tree, empirically analysing the Big O time efficiency of the algorithms, testing the implementation and writing a technical report.