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.
- Host: GitHub
- URL: https://github.com/rynanda/movie-collection
- Owner: rynanda
- Created: 2023-09-13T10:26:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T10:33:51.000Z (almost 3 years ago)
- Last Synced: 2024-01-29T11:11:11.742Z (over 2 years ago)
- Topics: abstract-data-types, algorithms, big-o-notation, binary-search-tree, csharp, non-linear-data-structures, time-efficiency
- Language: C#
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.