Skip to content
Prateek Chanda edited this page Nov 21, 2017 · 1 revision

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