Stars
Data Structures and Algorithms
5 repositories
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
A collection of data structure/ADT implementations in C++. Includes binary trees, dictionaries, deque, doubly-linked lists, graphs (using an adjacency list), hash tables. Some implementations make …
C++ Four color theorem implementation using greedy coloring (Welsh-Powell algorithm)
Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.