Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.21 KB

File metadata and controls

11 lines (9 loc) · 1.21 KB

H2 Computing (9569) Notes

Table of Contents

  1. Syllabus.md contains the entire syllabus and the bulk of the notes
  2. Algorithms contains sorting and searching algorithms and their implementations in Python
  3. Data Structures contains the implementation of data structures like binary tree, linked list, stack and queue
  4. Mongodb and SQLite3:All database related. Also refer to Quick Reference Guide
  5. Web: Html, CSS, Flask
  6. Pseudocode Guide
  7. Misc files like the conversion of number systems and general python tips (WIP)