Skip to content

Repository for my solved leetcode problems

Notifications You must be signed in to change notification settings

NairodGH/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

🧠 Leetcode 💻

📋 Table of contents

Click to reveal

🔍 About

This is my personal python 3 repository where I store my answers to leetcode problems in leetcode.py.
As for now it contains in order the problems of my progression in neetcode's roadmap, which I found really well done as it provides a clear topic/difficulty order to follow along with video solutions and even local access to problems I could only do with leetcode premium.
I started it as soon as I discovered leetcode through neetcode's video, I love to rack my brains on algorithmic problems as I've been mainly doing in C/C++ since the start of my school cursus and this site gives me the opportunity to do exactly that in a defined manner.
I chose to code in python 3 because I like the language and I haven't used it much overall, it also helps me focus more on the algorithm rather than on the language itself since it is high level.
I try to do solve 1 problem regularly to keep a commit pace but I won't force myself in times where my mind's on something else.

💻 Requirements

Python 3

🔧 Building

py .\leetcode.py

🎮 Usage

leetcode.py is more of a repository than an actual project file but when I'd want to locally test a function I'd add

print(Solution().*function name*(*function parameters*))

at the end and run it.

🤝 Author

Nairod

About

Repository for my solved leetcode problems

Topics

Resources

Stars

Watchers

Forks

Languages