Description: Compressed package includes several commonly used algorithms POJ corresponds to the realization of exercises, including, undirected graph of the Euler circuit, point cut sets, TRIE tree, the optimal ratio spanning tree, the smallest tree
- [trie] - Dictionary tree realization, the realiza
- [three] - err
File list (Check if you may need any files):
几个算法及对应的POJ练习题源码\POJ1041_无向图的欧拉回路.cpp
.............................\POJ1815_点的割集.cpp
.............................\POJ2513_Trie树.cpp
.............................\POJ2728_最优比率生成树.cpp
.............................\POJ3164_最小树形图.cpp
几个算法及对应的POJ练习题源码