Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars Katas Solutions

Codewars

Description

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.

Project Structure

├── 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages