/code-katas

A home for some code katas I do when i'm bored

Primary LanguageTypeScript

code-katas

A collection of code kata's I do when im bored.

Kata's:

  1. kata-01: Create a binary chop method that takes an integer search target and a sorted array of integers. It should return the integer index of the target in the array, or -1 if the target is not in the array.
  2. kata-02: An exercise using real data poggers.