Skip to content

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

Notifications You must be signed in to change notification settings

rstreppa/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published