Showing posts with label data structures. Show all posts
Showing posts with label data structures. Show all posts

Monday, January 26, 2009

Java Util package doesnt have a generic tree ?

Hi
Many a times developers say that java util package doesn't support a geveric java tree
the api does have
A generic tree can be written as here and here

Google created its own collections framework that is being used in many of its applications as explained in videos 1 and 2. the project can be downloaded from here.

Monday, January 5, 2009

Data Structures

Few good links for Data Structures
  • C API : http://code.google.com/p/c-generic-library/
  • google collections : http://code.google.com/p/google-collections/
  • java listenable collections : http://code.google.com/p/jalico/
  • JRDF : http://code.google.com/p/jrdf/
  • J5Collections : http://code.google.com/p/j5collections/
  • Stanford video tutorial : http://in.youtube.com/view_play_list?p=84A56BC7F4A1F852
  • Book : http://www.brpreiss.com/books/opus5/html/page257.html
More links