Data Structures and Program Design Using C - A Self-Teaching Introduction
Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world...
Saved in:
Main Authors | , |
---|---|
Format | eBook |
Language | English |
Published |
Berlin
Mercury Learning and Information
2019
Mercury Learning & Information |
Edition | 1 |
Subjects | |
Online Access | Get full text |
ISBN | 9781683922070 1683922077 |
DOI | 10.1515/9781683922766 |
Cover
Abstract | Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world applications are integrated throughout the text to explain the technical concepts presented. |
---|---|
AbstractList | Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world applications are integrated throughout the text to explain the technical concepts presented. Features:* Covers data structure fundamentals using C* Numerous tips and practical applications enhance understanding of concepts Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world applications are integrated throughout the text to explain the technical concepts presented. |
Author | Malhotra Dheeraj Malhotra Neha |
Author_xml | – sequence: 1 fullname: Malhotra, D – sequence: 2 fullname: Malhotra, N |
BookMark | eNplkMtPwzAMxoN4iNeO3HNBiEPBiZt0PY6Ox6RJIG3jWqWtu42VZiQdiP-ejiIhxMn2558_2T5me7WtibEzAVdCCXUdR32h-xhLGWm9w3rbWkkUEjBUu13d9SGCA3YsAFsFNcpD1vP-BQAQtAoxOmKjoWkMnzRukzcbR56buuBPzs6deeVD8st5zWd-Wc95wgM-4BOqymBKJl9stVHdOFu0o0tbn7L90lSeej_xhD3f3U6Th2D8eD9KBuPACK00BAZzApEpjaWEwgjM4wxFGWWg2qUiSYWRIgaM-2FUCE0U5hnIEEoVlhmEGZ6wy87Y-BV9-IWtGp--V5RZu_Lpn-f8sh-masgVNHebzzZJX43L_7EXHbt29m1Dvkm_LXNqjzRVenuTKIzDvpQted6Rq9q-U5Wu3bL1-0y3eLpaDydPw1kyQPwCzdN8eQ |
ContentType | eBook |
Copyright | 2019 |
Copyright_xml | – notice: 2019 |
DEWEY | 511.8 |
DOI | 10.1515/9781683922766 |
DatabaseTitleList | |
DeliveryMethod | fulltext_linktorsrc |
Discipline | Mathematics |
EISBN | 9781523120345 1523120347 9781683922766 168392276X 9781683922087 1683922085 |
Edition | 1 |
ExternalDocumentID | 9781683922766 EBC5394822 book_kpDSPDUCA3 |
GroupedDBID | -VQ -VX 38. 5O. AABBV AAFKH AAKGN AALIM AANYM AAUSU AAWZI AAZEP AAZGR ABHWV ABONK ABWNX ACXXF ADBND ADDXO ADVQQ AEAED AEDVL AEHEP AEIUR AEQJM AFHFQ AFQEX AFRFP AGLJD ALMA_UNASSIGNED_HOLDINGS APVFW AZZ BBABE BFRBX BHFIF CMZ CZZ DUGUG E2F EBFEC EBSCA ECOWB I4C JJU K-E L7C TD3 UE6 WZT XI1 YSPEL AAFRR ABMRC ABRSK ACBYE ECNEQ QD8 AAHDW |
ID | FETCH-LOGICAL-a16560-a3ce01b563f20da13c9b31f7b0506572eda219039847d16ee4cb0240f54fb04b3 |
IEDL.DBID | CMZ |
ISBN | 9781683922070 1683922077 |
IngestDate | Fri Nov 08 05:18:06 EST 2024 Fri Sep 26 20:06:53 EDT 2025 Fri May 30 21:39:21 EDT 2025 Sat Nov 23 13:58:08 EST 2024 |
IsPeerReviewed | false |
IsScholarly | false |
Keywords | Programming Data |
LCCallNum_Ident | QA63 .M354 2019 |
Language | English |
LinkModel | DirectLink |
MergedId | FETCHMERGED-LOGICAL-a16560-a3ce01b563f20da13c9b31f7b0506572eda219039847d16ee4cb0240f54fb04b3 |
OCLC | 1037813632 |
PQID | EBC5394822 |
PageCount | 552 |
ParticipantIDs | askewsholts_vlebooks_9781683922766 walterdegruyter_marc_9781683922766 proquest_ebookcentral_EBC5394822 knovel_primary_book_kpDSPDUCA3 |
PublicationCentury | 2000 |
PublicationDate | 2019 2018 [2018] 2018-05-07 |
PublicationDateYYYYMMDD | 2019-01-01 2018-01-01 2018-05-07 |
PublicationDate_xml | – year: 2019 text: 2019 |
PublicationDecade | 2010 |
PublicationPlace | Berlin |
PublicationPlace_xml | – name: Berlin – name: Dulles, VA |
PublicationYear | 2019 2018 |
Publisher | Mercury Learning and Information Mercury Learning & Information |
Publisher_xml | – name: Mercury Learning and Information – name: Mercury Learning & Information |
RestrictionsOnAccess | restricted access |
SSID | ssj0003065437 ssib055625014 |
Score | 2.0942035 |
Snippet | Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The... |
SourceID | askewsholts walterdegruyter proquest knovel |
SourceType | Aggregation Database Publisher |
SubjectTerms | COMPUTERS / Data Modeling & Design COMPUTERS / Database Management / Data Mining COMPUTERS / Programming / General COMPUTERS / Programming Languages / C Data Problem solving-Data processing Programming Programming Languages Software Engineering |
TableOfContents | Title Page
Preface
Table of Contents
1. Introduction to Data Structures
2. Introduction to the C Language
3. Arrays
4. Linked Lists
5. Queues
6. Searching and Sorting
7. Stacks
8. Trees
9. Multi-Way Search Trees
10. Hashing
11. Files
12. Graphs
Appendix: Answers to Selected Exercise
Index Intro -- Data Structures_Chapter_1 -- Data Structures_Chapter_2 -- Data Structures_Chapter 3 -- Data Structures_Chapter 4 -- Data Structures_Chapter 5 -- Data Structures_Chapter 6 -- Data Structures_Chapter 7 -- Data Structures_Chapter 8 -- Data Structures_Chapter 9 -- Data Structures_Chapter 10 -- Data Structures_Chapter 11 -- Data Structures_Chapter 12 -- Data Structures_BM -- Data Structures_Index Acknowledgments -- 7 Stacks -- 10 Hashing -- Preface -- CONTENTS -- 9 Multi-Way Search Trees -- Index 5 Queues -- 1 Introduction to Data Structures -- 8 Trees -- 3 Arrays -- Frontmatter -- 12 Graphs -- 2 Introduction to the C Language -- Appendix. Answers to Selected Exercises -- 11 Files -- 6 Searching and Sorting -- 4 Linked Lists -- |
Title | Data Structures and Program Design Using C - A Self-Teaching Introduction |
URI | https://app.knovel.com/hotlink/toc/id:kpDSPDUCA3/data-structures-program/data-structures-program?kpromoter=Summon https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=5394822 https://www.degruyterbrill.com/isbn/9781683922766 https://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781683922766&uid=none |
hasFullText | 1 |
inHoldings | 1 |
isFullTextHit | |
isPrint | |
link | http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwvV3fT9swELYQexkPYxtDK4zKmng1TeI4aXiZtv4QDBUhlSHESxTHZzalSgtNQezP2F_M2U7KioT2tpdIiayzcnc6n32fvyNkH3AR7GoApkQQ4gYl8VlXaM60SVYNW0oUmcvJo9Po6Ef4_VJcrpGb5i6MaW5VlNM7mNgw_XNamUJmp5rmnV_qsJj1x2emIw3vGAAlcxyrC9yYshrO9NL3L8XMwtvQPdzxkona6O6mvDu6Wp7K2D7q3DTy8yOTOuCQuCaGat69mqkTE4HO03dLs7iRzQsMTRi2qjmuaO4_VlLXN_e2CK7g-nbxUDVFV7uWDTfJn0YLDsJSHCwqeZD_fkYQ-V_V9Ja8AnPr4h1Zg_I92RgtyWTnW-S4j1LoeCmFZqWiZ04S7VsECrXIB9qjjH6lY5hodl6jROmxgeIrx5H7gVwMB-e9I1Z3gGCZZQViGc_B86WIuA48lfk8TyT3dSw9gZaKA1AZhlyPJ7jIKj8CCHNpWNu0CLX0Qsm3yXo5LeEjoQpyFWkpVMiz0I9VV8W5LyCAIFDdLFct8vkv86V3E1utnqcrNm6RtlN7OnNkIKkZlD4pvEVoY-3UCqgxtungW0_wJMR8DCd65gWpoS1ZnWjnXxPtkteYuyXuNOgTWUcjwB7mR5VsW5fG5wkbPAIUbxZB |
linkProvider | Knovel |
openUrl | ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Data+Structures+and+Program+Design+Using+C%3A+A+Self-Teaching+Introduction&rft.au=Malhotra%2C+D&rft.au=Malhotra%2C+N&rft.date=2018-05-07&rft.pub=Mercury+Learning+%26+Information&rft.isbn=9781683922766&rft_id=info:doi/10.1515%2F9781683922766&rft.externalDocID=9781683922766 |
thumbnail_m | http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fvle.dmmserver.com%2Fmedia%2F640%2F97816839%2F9781683922766.jpg |
thumbnail_s | http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fcontent.knovel.com%2Fcontent%2FThumbs%2Fthumb11339.gif |