Skip to content

CS214 Rutgers Systems Programming Assignment 0: Using pointers to sort and parse alphabetical sequences of characters

Notifications You must be signed in to change notification settings

chris-gong/pointer-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pointer Sorter

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

About

CS214 Rutgers Systems Programming Assignment 0: Using pointers to sort and parse alphabetical sequences of characters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages