(Many templates of the ACM competition are included, looking forward to using it! This is mainly for the annual college student programming competition.Common templates\other\score.txt
Common templates\other\big numbers (integer class encapsulation).txt
Common Template\Other\Date.txt
Common templates\other\matrix.txt
Common templates\other\linear equations(gauss).txt
Common templates\other\linear correlation.txt
Common Templates\Geometric\3D Geometric.txt
Common templates\geometric\triangle.txt
Common templates\geometric\geometric formula.txt
Common templates\geometric\convex hull(graham).txt
Common templates\geometric\circle.txt
Common templates\geometric\polygon.txt
Common templates\geometric\polygon cutting.txt
Common Template\Geometric\Integer Function.txt
Common templates\geometric\note.txt
Common templates\geometric\floating-point functions.txt
Common templates\geometric\sphere.txt
Common templates\geometric\grid(pick).txt
Common templates\geometric\area.txt
Common templates\Graph theory_NP search\Maximum clique (n less than 64)(faster).txt
Common Templates\Graph Theory_NP Search\Maximum Group.txt
Common template\graph theory_matching\usual graph matching (forward table method).txt
Common templates\graph theory_matching\usual graph matching (adjacency list method).txt
Common templates\graph theory_matching\usual graph matching (adjacency list method, adjacency array interface).txt
Common template\graph theory_matching\usual graph matching (adjacent matrix method).txt
Common template\graph theory_matching\Bipartite graph best match (kuhn_munkras adjacency matrix method).txt
Common templates\graph theory_matching\binary graph maximum matching (hungary forward table method).txt
Common templates\graph theory_matching\bipartite graph maximum matching (hungary adjacency list method).txt
Commonly used templates\graph theory_matching\bipartite graph maximum matching (hungary adjacency list method, adjacency matrix interface).txt
Common templates\graph theory_matching\bipartite graph maximum matching (hungary adjacency matrix method).txt)