An in-progress compliation of solutions to Karan's Problems. Why? Because I wanted to see if I could do most of the problems. Also, to keep practicing and learning c.
The list of problems can be found here
- clone
- build w/ gcc
- ./driver
- list-- lists all possible programs available to run
- info [program name]-- gives a description of the program
- exit/quit-- exits the program
- [program name] - runs the specified program
- makefile
- make Sieve prettier and use bit arrays to use less memory
- view projects by cateogry
- obviously some more solutions. I was thinking Numbers next
List of all current solutions sorted by category
- Collatz Conjecture (6/28/17)
- Sieve of Eratosthenes (7/12/17)