ThePrimeagen / kata-machine

1.23k stars 1.23k forks source link

Kata machine in Python #46

Open Andrei-Aksionov opened 1 year ago

Andrei-Aksionov commented 1 year ago

Hi there,

Just want to share implementation of this repo but in python: https://github.com/Andrei-Aksionov/TheLastAlgorithmsCourseYouWillNeed

Basically the same drill: implement algorithm, run tests. Stuck and don't know how to implement - check answers branch.


Don't know how relevant it is to anyone who visits this repo, still hope that someone finds it helpful.

umairmaratab commented 11 months ago

Thank you for this. I am taking the course to understand the algorithm, and then I implement it in python. So, I was looking for something like this.