0

Which language will help to learn Data structures and algorithms very easily..???

17th Jul 2020, 2:36 PM
Husnain Ansari
Husnain Ansari - avatar
7 odpowiedzi
+ 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!
17th Jul 2020, 2:44 PM
Slick
Slick - avatar
+ 1
Granger I agree assembly is fast but when I learn assembly language it is very difficult as compare to c++.
19th Jul 2020, 9:11 AM
Jahanzaib Shahid
Jahanzaib Shahid - avatar
0
All are saying different languages??
17th Jul 2020, 2:43 PM
Husnain Ansari
Husnain Ansari - avatar
0
C++
18th Jul 2020, 2:25 PM
Jahanzaib Shahid
Jahanzaib Shahid - avatar
0
C++ is best for data structures and algorithm because it is very fast as compare to other languages
19th Jul 2020, 8:55 AM
Jahanzaib Shahid
Jahanzaib Shahid - avatar
0
Granger yeah python is also a very good option but when I solve same problem with same logic in python on codeforces it takes 5+ second and in c++ it takes 2 second
19th Jul 2020, 9:29 AM
Jahanzaib Shahid
Jahanzaib Shahid - avatar