Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tararhoseyn/algorithm-assignment
A library database system that uses the quicksort and binary search algorithms, as well as some custom insertion and deletion algorithms.
https://github.com/tararhoseyn/algorithm-assignment
Last synced: 21 days ago
JSON representation
A library database system that uses the quicksort and binary search algorithms, as well as some custom insertion and deletion algorithms.
- Host: GitHub
- URL: https://github.com/tararhoseyn/algorithm-assignment
- Owner: TaraRhoseyn
- Created: 2024-01-12T15:19:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T08:55:47.000Z (11 months ago)
- Last Synced: 2024-11-01T05:26:36.462Z (2 months ago)
- Language: Python
- Size: 11.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Assignment
## What is it?
Python application that ingests data and performs the following custom algos:
- iterative quicksort
- binary search
- linear search
- a customised insertion
- a customised deletion## What grade did I get?
78%