- findLeast is a program that gets the position of a number fromt the end(ie from the least number).
- grepCommand is my implementation of the acutal grep command from linux(its till a work in progress).
- safeMemoryAllocation is a program to safely allocated and free memory in a c program.