Jinseo Park

Results 42 comments of Jinseo Park

Of course it is a welcomed contribution, and I would appreciate it. Let me know if you need any support.

Awesome, I just created [tracers.py](https://github.com/algorithm-visualizer/tracers.py) repository. Feel free to send a pull request to it!

> @MarkKoz Is there any news on this ? I have been busy recently and I assume so is @MarkKoz, but I will continue working on it whenever I get...

Sounds great, I'll also start to work on deploying the library to Python Package Index and creating AWS Lambda function to compile codes soon.

My huge apologies to @MarkKoz that I still haven't had much spare time to work on integrating your work into the project. What should be done is to create a...

@phuang07 Thanks for your interest! Let me explain how Algorithm Visualizer supports Java first, since supporting Python would almost exactly resemble it. 1. `git push` to [`tracers.java`](https://github.com/algorithm-visualizer/tracers.java) triggers Travis CI...

Sorry for the late response. I had to temporarily cease supporting C++ as Docker caused the server to be down multiple times. I won't be able to fix it anytime...

@nanw1103 Sorry for the (extremely) late response 😭 I just came up with an idea that by adding `.swap(i1, i2)` method to `Array1DTracer` (and similarly `.swap(i1, j1, i2, j2)` method...

@nem035 I love your idea of highlighting the targetted statement. It might be tedious work for myself and contributors to update line/col numbers every time code is changed, but I...

@nem035 For hiding visualization codes, I think using [Non Standard Code Folding](https://github.com/ajaxorg/ace/wiki/Non-Standard-Code-Folding) supported by the ACE editor is enough. I made them initially folded when code is loaded (de8cd96). I...