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
posted
0
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.
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
posted
0
"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.