Algorithm Template

From programming_contest
Jump to navigation Jump to search

Description

The name/background/usefulness of the algorithm goes here.

Running Time

Average & worst case running time of the algorithm.

Tex syntax for mathematical formatting is being used here:

2x×4y÷6z+8yz2=0

Pseudo Code

  if
    there is more code
      write it here
  else
    finish editing

Implementations

C++

Related Techniques

Tutorials and Links

Related problems

midatl2014a