aspose file tools
The moose likes Performance and the fly likes datastructure and algorithims Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "datastructure and algorithims" Watch "datastructure and algorithims" New topic
Author

datastructure and algorithims

Alan Hermin
Ranch Hand

Joined: Feb 16, 2006
Posts: 290
Hi ranches.......
do you think that mastering and good undersatnding for different DataStructers and algorithims can help me very good in developing my applications.
if that,, can some one help me what the resource(book) can help me for java & algorithims...
thanks....
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
A good understanding of data structures and algorithms will help in many places, especially if you are concerned about performance (which I assume you are, because you're porting in the Performance forum).

A book I liked a lot is "Introduction to Algorithms" by Cormen/Leiserson/Rivest.


Android appsImageJ pluginsJava web charts
Alan Hermin
Ranch Hand

Joined: Feb 16, 2006
Posts: 290
Thanks ....
i concerning in performance,,,,,but does the memory managment includes in the performance.......
thanks...
Dave Wingate
Ranch Hand

Joined: Mar 26, 2002
Posts: 262
"Memory management" usually refers to the Operating System's strategy for serving up memory resources to a program running on the OS. From the OS perspective, memory management includes considerations such as caching strategies and page replacement policies.

Wikipedia has some info on memory management.


Fun programming etcetera!
Alan Hermin
Ranch Hand

Joined: Feb 16, 2006
Posts: 290
oh then,what do you mean of performance
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: datastructure and algorithims
 
Similar Threads
b-tree, where to start??
OOP-3 Sorting
Help with program: Monty Hall Problem
Regarding Prepartion of Scja
Algorithm vs. computer program