+ 3
What is the best language for working with Data Structure??
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.
+ 1
I prefer python simple to understand, easy to code. ...try it out it is fun
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.