Easy Learning Data Structures & Algorithms Java Practice: Data Structures and Algorithms Guide in Java

Hu, Yang

  • 出版商: Independently Published
  • 出版日期: 2019-05-03
  • 售價: $1,770
  • 貴賓價: 9.5$1,682
  • 語言: 英文
  • 頁數: 232
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1096719932
  • ISBN-13: 9781096719939
  • 相關分類: Java 程式語言Algorithms-data-structures
  • 海外代購書籍(需單獨結帳)

商品描述

Data Structures and Algorithms Java Practice, It is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, The programs demonstrate in graphical form what data structures look like and how they operate. 1. Linear Table Definition2. Linear Table Append3. Linear Table Delete4. Linear Table Search5. Bubble Sorting Algorithm6. Select Sorting Algorithm7. Insert Sorting Algorithm8. Dichotomy Binary Search9. Unidirectional Linked List10. Doubly Linked List11. One-way Circular LinkedList12. Two-way Circular LinkedList13. Queue14. Stack15. Recursive Algorithm16. Two-way Merge Algorithm17. Quick Sort Algorithm18. Binary Search Tree 18.1 Construct a binary search tree 18.2 Binary search tree In-order traversal 18.3 Binary search tree Pre-order traversal 18.4 Binary search tree Post-order traversal 18.5 Binary search tree Maximum and minimum 18.6 Binary search tree Delete Node19. Binary Heap Sorting20. Hash Table21. Graph 21.1 Undirected Graph and Depth-Frst Search 21.2 Undirected Graph and Breadth-First Search 21.3 Directed Graph and Depth-Frst Search 21.4 Directed Graph and Breadth-First Search 21.5 Directed Graph Topological Sorting