
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 Sorting
Author: yang hu