Python Data Structure and Algorithms: A Modern Approach

Python Data Structure and Algorithms: A Modern Approach

English | 2021 | ISBN: 979-8735255024 | 134 Pages | PDF | 10 MB

Data structures are fundamental concepts of computer science which helps is writing efficient programs in any language. Python is a high-level, interpreted, interactive and object-oriented scripting language using which we can study the fundamentals of data structure in a simpler way as compared to other programming languages.In this chapter we are going to study a short overview of some frequently used data structures in general and how they are related to some specific python data types. There are also some data structures specific to python which is listed as another category.General Data StructuresThe various data structures in computer science are divided broadly into two categories shown below. We will discuss about each of the below data structures in detail in subsequent chapters.

Homepage