| Author |
a tutorial on data structures and algorithms
|
Jeevan Reddy
Ranch Hand
Joined: Nov 10, 2009
Posts: 142
|
|
Hi,
Urgently in need of a short tutorial on data structures and algorithms. I need something which is for beginners.
If someone has please share it with me. There is any website which explains data structures and algorithms in a tutorial, that will also help me.
Thanks
Nanduri
|
SCJP 1.6 (94%)
http://faq.javaranch.com/java/JspFaq
|
 |
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 423
|
|
http://en.wikipedia.org/wiki/Algorithm
http://en.wikipedia.org/wiki/Datastructure
If you need something more specific you need to tell us.
|
 |
abhisheksharma Mr
Greenhorn
Joined: Dec 27, 2011
Posts: 2
|
|
I researched on the internet for a good book on Data structures and algorithms in java and found good reviews for the book "Data Structures and Algorithms in Java (2nd Edition) by Robert Lafore" , but still i am not able to decide onto a book as i see the last print for the book was back in 2003 and i am afraid that i may miss some new concepts with respect to the new version of java .
Can anybody help me in finding a good book on Data structures and Algorithms in Java 6,7.
Thanks
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2552
|
|
Data structures and algorithms are not specific to any programming language, so there is no difference what version of Java you are using to study and implement them.
The logic behind the algorithm is important.
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2552
|
|
|
Only thing is that if you use a book for other language like C++, you would see the data structure or algorithm being implemented using more of pointers, which are not available in Java.
|
 |
 |
|
|
subject: a tutorial on data structures and algorithms
|
|
|