aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 502d4cc793f99324ea95754d1b68b04edb9addfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RANDOM STUFF AS A LEARNING JOURNAL
==================================

CONTENTS
--------

* CHECK FILES IN THE TREE TAB


- The greatest common divisor exercise solution, in ROOT/GCD/GCD.c
- Hexadecimal to integer converter solution, in ROOT/HTOI/HTOI.c
- Vowels and consonants counter of a string, in ROOT/VACC/VowelsAndConsonantCounter.c
- Binary(28-bit) to decimal converter, in ROOT/BTD/28bitToDecimal.c
- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c
- Sorting numbers with (selection sort), in ROOT/SelectionSort/SelectionSort.c
- Made a simple Rock, Paper, Scissor game, in ROOT/RPS/rps.c
- Made a simple Number Guessing Game (NGG) using node.js in terminal to learn JS basics, in ROOT/NGG/*
- Made the hangman game(a word guesser basically) in C, <3, in ROOT/HangManGame/HMG.c