Skip to content

joelacummings/QuickSortComparison

Repository files navigation

QuickSortComparison

A comparison of languages using the quicksort algorithm for CIS*4500.

This seeks to compare 4 langauges in their implemnentation of quicksort developed by hand. This compares the structures, syntax, performance and suitability of a language for the algorithim.

Each program reads in a file of integers and sorts them, outputting them to stdout.

Compile and Execute

C - gcc quicksort.c -o quick_sort_c ./quick_sort_c < [filename]

Ada - gnat make quicksortproc.adb ./quicksortproc [filename]

Python - python3 quicksort.py < [filename]

Julia - julia quicksort.jl < [filename]

Dicussion

See the results of experiment in the Discussion Directory

About

A comparison of languages using the quicksort algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published