0
Which language will help to learn Data structures and algorithms very easily..???
7 Réponses
+ 5
You dont need a coding language to learn them. Only to implement them in coding.
One data structure, a stack, is like most other stacks you've seen in real life. You put one thing on top of the other, and if you want to get something, you'd need to take off one from the top until you find it. (just think potato chips in a can)
So if you want to know about implementation and have it be very easy, python is your best bet. I wouldnt call C or C++ easy, but you might!
+ 11
similar posts available use search bar before posting ur question
hope, it may helps u
https://www.sololearn.com/discuss/2131953/?ref=app
https://www.sololearn.com/discuss/2352865/?ref=app
https://www.sololearn.com/discuss/1802824/?ref=app
https://www.sololearn.com/discuss/1536657/?ref=app
https://www.sololearn.com/discuss/1515773/?ref=app
https://www.sololearn.com/discuss/2246121/?ref=app
https://www.sololearn.com/discuss/1790640/?ref=app
https://www.sololearn.com/discuss/1421486/?ref=app
https://www.sololearn.com/discuss/2359657/?ref=app
https://www.sololearn.com/discuss/1924515/?ref=app
+ 1
Granger I agree assembly is fast but when I learn assembly language it is very difficult as compare to c++.
0
All are saying different languages??
0
C++
0
C++ is best for data structures and algorithm because it is very fast as compare to other languages