aboutsummaryrefslogtreecommitdiff
path: root/README
blob: debff5dee65482fd56c70b1bacf0f3bb917eae07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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