diff options
| author | Hyder Hadi <hyder@hyderhadi.xyz> | 2026-05-12 17:16:24 +0300 |
|---|---|---|
| committer | Hyder Hadi <hyder@hyderhadi.xyz> | 2026-05-12 17:16:24 +0300 |
| commit | 7416e4e79a406bd9d2c6657ced6e5e8fe22ffb73 (patch) | |
| tree | 0cd9ff959a85bb3f2a3c55744c326a1112a84386 /README | |
| parent | b0c77d02498ad9c9d1eca02d34ba43616652d363 (diff) | |
Clean up for the DynamicStudentList.c and other simple things
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ CONTENTS -------- * CHECK FILES IN THE TREE TAB - +* THIS README FILE WAS MEANT FOR CGIT ON MY OLD SERVER NOT GITHUB - The greatest common divisor exercise solution, in ROOT/GCD/GCD.c - Hexadecimal to integer converter solution, in ROOT/HTOI/HTOI.c @@ -18,3 +18,4 @@ CONTENTS - Made the hangman game(a word guesser basically) in C, <3, in ROOT/HangManGame/HMG.c - Added a simple snakes and ladders game as an exercise in C, in ROOT/snakesAndLadders/snakesANDladders.C - Added a folder containing simple-C-programs that i just wrote when i was absent and not coding for the past period. +- A dynamic student list with basic functions (trying to understand linked list and implementing one in a project), in ROOT/DynamicStudentList/DynamicStudentList.c
\ No newline at end of file |
