Data Structures and Program Design Using Python - A Self-Teaching Introduction

Data structures provide a means to managing huge amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing services. This book is designed to present fundamentals of data structures for beginners using the Python programming language in a friendly, sel...

Celý popis

Uložené v:
Podrobná bibliografia
Hlavní autori: Malhotra, D, Malhotra, N
Médium: E-kniha
Jazyk:English
Vydavateľské údaje: Berlin Mercury Learning and Information 2021
Mercury Learning & Information
Vydanie:1
Predmet:
ISBN:9781683926399, 1683926390
On-line prístup:Získať plný text
Tagy: Pridať tag
Žiadne tagy, Buďte prvý, kto otaguje tento záznam!
Abstract Data structures provide a means to managing huge amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing services. This book is designed to present fundamentals of data structures for beginners using the Python programming language in a friendly, self-teaching, format. Practical analogies using real world applications are integrated throughout the text to explain technical concepts. The book includes a variety of end-of-chapter practice exercises, e.g., programming, theoretical, and multiple-choice.
AbstractList No detailed description available for "Data Structures and Program Design Using Python".
Data structures provide a means to managing huge amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing services. This book is designed to present fundamentals of data structures for beginners using the Python programming language in a friendly, self-teaching, format. Practical analogies using real world applications are integrated throughout the text to explain technical concepts. The book includes a variety of end-of-chapter practice exercises, e.g., programming, theoretical, and multiple-choice.
Author Malhotra Dheeraj
Malhotra Neha
Author_xml – sequence: 1
  fullname: Malhotra, D
– sequence: 2
  fullname: Malhotra, N
BookMark eNpVkE1PwkAQhtf4EQU5et-LMR6qu9v9PCKgkhAlAbw203YLSNnFbVH595bgQU8zyfPMm8nbQifOO4vQFSV3VFBxb5SmUseGyVizI9SigsWUq5jqY9T5A405ayBjUmqjlDhHnap6J4QwbqgS4gK99KEGPKnDNqu3wVYYXI7Hwc8DrHHfVsu5w7Nq6eZ4vKsX3uEId_HElkU0tZAt9mDo6uDz5n7p3SU6LaCsbOd3ttHb42Dae45Gr0_DXncUAdWaf0cgQBGpDBHCcCoULSAmmZGcWlCmYCRLTZ6nRKYxSSHjiudFyjTNodBSAYvb6PYQ_AVlbUNu52G7a5ZkDSFL_tXTuDcHdxP8x9ZWdWJT71eZbR6HMhk89CQn3BDdmNcHc-X8py2TTVg2ebtkryerTX8y7s_GXR3_AEYicVU
ContentType eBook
Copyright 2021
Copyright_xml – notice: 2021
DOI 10.1515/9781683926382
DatabaseTitleList

DeliveryMethod fulltext_linktorsrc
Discipline Computer Science
EISBN 1523147318
9781523147311
9781683926382
1683926382
1683926374
9781683926375
Edition 1
ExternalDocumentID 9781683926382
EBC6404908
book_kpDSPDUPA8
GroupedDBID -VQ
-VX
4S.
5O.
AABBV
AAUSU
AAZEP
ABHWV
ABONK
ACNAM
ACXXF
ADDXO
ADVQQ
AEAED
AEDVL
AEIUR
AEQJM
AFHFQ
AFRFP
AGLJD
ALMA_UNASSIGNED_HOLDINGS
BBABE
BFRBX
BHFIF
BPBUR
CGFFG
CMZ
CZZ
C~C
DUGUG
DYXOI
EBSCA
ECOWB
K-E
KT4
TD3
XI1
AAGUP
AAHDW
AAKGN
AANYM
AAZGR
ABRSK
ADBND
AEHEP
AFQEX
AHWGJ
APVFW
E2F
QD8
UE6
ID FETCH-LOGICAL-a1884x-a5a70679055941571fa30c9641ea79f20cb9ddb06b30bac474dfb281daf867a23
IEDL.DBID KT4
ISBN 9781683926399
1683926390
IngestDate Fri Nov 21 19:38:06 EST 2025
Wed Nov 26 06:28:53 EST 2025
Sat Nov 23 14:12:47 EST 2024
IsPeerReviewed false
IsScholarly false
Keywords Programming
search trees
big data analytics
business intelligence
distributed programming
LCCallNum_Ident QA76.73.P98 .M354 2020
Language English
LinkModel DirectLink
MergedId FETCHMERGED-LOGICAL-a1884x-a5a70679055941571fa30c9641ea79f20cb9ddb06b30bac474dfb281daf867a23
OCLC 1226689775
PQID EBC6404908
PageCount 394
ParticipantIDs walterdegruyter_marc_9781683926382
proquest_ebookcentral_EBC6404908
knovel_primary_book_kpDSPDUPA8
PublicationCentury 2000
PublicationDate 2021
2020
[2020]
PublicationDateYYYYMMDD 2021-01-01
2020-01-01
PublicationDate_xml – year: 2021
  text: 2021
PublicationDecade 2020
PublicationPlace Berlin
PublicationPlace_xml – name: Berlin
– name: Dulles, VA
PublicationYear 2021
2020
Publisher Mercury Learning and Information
Mercury Learning & Information
Publisher_xml – name: Mercury Learning and Information
– name: Mercury Learning & Information
RestrictionsOnAccess restricted access
SSID ssj0002491755
ssib044471440
ssib042513739
ssib053792426
ssib055625016
ssib047718767
ssib054458744
Score 2.3837745
Snippet Data structures provide a means to managing huge amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing...
No detailed description available for "Data Structures and Program Design Using Python".
SourceID walterdegruyter
proquest
knovel
SourceType Publisher
SubjectTerms big data analytics
business intelligence
COMPUTERS / Data Modeling & Design
COMPUTERS / Programming / General
COMPUTERS / Programming Languages / Python
COMPUTERS / Reference
Data structures (Computer science)
distributed programming
General Engineering & Project Administration
General References
Programming
Programming Languages
Python (Computer program language)
search trees
Software Engineering
TableOfContents Title Page License, Disclaimer of Liability, and Limited Warranty Preface Table of Contents 1. Introduction to Data Structures 2. Introduction to Python 3. Arrays/Lists 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 Multiple Choice Questions Index
Data Structures and Program Design Using Python_Ch00_FM.pdf -- Data Structures and Program Design Using Python_Ch01.pdf -- Data Structures and Program Design Using Python_Ch02.pdf -- Data Structures and Program Design Using Python_Ch03.pdf -- Data Structures and Program Design Using Python_Ch04.pdf -- Data Structures and Program Design Using Python_Ch05.pdf -- Data Structures and Program Design Using Python_Ch06.pdf -- Data Structures and Program Design Using Python_Ch07.pdf -- Data Structures and Program Design Using Python_Ch08.pdf -- Data Structures and Program Design Using Python_Ch09.pdf -- Data Structures and Program Design Using Python_Ch10.pdf -- Data Structures and Program Design Using Python_Ch11.pdf -- Data Structures and Program Design Using Python_Ch12.pdf -- Data Structures and Program Design Using Python_Ch13_Appendix.pdf -- Data Structures and Program Design Using Python_Ch14_Index.pdf
Acknowledgments --
Chapter 6: Searching and Sorting --
Chapter 9: Multi-Way Search Trees --
Chapter 11: Files --
Preface --
CONTENTS --
Index
Chapter 12: Graphs --
Chapter 10: Hashing --
Appendix: Answers to Multiple Choice Questions --
Chapter 7: Stacks --
Chapter 8: Trees --
Chapter 1: Introduction to Data Structures --
Frontmatter --
Chapter 5: Queues --
Chapter 4: Linked Lists --
Chapter 3: Arrays/Lists --
Chapter 2: Introduction to Python --
Title Data Structures and Program Design Using Python - A Self-Teaching Introduction
URI https://app.knovel.com/hotlink/toc/id:kpDSPDUPA8/data-structures-program/data-structures-program?kpromoter=Summon
https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=6404908
https://www.degruyterbrill.com/isbn/9781683926382
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://cvtisr.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwxV3NT9swFH8qlMMufGwgukFlTbtajRM3jrlM0BYxMapI7RDiEtmxDago7aCw8d9jO0mhSBPHXSLlHezk-cl-H7_3M8A3nquQhSHHQhuBqewSnMREYWoMs-6tYNKnLs5_suEwubjgaQN-170w7nKrSTF91Ld-m76ezl0hszOf5p0bdTCZ9Udp_1d6mHQcgBKXHKsPNjDFFZzpX_Lvk5mHt1nzKNNLK9AkjqbS1XHHdJGWsdGIFXZdC1jsfAd7gNfMUPU7r6g6rSfQeSV3VH5r5acveavrf3zdW-mru4eneV1n9cfX8cZ_-PFNaGrXR7EFDV18hI369ghUbSafYNi3Q6HRYigkCoXScjjU98AS5AENKH1yBAcIo0M00rcGjysEKPrhYPaq5L_dhvPjwbh3gqvbHbAgSUL_YtEVzKWxAhvUWDeCESOiIOcxJVowbsIgl1wpGcQyCqTIKaPKyND618IkMRNhtAOrxbTQu4AYUdREXFiDFFQmRMRccqqSKIpywqloQbvUbTYrOTwyF8JkL1ptAapXLPNV6goamw2OejH11dEWfH2zkpljG8mWTODzexN9gQ-hQ8X4JM4erFol631Yyx_nN_d3bVjpnV3a5yketL1dPgPvBQCm
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+Python&rft.au=Malhotra%2C+D&rft.au=Malhotra%2C+N&rft.date=2020-01-01&rft.pub=Mercury+Learning+%26+Information&rft.isbn=9781683926399&rft_id=info:doi/10.1515%2F9781683926382&rft.externalDocID=EBC6404908
thumbnail_s http://cvtisr.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fcontent.knovel.com%2Fcontent%2FThumbs%2Fthumb14512.gif