Bumsik Kim

Results 71 comments of Bumsik Kim

![image](https://user-images.githubusercontent.com/7823583/38596934-80fb5fa8-3d22-11e8-8cf3-efa5f971d1f4.png) Now it prints all three settings :)

Added the maze in the photo 6663247 .

It was typo. Well, see the output you know what the output says. The third output is diagonal. ________________________________ From: hyunsooCHOI0215 Sent: Wednesday, April 11, 2018 11:07:28 AM To: kbumsik/WolfieMouse...

![image](https://user-images.githubusercontent.com/7823583/38641340-b9ec0948-3da4-11e8-8c68-8b0963433148.png) Since this commit, it prints repeated number of moves instead of printing them all. Now we can take a look if the algorithm is okay...

@Peque Thanks for this repo, this looks great :) I will take a look at it for the next competition.

Here is my thoughts: 1. Non-smooth: Looks fine in this test case. Well done :) 2. Smooth: It is wrong with repeated forward moving and the last `h` missing. Here...

@victormanuelfrancodev Just add `"use no memo"` on top of your file

I also need this PR. Because of the problem mentioned in this PR I am forced to put our protobuf integration code in the same folder. Thank you for making...

@jgravelle-google Right. This is the current available way for someone who want to use C/C++ functions in a TS application right now. I am not asking Emscripten devs to do...

> Is there already a general-purpose .d.ts generator from webidl for web APIs? I think [microsoft/TSJS-lib-generator](https://github.com/microsoft/TSJS-lib-generator) is the best bet. The TypeScript Team do not hand-write Web API type definitions...