diff --git a/problem-of-the-day/day27/dsa.md b/problem-of-the-day/day27/dsa.md index 2427a06..c8b2bfe 100644 --- a/problem-of-the-day/day27/dsa.md +++ b/problem-of-the-day/day27/dsa.md @@ -9,7 +9,9 @@ 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 + 2. [Graph Paths I](https://cses.fi/problemset/task/1723) + 3. [Xor-sequences](https://codeforces.com/contest/691/problem/E) *Note:* Solutions to [day26](../day26) are uploaded.