Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoFantinato committed Sep 21, 2024
1 parent 9415f36 commit b08ba1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ A collection of algorithms on graphs implemented in Rust just for fun.
| Travelling Salesman Problem | :x: |
| Bellman–Ford algorithm | :x: |
| Dijkstra's algorithm | :x: |
| Prim's algorithm | :x: |
| Prim's algorithm | :heavy_check_mark: |
| Connectivity s-t | :x: |
| Finding out all cycles | :x: |
| Counting connected components | :x: |
| Counting connected components | :heavy_check_mark: |
| A* search | :x: |
| Depth-first search | :x: |
| Breadth-first search | :x: |
| Kruskal's algorithm with union find | :heavy_check_mark: |
| Kruskal's algorithm | :heavy_check_mark: |
| Checking for ciclicity | :heavy_check_mark: |

0 comments on commit b08ba1f

Please sign in to comment.