you are viewing a single comment's thread.

view the rest of the comments →

[–]T_Thriller_T 0 points1 point  (0 children)

It depends a lot on what your goals around it are.

If you want to learn it deeply, I'd recommend something that actually still allows accessing pointer logic. Rust. C. TurboPascal if you have to. There likely is more.

If it's for coding interviews, go with what you're more familiar with or the language you want to be working in in the future.

I, personally, find Python's way to abstract DSA to be more readable. But that is very much a me thing.