Skip to content

Commit cf4f220

Browse files
authored
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
1 parent 54759c5 commit cf4f220

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In order to achieve greater coverage and encourage more people to contribute to
6868
<td><a href="https://www.geeksforgeeks.org/a-search-algorithm/">A* Algorithm</a></td>
6969
<td> <!-- C -->
7070
<a href="./CONTRIBUTING.md">
71-
<img align="center" height="25" src="./logos/c.svg" />
71+
<img align="center" height="25" src="./logos/github.svg" />
7272
</a>
7373
</td>
7474
<td> <!-- C++ -->
@@ -83,7 +83,7 @@ In order to achieve greater coverage and encourage more people to contribute to
8383
</td>
8484
<td> <!-- Python -->
8585
<a href="./CONTRIBUTING.md">
86-
<img align="center" height="25" src="./logos/python.svg" />
86+
<img align="center" height="25" src="./logos/github.svg" />
8787
</a>
8888
</td>
8989
<td> <!-- Go -->
@@ -126,7 +126,7 @@ In order to achieve greater coverage and encourage more people to contribute to
126126
<td><a href="https://www.geeksforgeeks.org/bellman-ford-algorithm-dp-23/">Bellman-Ford Algorithm</a></td>
127127
<td> <!-- C -->
128128
<a href="./CONTRIBUTING.md">
129-
<img align="center" height="25" src="./logos/c.svg" />
129+
<img align="center" height="25" src="./logos/github.svg" />
130130
</a>
131131
</td>
132132
<td> <!-- C++ -->
@@ -822,7 +822,7 @@ In order to achieve greater coverage and encourage more people to contribute to
822822
<td><a href="https://www.geeksforgeeks.org/ford-fulkerson-algorithm-for-maximum-flow-problem/">Ford-Fulkerson Algorithm</a></td>
823823
<td> <!-- C -->
824824
<a href="./CONTRIBUTING.md">
825-
<img align="center" height="25" src="./logos/c.svg" />
825+
<img align="center" height="25" src="./logos/github.svg" />
826826
</a>
827827
</td>
828828
<td> <!-- C++ -->
@@ -837,7 +837,7 @@ In order to achieve greater coverage and encourage more people to contribute to
837837
</td>
838838
<td> <!-- Python -->
839839
<a href="./CONTRIBUTING.md">
840-
<img align="center" height="25" src="./logos/python.svg" />
840+
<img align="center" height="25" src="./logos/github.svg" />
841841
</a>
842842
</td>
843843
<td> <!-- Go -->
@@ -880,7 +880,7 @@ In order to achieve greater coverage and encourage more people to contribute to
880880
<td><a href="https://www.geeksforgeeks.org/stable-marriage-problem/">Gale-Shapley Algorithm</a></td>
881881
<td> <!-- C -->
882882
<a href="./CONTRIBUTING.md">
883-
<img align="center" height="25" src="./logos/c.svg" />
883+
<img align="center" height="25" src="./logos/github.svg" />
884884
</a>
885885
</td>
886886
<td> <!-- C++ -->
@@ -895,7 +895,7 @@ In order to achieve greater coverage and encourage more people to contribute to
895895
</td>
896896
<td> <!-- Python -->
897897
<a href="./CONTRIBUTING.md">
898-
<img align="center" height="25" src="./logos/python.svg" />
898+
<img align="center" height="25" src="./logos/github.svg" />
899899
</a>
900900
</td>
901901
<td> <!-- Go -->
@@ -1170,7 +1170,7 @@ In order to achieve greater coverage and encourage more people to contribute to
11701170
<td><a href="https://www.geeksforgeeks.org/hungarian-algorithm-assignment-problem-set-1-introduction/">Hungarian Algorithm</a></td>
11711171
<td> <!-- C -->
11721172
<a href="./CONTRIBUTING.md">
1173-
<img align="center" height="25" src="./logos/c.svg" />
1173+
<img align="center" height="25" src="./logos/github.svg" />
11741174
</a>
11751175
</td>
11761176
<td> <!-- C++ -->
@@ -1185,7 +1185,7 @@ In order to achieve greater coverage and encourage more people to contribute to
11851185
</td>
11861186
<td> <!-- Python -->
11871187
<a href="./CONTRIBUTING.md">
1188-
<img align="center" height="25" src="./logos/python.svg" />
1188+
<img align="center" height="25" src="./logos/github.svg" />
11891189
</a>
11901190
</td>
11911191
<td> <!-- Go -->
@@ -1344,7 +1344,7 @@ In order to achieve greater coverage and encourage more people to contribute to
13441344
<td><a href="https://www.geeksforgeeks.org/kruskals-minimum-spanning-tree-algorithm-greedy-algo-2/">Kruskal's Algorithm</a></td>
13451345
<td> <!-- C -->
13461346
<a href="./CONTRIBUTING.md">
1347-
<img align="center" height="25" src="./logos/c.svg" />
1347+
<img align="center" height="25" src="./logos/github.svg" />
13481348
</a>
13491349
</td>
13501350
<td> <!-- C++ -->
@@ -1359,7 +1359,7 @@ In order to achieve greater coverage and encourage more people to contribute to
13591359
</td>
13601360
<td> <!-- Python -->
13611361
<a href="./CONTRIBUTING.md">
1362-
<img align="center" height="25" src="./logos/python.svg" />
1362+
<img align="center" height="25" src="./logos/github.svg" />
13631363
</a>
13641364
</td>
13651365
<td> <!-- Go -->
@@ -1866,7 +1866,7 @@ In order to achieve greater coverage and encourage more people to contribute to
18661866
<td><a href="https://www.geeksforgeeks.org/prims-minimum-spanning-tree-mst-greedy-algo-5/">Prim's Algorithm</a></td>
18671867
<td> <!-- C -->
18681868
<a href="./CONTRIBUTING.md">
1869-
<img align="center" height="25" src="./logos/c.svg" />
1869+
<img align="center" height="25" src="./logos/github.svg" />
18701870
</a>
18711871
</td>
18721872
<td> <!-- C++ -->
@@ -1881,7 +1881,7 @@ In order to achieve greater coverage and encourage more people to contribute to
18811881
</td>
18821882
<td> <!-- Python -->
18831883
<a href="./CONTRIBUTING.md">
1884-
<img align="center" height="25" src="./logos/python.svg" />
1884+
<img align="center" height="25" src="./logos/github.svg" />
18851885
</a>
18861886
</td>
18871887
<td> <!-- Go -->
@@ -2100,7 +2100,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21002100
<td><a href="https://www.geeksforgeeks.org/introduction-to-avl-tree/">AVL Tree</a></td>
21012101
<td> <!-- C -->
21022102
<a href="./CONTRIBUTING.md">
2103-
<img align="center" height="25" src="./logos/c.svg" />
2103+
<img align="center" height="25" src="./logos/github.svg" />
21042104
</a>
21052105
</td>
21062106
<td> <!-- C++ -->
@@ -2115,7 +2115,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21152115
</td>
21162116
<td> <!-- Python -->
21172117
<a href="./CONTRIBUTING.md">
2118-
<img align="center" height="25" src="./logos/python.svg" />
2118+
<img align="center" height="25" src="./logos/github.svg" />
21192119
</a>
21202120
</td>
21212121
<td> <!-- Go -->
@@ -2738,7 +2738,7 @@ In order to achieve greater coverage and encourage more people to contribute to
27382738
<td><a href="https://www.geeksforgeeks.org/introduction-to-red-black-tree/">Red-Black Tree</a></td>
27392739
<td> <!-- C -->
27402740
<a href="./CONTRIBUTING.md">
2741-
<img align="center" height="25" src="./logos/c.svg" />
2741+
<img align="center" height="25" src="./logos/github.svg" />
27422742
</a>
27432743
</td>
27442744
<td> <!-- C++ -->
@@ -4074,7 +4074,7 @@ In order to achieve greater coverage and encourage more people to contribute to
40744074
<td><a href="https://www.geeksforgeeks.org/topological-sorting/">Topological Sort</a></td>
40754075
<td> <!-- C -->
40764076
<a href="./CONTRIBUTING.md">
4077-
<img align="center" height="25" src="./logos/c.svg" />
4077+
<img align="center" height="25" src="./logos/github.svg" />
40784078
</a>
40794079
</td>
40804080
<td> <!-- C++ -->
@@ -4089,7 +4089,7 @@ In order to achieve greater coverage and encourage more people to contribute to
40894089
</td>
40904090
<td> <!-- Python -->
40914091
<a href="./CONTRIBUTING.md">
4092-
<img align="center" height="25" src="./logos/python.svg" />
4092+
<img align="center" height="25" src="./logos/github.svg" />
40934093
</a>
40944094
</td>
40954095
<td> <!-- Go -->

0 commit comments

Comments
 (0)