Easy Learning Data Structures & Algorithms C#: Data Structures and Algorithms Guide in C#

Hu, Yang

  • 出版商: Independently Published
  • 出版日期: 2019-06-29
  • 售價: $1,790
  • 貴賓價: 9.5$1,701
  • 語言: 英文
  • 頁數: 240
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1076999980
  • ISBN-13: 9781076999986
  • 相關分類: C#Algorithms-data-structures
  • 海外代購書籍(需單獨結帳)

商品描述

Data Structures and Algorithms C# 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 Tree18.1 Construct a binary search tree18.2 Binary search tree In-order traversal18.3 Binary search tree Pre-order traversal18.4 Binary search tree Post-order traversal18.5 Binary search tree Maximum and minimum18.6 Binary search tree Delete Node19. Binary Heap Sorting20. Hash Table21. Graph21.1 Undirected Graph and Depth-Frst Search21.2 Undirected Graph and Breadth-First Search21.3 Directed Graph and Depth-Frst Search21.4 Directed Graph and Breadth-First Search21.5 Directed Graph Topological Sortin