Jake Roth

Results 4 issues of Jake Roth

Hi, I'm having issues with steps 8 & 9. When I run `$ python sudoserver.py` from Cygwin after navigating to its location, I receive the following error message: > Traceback...

Based on my comment [here](https://github.com/JuliaInterop/MATLAB.jl/issues/167#issuecomment-1771766974), I would like to point out that the filepath conventions as used by MATLAB.jl don't really seem to work with Windows. I had to manually...

Based on a question I'd asked on [Discourse](https://discourse.julialang.org/t/complexity-implementation-of-disjoint-set-union-find-in-datastructures-jl/119050?u=jacob-roth), I received some encouragement to write a path-halving/path-splitting implementation for union-find data structure. I have a first draft of this for consideration....

I'm using `julia` 1.8.3 for Linux installed from https://julialang.org/downloads/. ``` julia> versioninfo() Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 16 × Intel(R) Xeon(R)...