Skip to content

alorber/DSA-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

DSA-Sorting

This is a sorting algorithm Data Structures and Algorithms Project 2.

The aim of this project was to develop a single sorting algorithm that would sort four different linked lists the fastest. Each node of the linked lists contained a last name, first name, and social security number (Each ssn was guaranteed to be unique). The four linked lists the program was graded on were not given before submission, but were described as:

1) "Approximately (within 1 percent of) 100,000 data objects. Each data object will store a randomly selected last name, a randomly selected first name, and a randomly generated social security number."
2) "Approximately (within 1 percent of) 1,000,000 data objects. Each data object will store a randomly selected last name, a randomly selected first name, and a randomly generated social security number."
3) "The same data objects as #2, but they have already been sorted according to last names and first names (but not according to social security numbers)."
4) "Approximately (within 1 percent of) 1,000,000 data objects. Each data object will store the same last name and the same first name (both selected randomly, but only once), and a randomly generated social security number."

Releases

No releases published

Packages

No packages published

Languages