+ 2
Books/sites/apps recommended for data structures?
4 Respuestas
0
Although this book is written using the C programming language, it provides good pseudocodes and explanations on important data structures. Also the conversion from C to other languages isn't too bad in my opinion:
Data Structures A Pseudocode Approach with C by Richard Gilberg
0
website : geeksforgeeks.com
0
please check paulprogramming channel on YouTube. This guy is fantastic. He first explains a data structure, say binary search tree, and then code it using C++
0
please check paulprogramming channel on YouTube. This guy is fantastic. He first explains a data structure, say binary search tree, and then code it using C++