ok, solving DSA using python helps in learning python properly. Coming from Java, I love how clean it is — no massive syntax, no unnecessary imports everywhere.
But one thing felt so weird to me… why do booleans in Python start with capital letters? True and False just look off 🤔
I always avoided python, it's syntax was never intuitive for me, and almost everything that can be done in python, I was able to find workaround with JS/TS, but looks like there is no running away from python now.
Maybe I should start practicing DS/Algo in python, Idk why I still do that in Java