Skip to content
Soumit Bose edited this page Dec 26, 2016 · 3 revisions

To add any tutorial on the algorithms, just put it under the corresponding directory in _posts. Like to add a tutorial on graphs, add a markdown or html file under _posts/graphs.

The file should have the naming convention: yyyy-mm-dd-(title).markdown(or html).

The starting lines should be as follows:

---

layout: post

title: Your title

date: yyyy-mm-dd hh:mm:ss +0530

categories: the category of the algorithm

author: your name

---

Make sure you put those 3 '-'s

Clone this wiki locally