Adding programming and image processing challenges

This commit is contained in:
Arun B
2018-07-03 12:25:03 +05:30
parent 6caf4e5678
commit 475dabcc52
9 changed files with 33 additions and 0 deletions

9
Prog/kata.md Normal file
View File

@@ -0,0 +1,9 @@
## Practice Problems ##
Use a programming language you are most comfortable wtih and develop a program
to solve at least Part 1 and 2 of the exercise mentioned on this page.
http://codekata.com/kata/kata04-data-munging/
Include sufficient unit tests that can be run independently.