- Repository containing DSA notes
- Notes Home Page
- Actual notes are writter in markdown
- The scripts uses
pandoc
to convert markdown to html
- Pandoc
- Make
- open the HTML file
./index.html
in your browser
- If adding to notes, add in the markdown folder
- Once done, use command
make
to convert the markdown to html - For any code files, create it in the codes folder
make
will create a corresponding markdown file in this folder