BOOKS - PROGRAMMING - Data Structure Using C Theory and Program
US $7.64
886204
886204
Data Structure Using C Theory and Program
Author: Ahmad Talha Siddiqui, Shoeb Ahad Siddiqui
Year: 2024
Number of pages: 428
Format: PDF
File size: 10.1 MB
Language: ENG
Year: 2024
Number of pages: 428
Format: PDF
File size: 10.1 MB
Language: ENG
In computer science, a data structure is a particular way of storing data in a computer so that it can be used efficiently. Different kinds of data structures are suited to various kinds of applications, and some are highly specialized to certain tasks. For Example, B-Trees are well suited for implementation of databases, while compiler implementations usually use hash tables to look up for identifiers. Data structures are used almost in every program or software. Data structures are generally based on the ability of a computer to fetch and store data at any place in its memory, specified by an address- a bit string that can be itself stored in memory and manipulated by the program. Thus, the record and array data structure are based on computing the address of data items with arithmetic’s operation; while the linked list data structures are based on storing address of data items within the structure itself.