Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshitunaiga/algo-explained
I will complete coding exercises from platforms like AlgoExpert, LeetCode, and Educative's Grokking Coding Interview Patterns. Additionally, I will explain/show the process taken to solve these problems for better understanding.
https://github.com/yoshitunaiga/algo-explained
grokking-algorithms javascript leetcode python typescript
Last synced: about 1 month ago
JSON representation
I will complete coding exercises from platforms like AlgoExpert, LeetCode, and Educative's Grokking Coding Interview Patterns. Additionally, I will explain/show the process taken to solve these problems for better understanding.
- Host: GitHub
- URL: https://github.com/yoshitunaiga/algo-explained
- Owner: YoshiTunaiga
- Created: 2021-12-23T19:12:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T12:54:14.000Z (2 months ago)
- Last Synced: 2024-10-21T20:03:32.689Z (2 months ago)
- Topics: grokking-algorithms, javascript, leetcode, python, typescript
- Language: JavaScript
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Algo-Explained
Here you will be able to find some of the Coding Questions from AlgoExpert that I have taken and solved. I'll be explaining the approach I took to solve them.
As I go from Easy to Hard questions, be welcome to provide other type of ways to approach them, if possible.These solved questions were for the purpose of gaining more knowledge on problem solving, as well as understanding the patterns that are there for developers to see but not easy to grasp.
Let's see how far can we go...
## UPDATES
After I started completing AlgoExpert problems, I found similar ones in LeetCode and decided to add them all in one big repo, while combining the ones I consider have the same structure.
These solved problems will now be coming in from:
- AlgoExpert
- [LeetCode](https://github.com/YoshiTunaiga/Algo-Explained/blob/master/LeetCode)
- [Grokking Design Patterns](https://github.com/YoshiTunaiga/Algo-Explained/blob/958dcbe6bb6f33cb5c2822fefedf433e55fc4469/GrokkingDesignPatterns)
- CodeWars## Indices
1. [Analyzing Performance of Array & Objects](https://github.com/YoshiTunaiga/Algo-Explained/blob/aaaa692a7a1593b677854afab84a0006a59a5252/AnalyzingPerformanceOfArrays&Objects.md)
2. [Big O Notation](https://github.com/YoshiTunaiga/Algo-Explained/blob/b1075b55bfbb2f44a34b61a4e82560806ef162c0/BigONotation.md)
3. [Solving Approach](https://github.com/YoshiTunaiga/Algo-Explained/blob/c1263a9dd66b028d62e900ae3fcbbccb886646e2/SolvingApproach.md)
4. [Solving Patterns](https://github.com/YoshiTunaiga/Algo-Explained/blob/ad6e840ed727ba146d8748e3af42fb6c3b41a824/SolvingPatterns.md)
5