Guide to Data Structures A Concise Introduction Using Java /
| Main Authors: | , |
|---|---|
| Corporate Author: | |
| Format: | eBook |
| Language: | English |
| Published: |
Cham :
Springer International Publishing : Imprint: Springer,
2017.
|
| Edition: | 1st ed. 2017. |
| Series: | Undergraduate Topics in Computer Science,
|
| Subjects: | |
| Online Access: | https://doi.org/10.1007/978-3-319-70085-4 |
Table of Contents:
- Preliminary Concepts
- Stacks Using Arrays
- Queues Using Arrays
- Lists Using Arrays
- Lists Using Objects and References
- Ordered Linked Lists
- Stacks and Queues Using References
- Binary Trees
- Sorting
- Heaps
- Hashing.