Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

joshtyler/Sorting-Algorithms

Repository files navigation

#Sorting-Algorithms

This project comprises of an implementation of hash table, and selection sort algorithms in order to explore different ways of storing and retrieving data.

The results are summarised in the report in the docs folder.

Data collected from project

Notes

The project is presented as a single Visual Studio 2013 project, comprising of several programs.

The main two programs are Hashing and Selection_sort, which implement a hash table and data storage using selection sort into an array, respectively.

Several helper programs and scripts are also included which generate data for test, and collate the results in a suitable format for generating graphs. This approach is used because the assignment had strict restrictions on what could be included in the main two programs.

Known problems and limitations

The main two programs would ideally be split into multiple files, but the assignement stated only one file could be submitted for each.

The debug method is also un-necessarily complex. It was developed this way as a learning exercise.

##License This project is released under the MIT license, see LICENSE.txt.

You may do whatever you please with this code, so long as attribution is given to me.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages