RANDOM STUFF AS A LEARNING JOURNAL
This README was originally meant for cgit on my old server, not GitHub.
Contents
The greatest common divisor exercise solution
ROOT/GCD/GCD.cHexadecimal to integer converter solution
ROOT/HTOI/HTOI.cVowels and consonants counter of a string
ROOT/VACC/VowelsAndConsonantCounter.cBinary (28-bit) to decimal converter
ROOT/BTD/28bitToDecimal.cPalindrome words checker exercise
ROOT/Palindrome/Palindrome.cSorting numbers using Selection Sort
ROOT/SelectionSort/SelectionSort.cSimple Rock, Paper, Scissors game
ROOT/RPS/rps.cSimple Number Guessing Game (NGG) using Node.js in terminal
ROOT/NGG/*Hangman game (word guesser) written in C ❤️
ROOT/HangManGame/HMG.cSimple Snakes and Ladders game written in C
ROOT/snakesAndLadders/snakesANDladders.CA folder containing simple C programs written during a period away from coding
Dynamic student list project with basic functions
(learning linked lists and implementing one in a project)
ROOT/DynamicStudentList/DynamicStudentList.cHash Map with basic functions (learning hash map implementation with linear probing)
ROOT/HashMap/HashMap.cminiDB that uses my hash map to store persistent data :D
ROOT/miniDB/*—
