+ 2
Data structures
why is it necessary to learn the implementation details of every data structure if most of the languages have an inbuilt library where just the prior knowledge of functions would serve the cause..?
3 Respuestas
+ 2
hmm
+ 1
Ashay Singh Learn their implementation allow you to:
- Understand which data structure fits your need
- Know pros and cons have they then you can better optimize your context
- Implement custom ds based on some tradeoffs (memory vs computing)