mre / the-coding-interview

Programming exercises, code katas and puzzles for your job interview training - or just for fun.
MIT License
1.7k stars 415 forks source link

solution for knights-on-chessboard (kotlin) #153

Closed ottx96 closed 3 years ago

ottx96 commented 3 years ago

I've implemented a kotlin solution for this problem. Furthermore I have added a text file containing the board to read from.

I also deleted the java version as it did not work properly.

mre commented 3 years ago

Thanks a lot @ottx96