Skip to content

Commit

Permalink
fix: readme section element bold font
Browse files Browse the repository at this point in the history
  • Loading branch information
exrol committed Sep 30, 2023
1 parent 26de14f commit 6f26946
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,24 @@ Algorithms implemented in the Graaf library include the following. For more info
take a look at the [docs](https://bobluppes.github.io/graaf/docs/algorithms/intro).

1. [**Traversal Algorithms**](https://bobluppes.github.io/graaf/docs/category/traversal-algorithms):
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
2. [**Shortest Path Algorithms**](https://bobluppes.github.io/graaf/docs/category/shortest-path-algorithms):
- A\* search
- BFS-Based Shortest Path
- Dijkstra
- Bellman-Ford
- A\* search
- BFS-Based Shortest Path
- Dijkstra
- Bellman-Ford
3. [**Cycle Detection Algorithms**](https://bobluppes.github.io/graaf/docs/category/cycle-detection-algorithms):
- DFS-Based Cycle Detection
- DFS-Based Cycle Detection
4. [**Minimum Spanning Tree (MST) Algorithms**](https://bobluppes.github.io/graaf/docs/category/minimum-spanning-tree)
- Kruskal's Algorithm
- Prim's Algorithm
5. [**Strongly Connected Components Algorithms
**](https://bobluppes.github.io/graaf/docs/category/strongly-connected-components):
- Tarjan's Strongly Connected Components
- Kruskal's Algorithm
- Prim's Algorithm
5. [**Strongly Connected Components Algorithms**](https://bobluppes.github.io/graaf/docs/category/strongly-connected-components):
- Tarjan's Strongly Connected Components
6. [**Topological Sorting Algorithms**](https://bobluppes.github.io/graaf/docs/category/topological-sorting):
- Topological sorting DFS-based
- Topological sorting DFS-based
7. [**Graph Coloring Algorithms**](https://bobluppes.github.io/graaf/docs/category/coloring):
- Greedy Graph Coloring
- Greedy Graph Coloring

# Contributing

Expand Down

0 comments on commit 6f26946

Please sign in to comment.