From cf4f22073c5eab07e297bf48e1bb8f086c64245b Mon Sep 17 00:00:00 2001
From: Ozlem <95313700+OzPol@users.noreply.github.com>
Date: Wed, 25 Sep 2024 16:21:25 -0400
Subject: [PATCH] Fix: Updated logos for missing algorithm implementations
Replaced C and Python logos with GitHub logo for the following algorithms with missing implementations:
A* Algorithm
Bellman-Ford Algorithm
Ford-Fulkerson Algorithm
Gale-Shapley Algorithm
Hungarian Algorithm
Kruskal's Algorithm
Prim's Algorithm
Topological Sort
AVL Tree
Red-Black Tree
---
README.md | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 1db56218..69bf752f 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ In order to achieve greater coverage and encourage more people to contribute to
A* Algorithm |
-
+
|
@@ -83,7 +83,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -126,7 +126,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Bellman-Ford Algorithm |
-
+
|
@@ -822,7 +822,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Ford-Fulkerson Algorithm |
-
+
|
@@ -837,7 +837,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -880,7 +880,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Gale-Shapley Algorithm |
-
+
|
@@ -895,7 +895,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -1170,7 +1170,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Hungarian Algorithm |
-
+
|
@@ -1185,7 +1185,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -1344,7 +1344,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Kruskal's Algorithm |
-
+
|
@@ -1359,7 +1359,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -1866,7 +1866,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Prim's Algorithm |
-
+
|
@@ -1881,7 +1881,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -2100,7 +2100,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| AVL Tree |
-
+
|
@@ -2115,7 +2115,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
@@ -2738,7 +2738,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Red-Black Tree |
-
+
|
@@ -4074,7 +4074,7 @@ In order to achieve greater coverage and encourage more people to contribute to
| Topological Sort |
-
+
|
@@ -4089,7 +4089,7 @@ In order to achieve greater coverage and encourage more people to contribute to
|
-
+
|
|