Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 610 Bytes

DSA Notes

  • Repository containing DSA notes
  • Notes Home Page
  • Actual notes are writter in markdown
  • The scripts uses pandoc to convert markdown to html

Installation

  • Pandoc
  • Make

Usage

Viewing Notes

  • open the HTML file ./index.html in your browser

Adding to notes

  • 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