ZaphodAndo / code-katas

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 100.0%