This repository contains my solutions to Codewars Katas. Each solved Kata is organized by the difficulty. They are all written in C language. Each of the katas has the description inside the .c file.
├── 5kyu/
│ ├── rot_13.c
├── 6kyu/
│ ├── build_tower.c
│ ├── character_with_longest_consecutive_repetition.c
│ ├── find_the_unique_number.c
│ ├── maze_runner.c
│ ├── multiples_of_3_or_5.c
│ ├── not_so_random.c
│ ├── remove_the_parenthesis.c
├── 7kyu/
│ ├── digit_x_digit.c
│ ├── sum_factorial.c
├── 7kyu/
│ ├── basic_mathematical_operations.c
│ ├── calculate_bmi.c
│ ├── count_of_positives-sum_of_negatives.c
│ ├── find_the_smallest_integer.c
│ ├── transportation_on_vacation.c
└── README.md