Should I learn pseudo code to learn Data-structures and Algorithms? Or is it actually needed?
Is pseudo code used any more in modern day software development?
Is pseudo code taught in colleges any more?
Data structures and algorithms are usually taught in some existing languages. Pseudo code is still being used nowadays, but because it’s usually very close to some widely known language, there’s not much to learn and I don’t think they teach that in colleges. At least I hope not :)