Algorithm Template

From programming_contest
Revision as of 01:40, 11 November 2014 by imported>Al171 (Running Time)
Jump to navigation Jump to search

Name of the Algorithm

The name goes here.

Description

Give a breif description of the algorithm.

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

Related problems

Question F in Midatl2011

Links

Algorithms