ThePrimeagen / kata-machine

1.28k stars 1.27k forks source link

Kata machine for Golang #42

Open nacknime-official opened 1 year ago

nacknime-official commented 1 year ago

Hi! That's not actually an issue, just want to share - I rewrote (not fully actually) this kata machine on Golang https://github.com/nacknime-official/kata-machine-go

Just contributing to opensource, you know. Must to say that generics in Go is quite a pain in the ass, but anyways :)

If anyone is interested in helping to rewrite other DSA in Go - you are welcome :)

Rik034 commented 1 year ago

Hi @nacknime-official. I added most of the missing DSAs and issued a pull request. They are mostly converted to golang from the typescript tests in this repo. Take a look at it if you want to and tell me if i can help with something else.