Introduction to Basic C Programming

Introduction to Basic C Programming

Author Introduction
The author, Wang Yibo, has graduated for over ten years, and is the author of “Algorithm Secrets”, focusing on the explanation of data structures and algorithms. He has solved over 2000 problems on more than 30 algorithm websites globally, and has written over 800 algorithm problem solutions on his public account, having unique problem-solving ideas and techniques. If you like it, you can give a follow and you can also download the more than 1000-page PDF algorithm document I have organized.
“Conquering Data Structures” Column

Array, Sparse Table, Single Linked List, Double Linked List, Block Linked List, Skip List, Queue and Circular Queue, Deque, Monotonic Queue, Stack, Monotonic Stack, Double-ended Stack, Hash Table, Heap, Trie Tree, ArrayMap, SparseArray, Binary Tree, Binary Search Tree (BST), Cartesian Tree, AVL Tree, Treap, FHQ-Treap, Huffman Tree, Rolling Array, Difference Array, LRU Cache, LFU Cache

……

“Classic Graph Algorithms” Column

Introduction to Graphs, Graph Representation, Adjacency Matrix Conversion, Breadth-First Search (BFS), Depth-First Search (DFS), A* Search Algorithm, Iterative Deepening Depth-First Search (IDDFS), IDA* Algorithm, Bidirectional Breadth-First Search, Dijkstra’s Algorithm, Bellman-Ford Algorithm, SPFA Algorithm, Floyd’s Algorithm, Kahn’s Algorithm, DFS-based Topological Sorting, Johnson’s Algorithm

……

Leave a Comment