What is the best language for working with Data Structure?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the best language for working with Data Structure??

18th Jan 2019, 4:53 AM
KUMAR SHANU
KUMAR SHANU - avatar
3 Answers
+ 3
Data structures are independent of the language used to implement them. It's like asking "Which language is best to work with sorting algorithms?", which in reality, all of them are. It always ends up with the language you are most comfortable with.
18th Jan 2019, 6:05 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
I prefer python simple to understand, easy to code. ...try it out it is fun
8th Feb 2019, 12:09 PM
LEKENIT DOMINIC
LEKENIT DOMINIC - avatar
0
I agree with both of you Hatsy Rei , LEKENIT DOMINIC I have implemented data structures in everal languages C, C++, Python Then I feel C is the perfect language for data structures because it is a low level language compared to other so it is close to the memory. The pointers in c language make you feel like you are actually working with computers memory.
23rd Dec 2020, 6:47 AM
KUMAR SHANU
KUMAR SHANU - avatar