This is a repository for some basis and classical instances of C++ programming, which includes:
-
Some basic operations, such as: string, char, class, struct, et al.
-
Simple tasks, such as: linked list addition, two binary trees merge, quick sort, et al.
-
Data structures, such as: queue, stack, vector, and linked list.
-
Dynamic programming, such as: 0-1 knapsack problem, multiple choice knapsack problem, et al.
-
Graph, such as: Dijkstra, Kruskal, et al.
-
Combination optimization, such as: TSP, scheduling, et al.
-
Sudoku, such as: classic and variations.