An open API service indexing awesome lists of open source software.

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

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
![Algorithm](Resourses/Algorithm.png)
> 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)