• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

a tutorial on data structures and algorithms

 
Ranch Hand
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://en.wikipedia.org/wiki/Algorithm
http://en.wikipedia.org/wiki/Datastructure

If you need something more specific you need to tell us.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Amit Ghorpade
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi..

Data Structure is the mathematical and logical arrangement of data elements with which you can easily perform the basic operations like searching, traversing etc.

Mathematical arrangement like array and logical arrangement like link list. Check out more on Data Structure and Algorithm

For further query please comment

Thanks
Gate Crack
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic