Skip to content

lzh12139/AlgorithmTemplateForAcm

 
 

Repository files navigation

AlgorithmTemplateForAcm

An algorithm template preparing for ICPC competition. From Southern China University of Technology. (SCUT)

Format of files

The name of files will only include the lower-case letters and underlines. Files name example: segment_tree.cpp

If it is a data structure template, use class to describe. The file should be commented, which at least describes the data members and member functions.

If it is a algorithm template, use functions to describe. Every function should have a obvious name that easy to recognize what it use to do. The name of function follow the rule of the file name. Every variable and array should be commented.

About

Templates for ICPC competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 100.0%