Skip to content

Improve my coding style by doing code kata regularly.

Notifications You must be signed in to change notification settings

kenariosz/CodeKatas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coda Katas

Install

git clone [email protected]: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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published