Skip to content

Latest commit

 

History

History
94 lines (60 loc) · 3.43 KB

README.md

File metadata and controls

94 lines (60 loc) · 3.43 KB

Katas

In order to train a kata, you need to checkout its corresponding branch :

git checkout kata_name

Then read its description from the README.md, and :

  • edit the class in the path /src/kata
  • add tests in the path /src/test

And finally compile with the bash script :

./tester.sh

Fundamentals

Array

String

Object

Database

Array Advanced

String Advanced

Matrix

Map

Stream

  • TODO add pascal case
  • TODO censorship

Binary

Hexadecimal

Recursion

Binary Tree