نتائج البحث - "data structure"
Dewey Classification من بحثك.
Dewey Classification من بحثك.
الموضوعات المستخلصة من بحثك.
الموضوعات المستخلصة من بحثك.
- Data structures (Computer science) 24
- Java (Computer program language) 8
- Computer algorithms 7
- Database management 4
- C++ (Computer program language) 3
- Computer software 3
- Object-oriented programming (Computer science) 3
- Algorith analysis 2
- C (Computer program language) 2
- Electronic data processing 2
- Object-oriented programming 2
- Application software 1
- Computer programming 1
- Computer science 1
- Computer systems 1
- Computers 1
- Data structures 1
- File organization (Computer science) 1
- Input design, Computer 1
- Relational databases 1
- Software engineering 1
- System design 1
- Telecommunication 1
- User interfaces (Computer systems) 1
- data processing 1
-
1
-
2
-
3
Data structures : an object-oriented approach /
منشور في 1992الموضوعات: "…Data structures (Computer science)…"
كتاب -
4
-
5
-
6
Data structures and algorithms in Java /
منشور في 2001الموضوعات: احصل على النص الكامل
احصل على النص الكامل
احصل على النص الكامل
كتاب -
7
Classic data structures in C++ /
منشور في 1994جدول المحتويات: "…Trees A Nonlinear Data Structure 11. Searching 12. Priority Queues 13. Hash Tables 14. …"
كتاب -
8
Data structures and algorithms in Java /
منشور في 1997الموضوعات: احصل على النص الكامل
احصل على النص الكامل
كتاب -
9
-
10
Data structures with C++ using STL /
منشور في 2002جدول المحتويات: "…Machine generated contents note: Chapter 1 Introduction to Data Structures1 -- Chapter 2 Object Design Techniques53 -- Chapter 3 Introduction to Algorithms113 -- Chapter 4 The Vector Container183 -- Chapter 5 Pointers And Dynamic Memory219 -- Chapter 6 The List Container and Iterators281 -- Chapter 7 Stacks327 -- Chapter 8 Queues and Priority Queues384 -- Chapter 9 Linked Lists436 -- Chapter 10 Binary Trees502 -- Chapter 11 Associative Containers586 -- Chapter 12 AdvancedAssociative Structures646 -- Chapter 13 Inheritance andAbstract Classes727 -- Chapter 14 Heaps, Binary Files and Bit Sets790 -- Chapter 15 Recursive Algorithms861 -- Chapter 16 Graphs939.…"
احصل على النص الكامل
كتاب -
11
Data structures from recipes to C /
منشور في 1994الموضوعات: "…Data structures (Computer science)…"
كتاب -
12
-
13
-
14
Data structures & other objects using Java
منشور في 2003الموضوعات: "…Data structures (Computer science)…"
كتاب -
15
-
16
-
17
A practical introduction to data structures and algorithm analysis /
منشور في 1997الموضوعات: "…Data structures (Computer science)…"
كتاب -
18
A practical introduction to data structures and algorithm analysis /
منشور في 2001جدول المحتويات: "…Preface xi I PRELIMINARIES 1 (84) Data Structures and Algorithms 3 (18) A Philosophy of Data Structures 4 (4) The Need for Data Structures 4 (2) Costs and Benefits 6 (2) Abstract Data Types and Data Structures 8 (4) Problems, Algorithms, and Programs 12 (3) Further Reading 15 (2) Exercises 17 (4) Mathematical Preliminaries 21 (28) Sets and Relations 21 (4) Miscellaneous Notation 25 (1) Logarithms 26 (2) Recursion 28 (2) Summations and Recurrences 30 (4) Mathematical Proof Techniques 34 (7) Proof by Contradiction 34 (1) Proof by Mathematical Induction 35 (6) Estimating 41 (2) Further Reading 43 (1) Exercises 43 (6) Algorithm Analysis 49 (36) Introduction 49 (6) Best, Worst, and Average Cases 55 (2) A Faster Computer, or a Faster Algorithm? …"
كتاب -
19
Data structures and software development in an object-oriented domain /
منشور في 2001الموضوعات:كتاب -
20
Data structures and algorithms with object-oriented design patterns in Java /
منشور في 2000جدول المحتويات: "…CHAPTER 1 INTRODUCTION 1 (5) 1.1 What This Book Is About 1 (1) 1.2 Object-Oriented Design 1 (1) 1.3 Object Hierarchies and Design Patterns 2 (1) 1.4 The Features of Java You Need to Know 3 (1) 1.5 How This Book Is Organized 4 (2) CHAPTER 2 Algorithm Analysis 6 (29) 2.1 A Detailed Model of the Computer 7 (15) 2.2 A Simplified Model of the Computer 22 (10) Exercises 32 (1) Programming Projects 33 (2) CHAPTER 3 Asymptotic Notation 35 (32) 3.1 An Asymptotic Upper Bound--Big Oh 35 (12) 3.2 An Asymptotic Lower Bound--Omega 47 (3) 3.3 More Notation--Theta and Little Oh 50 (1) 3.4 Asymptotic Analysis of Algorithms 50 (13) Exercises 63 (3) Programming Projects 66 (1) CHAPTER 4 Foundational Data Structures 67 (28) 4.1 Arrays 67 (7) 4.2 Multi-Dimensional Arrays 74 (7) 4.3 Singly-Linked Lists 81 (11) Exercises 92 (1) Programming Projects 93 (2) CHAPTER 5 Data Types and Abstraction 95 (25) 5.1 Abstract Data Types 95 (2) 5.2 Design Patterns 97 (19) Exercises 116 (2) Programming Projects 118 (2) CHAPTER 6 Stacks, Queues and Deques 120 (35) 6.1 Stacks 120 (15) 6.2 Queues 135 (10) 6.3 Deques 145 (6) Exercises 151 (1) Programming Projects 152 (3) CHAPTER 7 Ordered Lists and Sorted Lists 155 (39) 7.1 Ordered Lists 155 (24) 7.2 Sorted Lists 179 (12) Exercises 191 (2) Programming Projects 193 (1) CHAPTER 8 Hashing, Hash Tables, and Scatter Tables 194 (53) 8.1 Hashing--The Basic Idea 194 (3) 8.2 Hashing Methods 197 (4) 8.3 Hash Function Implementations 201 (10) 8.4 Hash Tables 211 (7) 8.5 Scatter Tables 218 (9) 8.6 Scatter Table Using Open Addressing 227 (14) 8.7 Applications 241 (3) Exercises 244 (2) Programming Projects 246 (1) CHAPTER 9 Trees 247 (45) 9.1 Basics 248 (3) 9.2 N-ary Trees 251 (3) 9.3 Binary Trees 254 (2) 9.4 Tree Traversals 256 (2) 9.5 Expression Trees 258 (3) 9.6 Implementing Trees 261 (27) Exercises 288 (2) Programming Projects 290 (2) CHAPTER 10 Search Trees 292 (55) 10.1 Basics 292 (2) 10.2 Searching a Search Tree 294 (2) 10.3 Average Case Analysis 296 (6) 10.4 Implementing Search Trees 302 (6) 10.5 AVL Search Trees 308 (13) 10.6 M-Way Search Trees 321 (10) 10.7 B-Trees 331 (11) 10.8 Applications 342 (1) Exercises 343 (2) Programming Projects 345 (2) CHAPTER 11 Heaps and Priority Queues 347 (44) 11.1 Basics 348 (1) 11.2 Binary Heaps 349 (10) 11.3 Leftist Heaps 359 (9) 11.4 Binomial Queues 368 (15) 11.5 Applications 383 (4) Exercises 387 (2) Programming Projects 389 (2) CHAPTER 12 Sets, Multisets, and Partitions 391 (36) 12.1 Basics 391 (1) 12.2 Array and Bit-Vector Sets 392 (9) 12.3 Multisets 401 (9) 12.4 Partitions 410 (12) 12.5 Applications 422 (2) Exercises 424 (2) Programming Projects 426 (1) CHAPTER 13 Garbage Collection 427 (19) 13.1 What Is Garbage? …"
احصل على النص الكامل
احصل على النص الكامل
احصل على النص الكامل
كتاب