Skip to content

colehocking/HashSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashSorter

This program is a hashing algorithm for sorting large data input. It uses .txt files with large quantities of random integers (10,000, 55,000, 11,011) as test files. The goal is to sort the integers as evenly as possible.

The sorter creates a nice hash table by using the modulus operator with a prime number (as is tradition).

Keeping this repo here for easy access in the future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages