The latest learning procedure
Create a separate folder for each LeetCode question
Folder name follow <Question Number>. <Question Name>
Inside each folder:
- GenSol.py or GenSol.js General Solution
- CnE.py or CnE.js Crack and Expand the knowledge
- PDF/Markdown file to explain each step in detail (optioanl)
Inside .py or .js file:
'''
<Question Number>. <Question Name>
'''
# Code Implementation
'''
Time Complexity:
Space Complexity:
'''
'''
<More Analysis & Explanation if needed>
'''
I don't learn LeetCode for interviews, for brain exercise only