diff --git a/problem-of-the-day/day27/dsa.md b/problem-of-the-day/day27/dsa.md index 242b092..4e7fe02 100644 --- a/problem-of-the-day/day27/dsa.md +++ b/problem-of-the-day/day27/dsa.md @@ -9,7 +9,7 @@ Today we learn about Matrix Exponentiation and solve some problems related to it ## Problems -1.[Minimum Maximum Distance](https://codeforces.com/problemset/problem/1881/F) :- Try comparing this to finding the diamater of a tree, and also try to solve it using tree-re rooting +1. [Minimum Maximum Distance](https://codeforces.com/problemset/problem/1881/F) :- Try comparing this to finding the diamater of a tree, and also try to solve it using tree-re rooting 2. [Graph Paths I](https://cses.fi/problemset/task/1723)