Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nouraalgohary/grind-75-solutions
This GitHub repository features my solutions to Grind 75 questions, which I am approaching using multiple techniques and programming languages as per my plan.
https://github.com/nouraalgohary/grind-75-solutions
blind-75 cpp problem-solving python
Last synced: 12 days ago
JSON representation
This GitHub repository features my solutions to Grind 75 questions, which I am approaching using multiple techniques and programming languages as per my plan.
- Host: GitHub
- URL: https://github.com/nouraalgohary/grind-75-solutions
- Owner: NouraAlgohary
- Created: 2023-02-28T12:35:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:21:09.000Z (15 days ago)
- Last Synced: 2024-12-19T13:26:36.438Z (14 days ago)
- Topics: blind-75, cpp, problem-solving, python
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grind-75-Solutions
In this repo, I am solving leetcode questions according to this [plan](https://www.techinterviewhandbook.org/grind75?hours=5&weeks=26) in using more than one technique and more than one language
### Two programming languages:
- C++
- PythonIn the journey of learning how to solve problems, I simplify algorithms which come across me in this repo [Alogirthms](https://github.com/NouraAlgohary/Algorithms)