https://github.com/misterzurg/leetcode-preporation
🧑🎨 My solutions from LeetCode stuff
https://github.com/misterzurg/leetcode-preporation
leetcode leetcode-go
Last synced: 3 months ago
JSON representation
🧑🎨 My solutions from LeetCode stuff
- Host: GitHub
- URL: https://github.com/misterzurg/leetcode-preporation
- Owner: MisterZurg
- Created: 2021-06-28T16:27:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T12:03:21.000Z (10 months ago)
- Last Synced: 2025-01-20T17:49:12.644Z (5 months ago)
- Topics: leetcode, leetcode-go
- Language: Go
- Homepage: https://leetcode.com/
- Size: 193 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode-preporation
## Top Interview Questions
* [Easy Collection](https://leetcode.com/explore/interview/card/top-interview-questions-easy/)## Study plan
### Algorithm

> In mathematics and computer science, an algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations. This practical method is often used in calculations, data processing, and automatic reasoning because it contains clear and concise instructions and can be executed in limited time and space complexities.
* [Algorithm I](Algorithm-I)