Kaash
February 2, 2026, 11:49pm
1
Rant.
I’ve reached tower of hanoi(last certification project). I know how to write some python code now, and a little bit about algorithms.
But brother, is that last challenge hard. Not in the sense of syntax but rather the logic. The solution requires recursion which is barely covered.
I think an entire section covering DSA and techniques to solve problems in python should be added.
As someone who just got introduced to DSA, this is simply an impossible task(i’m not a genius but most learners aren’t either).
1 Like
I agree this task might be too difficult a step at this point. Designing the algorithm is certainly a huge step up from anything previous or after this lab.
Look here for some advice:
https://forum.freecodecamp.org/t/implement-the-tower-of-hanoi-algorithm-implement-the-tower-of-hanoi-algorithm/772900/2?u=pkdvalis
This was a step-by-step workshop in the previous curriculum. You might gain some insight by going through that: https://www.freecodecamp.org/learn/scientific-computing-with-python/learn-recursion-by-solving-the-tower-of-hanoi-puzzle/step-1