Showing 1 - 40 results of 452 for search '"data structure"', query time: 0.29s Refine Results
  1. 1

    Data structure simplified : implementation using C++ / by Singh, Jitendra

    Published 2018
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  2. 2

    Advanced data structures : theory and applications / by Saha, Suman, Shukla, S. K. (Shailendra Kumar), 1969-

    Published 2020
    Table of Contents: “…Introduction -- O(1) search by hashing -- O(log(n)) ordered search (trees and lists) -- Findset, find min, and find word -- Evolving paradigms of data structures -- Spatial data structures -- Temporal data structures -- External memory data structures -- Distributed data structures (DDSs) -- Synopsis data structures -- Introduction to applications -- Applications to cryptography -- Application to IR and WWW -- Applications to data science -- Application to network and IOT -- Applications to systems -- Applications to databases -- Applications to images and graphics…”
    Full text (MCPHS users only)
    Electronic eBook
  3. 3

    Open Data Structures : an Introduction. by Morin, Pat

    31th ed.
    Published 2014
    Subjects: “…Data structures.…”
    Full text (MCPHS users only)
    Electronic eBook
  4. 4

    Everyday data structures : a practical guide to learning data structures simply and easily / by Smith, William

    Published 2017
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  5. 5

    Python data structures : pocket primer / by Campesato, Oswald

    Published 2023
    Full text (MCPHS users only)
    Electronic eBook
  6. 6

    Data Structures in Java by Campesato, Oswald

    Published 2023
    Subjects:
    Full text (MCPHS users only)
    Electronic eBook
  7. 7

    Swift Data Structure and Algorithms. by Azar, Erik

    Published 2016
    Table of Contents: “…Cover; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Walking Across the Playground; What is the importance of data structures?; Data structures + algorithms = programs; Interactive Playgrounds; The Swift REPL; Fundamental data structures; Contiguous data structures; Arrays; Declaring an array; Retrieving elements; Adding elements; Removing elements; Linked data structures; Singly linked list; Overview of data structures; Overview of algorithms; Data types in Swift; Value types and reference types; Named and compound types.…”
    Full text (MCPHS users only)
    Electronic eBook
  8. 8

    Data Structure and Algorithm with C by Pal, Debdutta

    Published 2018
    Subjects: “…Data structures.…”
    Full text (MCPHS users only)
    Electronic eBook
  9. 9

    Python data structures and algorithms /

    Published 2018
    Subjects:
    Full text (MCPHS users only)
    Electronic Video
  10. 10

    C# Data Structures and Algorithms : Explore the possibilities of C# for developing a variety of efficient applications. by Jamro, Marcin

    Published 2018
    Table of Contents: “…Prim's algorithmExample -- telecommunication cable; Coloring; Example -- voivodeship map; Shortest path; Example -- game map; Summary; Chapter 7: Summary; Classification of data structures; Diversity of applications; Arrays; Lists; Stacks; Queues; Dictionaries; Sets; Trees; Heaps; Graphs; The last word; Other Books You May Enjoy; Index.…”
    Full text (MCPHS users only)
    Electronic eBook
  11. 11

    Data Structures and Algorithms in C++ : Pocket Primer. by Wittenberg, Lee

    Published 2017
    Subjects: “…Data structures.…”
    Full text (MCPHS users only)
    Electronic eBook
  12. 12

    C++ Data Structures and Algorithms : Learn how to write efficient code to build scalable and robust applications in C++. by Anggoro, Wisnu

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Learning Data Structures and Algorithms in C++; Technical requirements; Introduction to basic C++; Creating your first code in C++; Enhancing code development experience with IDE; Defining the variables using fundamental data types; Controlling the flow of the code; Conditional statement; Loop statement; Leveraging the variable capability using advanced data types; Developing abstract data types; Applying C++ classes to build user-defined ADTs; Playing with templates.…”
    Full text (MCPHS users only)
    Electronic eBook
  13. 13
  14. 14

    Python Data Structures and Algorithms. by Baka, Benjamin

    Published 2017
    Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Python Objects, Types, and Expressions; Understanding data structures and algorithms; Python for data; The Python environment; Variables and expressions; Variable scope; Flow control and iteration; Overview of data types and objects; Strings; Lists; Functions as first class objects; Higher order functions; Recursive functions; Generators and co-routines; Classes and object programming; Special methods; Inheritance; Data encapsulation and properties.…”
    Full text (MCPHS users only)
    Electronic eBook
  15. 15

    R Data Structures and Algorithms. by Prakash, Dr. PKS, Achyutuni Sri Krishna Rao

    Published 2016
    Table of Contents: “…Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Introduction to data structure; Abstract data type and data structure; Relationship between problem and algorithm; Basics of R; Installation of R; Basic data types in R; Operations in R; Control structures in R; If condition; If ... else condition; Ifelse function; For() loop; Nested for() loop; While loop; Special statements in loops; Break statement; Next statement; Repeat loop; First class functions in R; Exercises; Summary.…”
    Full text (MCPHS users only)
    Electronic eBook
  16. 16

    Genetic Algorithms + Data Structures = Evolution Programs / by Michalewicz, Zbigniew

    Second, Extended edition.
    Published 1994
    Full text (MCPHS users only)
    Electronic eBook
  17. 17

    Data Structures Through C by Kanetkar, Yashavant

    Published 2022
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  18. 18

    Learning Functional Data Structures and Algorithms. by Khot, Atul S.

    Published 2016
    Table of Contents: “…Referential transparencyVectors versus lists; Updating an element; Not enough nodes; Complexities and collections; The sliding window; Maps; Persistent stacks; Persistent FIFO queues; Sets; Sorted set; Summary; Chapter 3: Lists ; First steps; List head and tail; Drop elements; Concatenating lists; Persistent data structures; Tail call optimization; List append; List prepend; Getting value at index; Modifying a list value; Summary; Chapter 4: Binary Trees ; Node definitions; Building the tree; Size and depth; Complete binary trees; Comparing trees; Flipping a binary tree; Binary tree traversal.…”
    Full text (MCPHS users only)
    Electronic eBook
  19. 19

    Learn Data Structures and Algorithms with Golang : Level up Your Go Programming Skills to Develop Faster and More Efficient Code. by Kommadi, Bhagvan

    Published 2019
    Table of Contents: “…Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Section 1: Introduction to Data Structures and Algorithms and the Go Language; Chapter 1: Data Structures and Algorithms; Technical requirements; Classification of data structures and structural design patterns; Classification of data structures; Lists; Tuples; Heaps; Structural design patterns; Adapter; Bridge; drawShape method; drawContour method; Composite; Decorator; Facade; Flyweight; Private class data; Proxy; Representation of algorithms; Flow chart; Pseudo code…”
    Full text (MCPHS users only)
    Electronic eBook
  20. 20

    Advanced data structures and algorithms in Python /

    Published 2019
    Subjects:
    Full text (MCPHS users only)
    Electronic Video
  21. 21

    PHP 7 Data Structures and Algorithms. by Rahman, Mizanur

    Published 2017
    Table of Contents: “…Cover; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to Data Structures and Algorithms; Importance of data structures and algorithms; Understanding Abstract Data Type (ADT); Different data structures; Struct; Array; Linked list; Doubly linked list; Stack; Queue; Set; Map; Tree; Graph; Heap; Solving a problem -- algorithmic approach; Writing pseudocode; Converting pseudocode to actual code; Algorithm analysis; Calculating the complexity; Understanding the big O (big oh) notation.…”
    Full text (MCPHS users only)
    Electronic eBook
  22. 22

    Beginning Java data structures and algorithms : sharpen your problem solving skills by learning core computer science concepts in a pain-free manner / by Cutajar, James

    Published 2018
    Table of Contents: “…Beginning Java data structures and algorithms : sharpen your problem solving skills by learning core computer science concepts in a pain-free manner -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Algorithms and Complexities -- Chapter 2: Sorting Algorithms and Fundamental Data Structures -- Chapter 3: Hash Tables and Binary Search Trees -- Chapter 4: Algorithm Design Paradigms -- Chapter 5: String Matching Algorithms -- Chapter 6: Graphs, Prime Numbers, and Complexity Classes -- Other Books You May Enjoy -- Index.…”
    Full text (MCPHS users only)
    Electronic eBook
  23. 23

    Data Structure and Algorithms Using C++ A Practical Implementation. by Mohanty, Sachi Nandan

    2nd ed.
    Published 2021
    Table of Contents: “…Cover -- Half-Title Page -- Series Page -- Title Page -- Copyright Page -- Contents -- Preface -- 1 Introduction to Data Structure -- 1.1 Definition and Use of Data Structure -- 1.2 Types of Data Structure -- Linear Data Structures -- Non-Linear Data Structure -- Operations Performed in Data Structure -- 1.3 Algorithm -- Steps Required to Develop an Algorithm -- Mathematical Notations and Functions -- Algorithemic Notations -- 1.4 Complexity of an Algorithm -- Space Complexity -- Time Complexity -- Best Case -- Worst Case -- Average Case -- 1.5 Efficiency of an Algorithm…”
    Full text (MCPHS users only)
    Electronic eBook
  24. 24

    Java 9 Data Structures and Algorithms. by Chawdhuri, Debasish Ray

    Published 2017
    Subjects:
    Full text (MCPHS users only)
    Electronic eBook
  25. 25

    Clojure data structures and algorithms cookbook : 25 recipes to deeply understand and implement advanced algorithms in Clojure / by Naccache, Rafik

    Published 2015
    Table of Contents: “…""Chapter 3: Walking Down Forests of Data""""Introduction""; ""Building self-balancing, search efficient splay trees""; ""Designing an efficient key-value store using B-Trees""; ""Devising an undo capable data structure using a rope""; ""Designing an autocomplete system using a trie""; ""Chapter 4: Making Decisions with the Help of Science""; ""Introduction""; ""Designing a live recommendation engine""; ""Resolving costs and profits optimization problems""; ""Finding optimal paths in a graph""; ""Summarizing texts by extracting the most representative sentences""…”
    Full text (MCPHS users only)
    Electronic eBook
  26. 26

    Hands-On Data Structures and Algorithms with Kotlin : Level up Your Programming Skills by Understanding How Kotlin's Data Structure Works. by Nayak, Chandra Sekhar

    Published 2019
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Section 1: Getting Started with Data Structures; Chapter 1: A Walk Through -- Data Structures and Algorithms; Technical requirements; Working with the command-line compiler; Working with IntelliJ IDEA; Working with Eclipse; Learning about algorithms; A few examples of algorithms; Introduction to data structures; Complexity analysis; Analyzing with time complexity; Analyzing with space complexity; Time complexity versus space complexity; Learning about notations; Counting instructions…”
    Full text (MCPHS users only)
    Electronic eBook
  27. 27
  28. 28

    Mastering Redis by Nelson, Jeremy

    Published 2016
    Table of Contents: “…; Summary; Chapter 2: Advanced Key Management and Data Structures; Redis keys; Redis key schema; Key delimiters and naming conventions; Manually creating a Redis schema; Deconstructing a Redis object mapper; Key expiration; Key cautions; Big O notation; Computing big O notation for custom code.…”
    Full text (MCPHS users only)
    Electronic eBook
  29. 29

    Data storage at the nanoscale : advances and applications

    Published 2015
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  30. 30

    Data Structures and Program Design Using Java : a Self-Teaching Introduction / by Malhotra, D.

    Published 2020
    Table of Contents: “…Chapter 1: Introduction to data structures -- Chapter 2: Introduction to the Java language -- Chapter 3: Arrays -- Chapter 4: Linked lists -- Chapter 5: Queues -- Chapter 6: Searching and sorting -- Chapter 7: Stacks -- Chapter 8: Trees -- Chapter 9: Multi-way search trees -- Chapter 10: Hashing -- Chapter 11: Files -- Chapter 12: Graphs.…”
    Full text (MCPHS users only)
    Electronic eBook
  31. 31
  32. 32

    DATA STRUCTURES AND PROGRAM DESIGN USING PYTHON a self-teaching introduction. by Malhotra, Dheeraj, Malhotra, Neha

    Published 2020
    Table of Contents: “…Chapter 1: Introduction to Data Structures --…”
    Full text (MCPHS users only)
    Electronic eBook
  33. 33
  34. 34

    Learning JavaScript Data Structures and Algorithms : Write complex and powerful JavaScript code using the latest ECMAScript, 3rd Edition. by Groner, Loiane

    3rd ed.
    Published 2018
    Table of Contents: “…Using the @@iterator objectArray entries, keys, and values; Using the from method; Using the Array.of method; Using the fill method; Using the copyWithin method; Sorting elements; Custom sorting; Sorting strings; Searching; ECMAScript 2015 -- the find and findIndex methods; ECMAScript 2016 -- using the includes method; Outputting the array into a string; The TypedArray class; Arrays in TypeScript; Summary; Chapter 4: Stacks; Creating a JavaScript data structure and algorithm library; The stack data structure; Creating an array-based Stack class; Pushing elements to the stack.…”
    Full text (MCPHS users only)
    Electronic eBook
  35. 35

    Principles of data structures using C and C++ / by Das, Vinu V.

    Published 2006
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  36. 36

    Data structures and program design using C++ : a self-teaching introduction / by Malhotra, Dheeraj, Malhotra, Neha

    Published 2019
    Table of Contents: “…1. Introduction to data structures -- 2. Introduction to the C++ language -- 3. …”
    Full text (MCPHS users only)
    Electronic eBook
  37. 37

    Learning JavaScript Data Structures and Algorithms - Second Edition. by Groner, Loiane

    2nd ed.
    Published 2016
    Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; JavaScript-A Quick Overview; JavaScript data structure and algorithms; Setting up the environment; The minimum setup to work with JavaScript; Using web servers (XAMPP); It's all about JavaScript (Node.js); JavaScript basics; Variables; Variable scope; Operators; Truthy and falsy; Functions of the equals operators (== and ===); Control structures; Conditional statements; Loops; Functions; Object-oriented programming in Javascript; Debugging and tools; Introducing ECMAScript.…”
    Full text (MCPHS users only)
    Electronic eBook
  38. 38

    Data Architecture : From Zen to Reality. by Tupper, Charles D.

    Published 2011
    Subjects: “…Data structures (Computer science)…”
    Full text (MCPHS users only)
    Electronic eBook
  39. 39

    Sharing data and models in software engineering by Menzies, Tim

    Published 2015
    Subjects:
    Full text (MCPHS users only)
    Electronic eBook
  40. 40

    Patterns of data modeling by Blaha, Michael

    Published 2010
    Subjects:
    Full text (MCPHS users only)
    Electronic eBook