FILE ORGANIZATION AND PROCESSING
Author | : Alan L. Tharp |
Publisher | : John Wiley & Sons |
Total Pages | : 420 |
Release | : 2008 |
ISBN-10 | : 8126518685 |
ISBN-13 | : 9788126518685 |
Rating | : 4/5 (85 Downloads) |
Download or read book FILE ORGANIZATION AND PROCESSING written by Alan L. Tharp and published by John Wiley & Sons. This book was released on 2008 with total page 420 pages. Available in PDF, EPUB and Kindle. Book excerpt: Market_Desc: · Advanced Undergraduate and Graduate Students in Computer Science About The Book: This book introduces the many and powerful data structures for representing information physically (in contrast to a database management system that represents information with logical structures). It covers specialized data structures, and explains how to choose the appropriate algorithm or data structure for the job at hand. The four sections treat primary file organizations, bit level and related structures, tree structures, and file sorting. Opening chapters cover sequential file organization, direct file organization, indexed sequential file organization, bits of information, secondary key retrieval, and bits and hashing. Following chapters cover binary tree structures, B-trees and derivatives, hashing techniques for expandable files, other tree structures, more on secondary key retrieval, sorting, and applying file structures. It contains pseudocode, or an outline in English, for most algorithms.