Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 806 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 806 Bytes

LeetCode

LeetCode problems, mostly on Algorithms and Data Structures and solved in Python, C++ and Java.

  • The repository is organized in folders: one folder for the main algorithm or data structure necessary to tackle the problem in optimal Time and Space Complexity.
  • In each folder there will be one sub-folder per numbered LeetCode problem: each sub-folder will contain one file per programming language solution and sometimes multiple solutions (e.g. solution with/without Dynamic Programming).
  • Usually the Python file solution will contain a description of the problem, test cases and an outline of the logic employed.

Update 2023-09-23

  • Added a folder SQL50 with the 50 problems solved as SQL (MySQL) and pandas

Update 2023-12-08

  • Added a folder HF with coding problems from Hedge Funds