Skip to content

A repository of my solutions to LeetCode problems as I learn Python.

License

Notifications You must be signed in to change notification settings

mazin-abdelghany/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode solutions

This is a repository of my solutions to practice LeetCode problems in Python3. Each solution is in its own file. If my solution differs significantly from the reported solution, then that solution is added to the bottom of the .py file and identified as different from my solution via comments in the .py file.

.py files with the prefix z_ are files that I used to try to understand the inner workings of an agorithm or data structure that was applied to a problem. The applicable problem number is in a parenthetical at the end of the file name (e.g., _(2)).

Problems with which I had trouble or that I would like to review at a later date are marked with a starting hyphen.

About

A repository of my solutions to LeetCode problems as I learn Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages