Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 485 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 485 Bytes

Problem Solving With Python

Purpose:

1. To Pracrtice Python and learn its Typing
2. To prepare for interviews
3. To sharpen my problem solving skills

Repo Structure:

- readme.md
- <Problem Statement Folder>
    - |readme.md
    - |solution.py

Future Approach

1. Find Typing support in it and build it like a project from now on
2. Start with starting to bring poetry around it
3. Then dockerize it
4. Use Dev Containers etc