This repo is used to record all my solutions and learning note from Leetcode Database Problems
- The
solution/
directory will contain 3 levels of problems according to Leetcode difficulty note
directory will contain note and thought on some problemsnotebook
contains the notebooks which testing some query using pythonutil
contains some utility functions for implement solution in python
├── README.md
├── note
├── notebook
├── solution
│ ├── easy
│ ├── hard
│ └── medium
└── util