Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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%