CS214 Rutgers Systems Programming Assignment 0: Using pointers to sort and parse alphabetical sequences of characters.
Runs on Rutgers iLab machines (Linux x86_64 bit architecture).
To run the program, compile the c file with
gcc -Wall -g -o pointersorter pointersorter.c
and execute the executable with
./pointersorter "insert string input here"
For more on the implementation, check out the readme.pdf file and for sample testcases, check out the testcases.txt file