Skip to content

Commit bee278b

Browse files
committed
Updated Readme
1 parent 20763d7 commit bee278b

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter th
66
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
77
| - | - | - | - | - | - | - | - |
88
|200|[Number Of Islands](https://leetcode.com/problems/number-of-islands/)|[<img src="images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0001-to-0499/200-Number-Of-Islands)|[<img src="images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Medium](images/MediumBlue.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Medium)|O(MN)|O(Min(M,N))|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [BFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/BFS), [DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Matrix](https://github.com/yvrakesh/Leetcode/tree/main/tag/Matrix), [Union Find](https://github.com/yvrakesh/Leetcode/tree/main/tag/Union-Find)
9-
|937|[Reorder Data In Log Files](https://leetcode.com/problems/reorder-data-in-log-files/)|[<img src="images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0500-to-0999/937-Reorder-Data-In-Log-Files)|[<img src="images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Easy](images/EasyGreen.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Easy)|O(NlogN)|O(N)|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [String](https://github.com/yvrakesh/Leetcode/tree/main/tag/String), [Sorting](https://github.com/yvrakesh/Leetcode/tree/main/tag/Sorting)
9+
|937|[Reorder Data In Log Files](https://leetcode.com/problems/reorder-data-in-log-files/)|[<img src="images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0500-to-0999/937-Reorder-Data-In-Log-Files)|[<img src="images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Easy](images/EasyGreen.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Easy)|O(NlogN)|O(N)|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [String](https://github.com/yvrakesh/Leetcode/tree/main/tag/String), [Sorting](https://github.com/yvrakesh/Leetcode/tree/main/tag/Sorting)
10+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

company/Amazon/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Special Thanks to [Krishnadey30](https://github.com/krishnadey30). Question Data
88
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
99
| - | - | - | - | - | - | - | - |
1010
|937|[Reorder Data In Log Files](https://leetcode.com/problems/reorder-data-in-log-files/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0500-to-0999/937-Reorder-Data-In-Log-Files)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Easy](../../images/EasyGreen.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Easy)|O(NlogN)|O(N)|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [String](https://github.com/yvrakesh/Leetcode/tree/main/tag/String), [Sorting](https://github.com/yvrakesh/Leetcode/tree/main/tag/Sorting)
11-
|200|[Number Of Islands](https://leetcode.com/problems/number-of-islands/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0001-to-0499/200-Number-Of-Islands)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Medium](../../images/MediumBlue.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Medium)|O(MN)|O(Min(M,N))|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [BFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/BFS), [DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Matrix](https://github.com/yvrakesh/Leetcode/tree/main/tag/Matrix), [Union Find](https://github.com/yvrakesh/Leetcode/tree/main/tag/Union-Find)
11+
|200|[Number Of Islands](https://leetcode.com/problems/number-of-islands/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0001-to-0499/200-Number-Of-Islands)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Medium](../../images/MediumBlue.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Medium)|O(MN)|O(Min(M,N))|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [BFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/BFS), [DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Matrix](https://github.com/yvrakesh/Leetcode/tree/main/tag/Matrix), [Union Find](https://github.com/yvrakesh/Leetcode/tree/main/tag/Union-Find)
12+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](../../images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

difficulty/Hard/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ Leetcode Questions Practice - Hard
33

44
Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter that category problems only.
55

6-
|#|Title|Sol|Companies|Difficulty|Tags|
7-
| - | - | - | - | - | - |
6+
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
7+
| - | - | - | - | - | - | - | - |
8+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](../../images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

tag/Biconnected-Components/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Leetcode Questions Practice - Biconnected Components
44
Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter that category problems only.
55

66
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
7-
| - | - | - | - | - | - | - | - |
7+
| - | - | - | - | - | - | - | - |
8+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](../../images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

tag/DFS/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter th
55

66
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
77
| - | - | - | - | - | - | - | - |
8-
|200|[Number Of Islands](https://leetcode.com/problems/number-of-islands/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0001-to-0499/200-Number-Of-Islands)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Medium](../../images/MediumBlue.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Medium)|O(MN)|O(Min(M,N))|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [BFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/BFS), [DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Matrix](https://github.com/yvrakesh/Leetcode/tree/main/tag/Matrix), [Union Find](https://github.com/yvrakesh/Leetcode/tree/main/tag/Union-Find)
8+
|200|[Number Of Islands](https://leetcode.com/problems/number-of-islands/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-0001-to-0499/200-Number-Of-Islands)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Medium](../../images/MediumBlue.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Medium)|O(MN)|O(Min(M,N))|[Array](https://github.com/yvrakesh/Leetcode/tree/main/tag/Array), [BFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/BFS), [DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Matrix](https://github.com/yvrakesh/Leetcode/tree/main/tag/Matrix), [Union Find](https://github.com/yvrakesh/Leetcode/tree/main/tag/Union-Find)
9+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](../../images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

tag/Graph/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Leetcode Questions Practice - Graph
44
Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter that category problems only.
55

66
|#|Title|Sol|Companies|Difficulty|Time|Space|Tags|
7-
| - | - | - | - | - | - | - | - |
7+
| - | - | - | - | - | - | - | - |
8+
|1192|[Critical Connections In A Network](https://leetcode.com/problems/critical-connections-in-a-network/)|[<img src="../../images/github.svg" width="27" title="Solution" />](https://github.com/yvrakesh/Leetcode/tree/main/code-1000-to-1499/1192-Critical-Connections-In-A-Network)|[<img src="../../images/amazon.svg" width="27" title="Amazon" />](https://github.com/yvrakesh/Leetcode/tree/main/company/Amazon)&nbsp; |[![Hard](../../images/HardRed.svg)](https://github.com/yvrakesh/Leetcode/tree/main/difficulty/Hard)|O(E+V)|O(E+V)|[DFS](https://github.com/yvrakesh/Leetcode/tree/main/tag/DFS), [Graph](https://github.com/yvrakesh/Leetcode/tree/main/tag/Graph), [Biconnected Components](https://github.com/yvrakesh/Leetcode/tree/main/tag/Biconnected-Components)

0 commit comments

Comments
 (0)