Saturday, May 26, 2012

Advanced Data Structures


Advanced Data Structures presents a comprehensive look at the ideas, analysis, and implementation details of the data structure as a special topic in applied algorithms. Data structures are how data is stored in the computer, and how people can go about looking for data within. This text discusses efficient ways to find and update the set of numbers, intervals, or strings by various data structures, such as search trees, structures for sets of intervals or a piece-wise constant functions, orthogonal range search structures, piles, union-find structure , dynamization and persistence of structures, structures for strings, and hash tables. 

Download Link

No comments:

Post a Comment