https://github.com/waasiq/leetcode
My solutions to LeetCode problems.
https://github.com/waasiq/leetcode
competitive-programming leetcode leetcode-solutions
Last synced: 7 months ago
JSON representation
My solutions to LeetCode problems.
- Host: GitHub
- URL: https://github.com/waasiq/leetcode
- Owner: waasiq
- Created: 2022-02-20T20:30:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T16:23:00.000Z (over 3 years ago)
- Last Synced: 2025-01-21T05:26:52.837Z (9 months ago)
- Topics: competitive-programming, leetcode, leetcode-solutions
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode Solutions
This repository contains solutions to Leetcode code problems in numerical order. The sole purpose
of this repository is to track my own progress and help others through my code.The repository is in initial stage and later on I will also add README in each specific folder like my Project Euler repository.
## Introduction
Problem solving skill is similar to muscle building in gym, in order to improve one's skill constant practise with smart approach is required. After approaching and coding a problem from my own point of view I usually consult how others solved the problem and try to code it using a different approach.## My goals and journey
For now I still consider myself novice as I need to learn a lot of things, its been a year and half since I started coding and only recently started competitive coding. There is still a long way to go.