Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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