Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 672 Bytes

File metadata and controls

25 lines (17 loc) · 672 Bytes

Manifesto

I have taken initative to solve atleast one problem in a day

  • easy->hard
  • efficient && clean

Maintaining Repo

  • Structure

    • repo root
      • README.md

      • $d{serial}.{problem-name} [d=directory;f=file]

        • f${prblm.ext}

        • f${q.png}

        • README.md

          contents-> h1 -> problemname -> img -> q.png -> h1-> solution-aproach -> code -> complexity analysis

  • Commit Message

    • addfolder ${foldername} - when adding new folder

    • addfile ${filename} - when adding new file

    • update ${filename}:${reasontoupdate} - when updating contents of file