Cenarius-io / CodeKatas

Improve my coding style by doing code kata regularly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coda Katas

Install

git clone git@github.com:Cenarius-io/CodeKatas.git CodeCatas

cd CodeCatas

composer install

Usage

Use the make command to run all tests or separately by challenges

#all test
make tests

#Back to the Checkout
make test-checkout

#First missing number
make test-missing-number

#Roman numerals
make test-roman-numerals

#Prime factors
make test-prime-factors

Challenges

Back to the Checkout

Kata09: Back to the Checkout

First missing number

Given an unsorted integer array nums, return the smallest missing positive integer.

Roman numerals

Roman Numerals

Prime factors

Prime Factorization

About

Improve my coding style by doing code kata regularly.


Languages

Language:PHP 97.7%Language:Makefile 2.3%