The description of the problem goes into this section.
eg: Create a greet function.
Any notes that further clarify the problem at hand go into this section. eg: Print the greeting to standard output.
Examples, both for the input as well as expected output go into this section.
Sample Input: None.
Sample output: Hello from Monaco!
Algorithm analysis & breakdown; design decisions, trade-off discussion points, alternate approaches & time-space complextity analysis go into this section.
This section links to the Solution.