arrow_upward
Any recommendations for books about algorithms and data structures?
#1
Does anyone know any good books about algorithms and data structures?



#2
This book is good:

RE: Any recommendations for books about algorithms and data structures?.

Registered Members Only

You need to be a registered member to see more on RE: Any recommendations for books about algorithms and data structures?.
Login or Sign up to get access to a huge variety of top quality leaks.



If you want the BEST book for algorithms and even data structures, look for this:

RE: Any recommendations for books about algorithms and data structures?.

Registered Members Only

You need to be a registered member to see more on RE: Any recommendations for books about algorithms and data structures?.
Login or Sign up to get access to a huge variety of top quality leaks.


I can't found it in english, try to search for it because that's really worth it.
Concepts are explained in an easy way without leaving anything



[+] 2 users Like Raffaele Castania's post
#3
Try searching: 

RE: Any recommendations for books about algorithms and data structures?.

Registered Members Only

You need to be a registered member to see more on RE: Any recommendations for books about algorithms and data structures?.
Login or Sign up to get access to a huge variety of top quality leaks.



#4
I'll check these links. Thanks for the post and replies!



#5
You can try the introduction to algorithme by george paul, it's free on his blog



#6
some message

thanks dude



#7
Algorithms by Robert Sedgewick is probably a good place to start from. Most algorithms and data structures within the book have Java implementations you could look at.

Introduction to Algorithms by Thomas H. Cormen et al is also a good resource.



#8
If you really want to pimp your data structures game, leverage MIT resources:

RE: Any recommendations for books about algorithms and data structures?.

Registered Members Only

You need to be a registered member to see more on RE: Any recommendations for books about algorithms and data structures?.
Login or Sign up to get access to a huge variety of top quality leaks.



[+] 1 user Likes ok10ds4's post
#9
walking through



#10
Thanks, these will be useful!



#11
Go for Introduction to Algorithms by CLSR if you want the theory and proof but if you want implementations, go for Robert Sedgewick.