Skip to content

Commit 3f68406

Browse files
committed
Updated layout of README.md files
1 parent 81ef432 commit 3f68406

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2172
-2181
lines changed

README.md

+18-19
Large diffs are not rendered by default.

scripts/README.md

+19-20
Large diffs are not rendered by default.

scripts/algorithms/0-9/README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Algorithms-solutions
2-
This folder contains Solutions to 10 Algorithms Leetcode problems that starts with '0-9' written in the following programming languages ( Java ,Python ,C++ ,Javascript ).<br><br>
3-
### Problems ###
4-
|problems|langages|difficulty|Leetcode|
5-
|:-------|:------:|:--------:|:------:|
6-
|[01 Matrix](./01%20Matrix)|[C++](./01%20Matrix/01%20Matrix.cpp), [Java](./01%20Matrix/01%20Matrix.java), [Javascript](./01%20Matrix/01%20Matrix.js), [Python](./01%20Matrix/01%20Matrix.py)|Medium|[link](https://leetcode.com/problems/01-matrix)|
7-
|[1-bit and 2-bit Characters](./1-bit%20and%202-bit%20Characters)|[C++](./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.cpp), [Java](./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.java), [Javascript](./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.js), [Python](./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.py)|Easy|[link](https://leetcode.com/problems/1-bit-and-2-bit-characters)|
8-
|[132 Pattern](./132%20Pattern)|[C++](./132%20Pattern/132%20Pattern.cpp), [Java](./132%20Pattern/132%20Pattern.java), [Javascript](./132%20Pattern/132%20Pattern.js), [Python](./132%20Pattern/132%20Pattern.py)|Medium|[link](https://leetcode.com/problems/132-pattern)|
9-
|[2 Keys Keyboard](./2%20Keys%20Keyboard)|[C++](./2%20Keys%20Keyboard/2%20Keys%20Keyboard.cpp), [Java](./2%20Keys%20Keyboard/2%20Keys%20Keyboard.java), [Javascript](./2%20Keys%20Keyboard/2%20Keys%20Keyboard.js), [Python](./2%20Keys%20Keyboard/2%20Keys%20Keyboard.py)|Medium|[link](https://leetcode.com/problems/2-keys-keyboard)|
10-
|[24 Game](./24%20Game)|[C++](./24%20Game/24%20Game.cpp), [Java](./24%20Game/24%20Game.java), [Javascript](./24%20Game/24%20Game.js), [Python](./24%20Game/24%20Game.py)|Hard|[link](https://leetcode.com/problems/24-game)|
11-
|[3Sum](./3Sum)|[C++](./3Sum/3Sum.cpp), [Java](./3Sum/3Sum.java), [Javascript](./3Sum/3Sum.js), [Python](./3Sum/3Sum.py)|Medium|[link](https://leetcode.com/problems/3sum)|
12-
|[3Sum Closest](./3Sum%20Closest)|[C++](./3Sum%20Closest/3Sum%20Closest.cpp), [Java](./3Sum%20Closest/3Sum%20Closest.java), [Javascript](./3Sum%20Closest/3Sum%20Closest.js), [Python](./3Sum%20Closest/3Sum%20Closest.py)|Medium|[link](https://leetcode.com/problems/3sum-closest)|
13-
|[3Sum With Multiplicity](./3Sum%20With%20Multiplicity)|[C++](./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.cpp), [Java](./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.java), [Javascript](./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.js), [Python](./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.py)|Medium|[link](https://leetcode.com/problems/3sum-with-multiplicity)|
14-
|[4Sum](./4Sum)|[C++](./4Sum/4Sum.cpp), [Java](./4Sum/4Sum.java), [Javascript](./4Sum/4Sum.js), [Python](./4Sum/4Sum.py)|Medium|[link](https://leetcode.com/problems/4sum)|
15-
|[4Sum II](./4Sum%20II)|[C++](./4Sum%20II/4Sum%20II.cpp), [Java](./4Sum%20II/4Sum%20II.java), [Javascript](./4Sum%20II/4Sum%20II.js), [Python](./4Sum%20II/4Sum%20II.py)|Medium|[link](https://leetcode.com/problems/4sum-ii)|
1+
## <div align="left"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/algo.svg" width="32px" align="left"/>Algorithms-solutions</div>
2+
<br>
3+
4+
| Problem name | Difficulty | Languages | LeetCode |
5+
|:-------------|:----------:|:----------|:--------:|
6+
|[3Sum](./3Sum)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./3Sum/3Sum.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum/3Sum.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum/3Sum.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum/3Sum.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/3sum)|
7+
|[3Sum Closest](./3Sum%20Closest)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./3Sum%20Closest/3Sum%20Closest.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20Closest/3Sum%20Closest.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20Closest/3Sum%20Closest.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20Closest/3Sum%20Closest.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/3sum-closest)|
8+
|[4Sum](./4Sum)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./4Sum/4Sum.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum/4Sum.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum/4Sum.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum/4Sum.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/4sum)|
9+
|[4Sum II](./4Sum%20II)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./4Sum%20II/4Sum%20II.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum%20II/4Sum%20II.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum%20II/4Sum%20II.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./4Sum%20II/4Sum%20II.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/4sum-ii)|
10+
|[132 Pattern](./132%20Pattern)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./132%20Pattern/132%20Pattern.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./132%20Pattern/132%20Pattern.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./132%20Pattern/132%20Pattern.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./132%20Pattern/132%20Pattern.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/132-pattern)|
11+
|[01 Matrix](./01%20Matrix)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./01%20Matrix/01%20Matrix.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./01%20Matrix/01%20Matrix.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./01%20Matrix/01%20Matrix.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./01%20Matrix/01%20Matrix.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/01-matrix)|
12+
|[2 Keys Keyboard](./2%20Keys%20Keyboard)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./2%20Keys%20Keyboard/2%20Keys%20Keyboard.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./2%20Keys%20Keyboard/2%20Keys%20Keyboard.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./2%20Keys%20Keyboard/2%20Keys%20Keyboard.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./2%20Keys%20Keyboard/2%20Keys%20Keyboard.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/2-keys-keyboard)|
13+
|[24 Game](./24%20Game)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/hard.svg" height="12px" align="center"/>|<a href="./24%20Game/24%20Game.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./24%20Game/24%20Game.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./24%20Game/24%20Game.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./24%20Game/24%20Game.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/24-game)|
14+
|[1-bit and 2-bit Characters](./1-bit%20and%202-bit%20Characters)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/easy.svg" height="12px" align="center"/>|<a href="./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./1-bit%20and%202-bit%20Characters/1-bit%20and%202-bit%20Characters.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/1-bit-and-2-bit-characters)|
15+
|[3Sum With Multiplicity](./3Sum%20With%20Multiplicity)|<img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/medium.svg" height="12px" align="center"/>|<a href="./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.cpp"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/c%2B%2B.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.java"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/java.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.js"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/javascript.svg" width="24px" align="center"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./3Sum%20With%20Multiplicity/3Sum%20With%20Multiplicity.txt"><img src="https://github.com/AnasImloul/Leetcode-Solutions/blob/main/icons/python.svg" width="24px" align="center"/></a>|[link](https://www.leetcode.com/problems/3sum-with-multiplicity)|

0 commit comments

Comments
 (0)