Feb 2020
The finished files are written following the standards of Norminette - a strict style checker used in 42.
More information in subjects/.
Project | Category | Notes |
---|---|---|
RushBSQ | Group project | Find the largest square in a 2-dimensional character matrix and mark it with a given "fill" character. The program should read from both standard input and from files. Grading was done not only by functionality, but by the efficiency of the program in both speed and memory. |
Rush 01 | Group project | Make a 4x4 Skyscraper game solver given an initial grid. |
Rush 02 WIP | Group project | Make a program that reads an arbitrarily large integer from the standard input and transforms it into its corresponding cardinal numeral using a given dictionary file. |
s00 | Individual project | Basics of unix shell scripting |
s01 | Individual project | Basic shell scripting part 2 |
c00 | Individual project | Introduction to C |
c01 | Individual project | More Introduction to C |
c02 | Individual project | Recursion and Recursive Backtracking |
c03 | Individual project | Review of C material |
c04 | Individual project | Program arguments |
c05 | Individual project | Pointers and arrays |
Finished with success.