Showing posts with label BFS shortest distance vs first found. Show all posts
Showing posts with label BFS shortest distance vs first found. Show all posts

Friday, March 3, 2017

Code review: KinghtL on a chessboard

March 3, 2017

Problem statement

Need to study how to put math symbol into the problem statement:

Study the webpage - what HTML tags are allowed.

Won a fanatic badge - visit the codereview.stackexchange.com in last 100 days. Official statement:
Visit the site each day for 100 consecutive days. (Days are counted in UTC.).

Code review is here

March 8, 2017

Julia got excellent review with 5 advices in March 7, 2017, she will put together the C# code and post here as well. 


C# code updated version based on the recode review is here.

JS1 showed me how to do flood-fill algorithm. Also read this tutorial.