Skip to content

gpxxlt/leetcode-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my algorithm notes for leetcode, school, and interview prep. This note is made with Obsidian locally and synced to Github. All algorithms in this note will be implemented in python. Problems will be categorized to directories which will include problem prototypes and link to classical problems.

Checklist

  • Python Libraries
  • Python List Functions & Methods
  • Python String Functions & Methods
  • Hash Table
  • Graph and Graph Search
  • Binary Tree
  • List-like structure: Stack, Queue, PQ
  • Dynamic Programming

External Resources

  1. Python Interview Questions https://www.w3schools.com/python/python_interview_questions.asp
  2. Python Built-in Methods https://www.w3schools.com/python/python_reference.asp
  3. Python Build-in Methods Time Complexity https://www.geeksforgeeks.org/complexity-cheat-sheet-for-python-operations/
  4. Python Collections Library https://www.geeksforgeeks.org/python-collections-module/
  5. 15-112 CS Academy https://cs3-112-f22.academy.cs.cmu.edu/course/cs3-22

About

Notes for leetcode. For personal use only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published