-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8058329
commit 70a66fc
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# DSA Problem of the Day (26/06/2024) | ||
|
||
## Matrix Exponentiation and Misclenous Problems | ||
Today we learn about Matrix Exponentiation and solve some problems related to it. | ||
|
||
## Resources | ||
1. [Matrix Exponentiation](https://usaco.guide/plat/matrix-expo?lang=cpp) | ||
|
||
## 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. |