Skip to content

Commit 7b25bc1

Browse files
authored
Added problems to binary-exp.md
Added a few matrix exponentiation Codeforces problems, roughly sorted all the problems according to their difficulty
1 parent d1ca1cf commit 7b25bc1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/algebra/binary-exp.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,15 @@ $$a \cdot b = \begin{cases}
253253
* [UVa 374 - Big Mod](http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=310)
254254
* [UVa 11029 - Leading and Trailing](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=1970)
255255
* [Codeforces - Parking Lot](http://codeforces.com/problemset/problem/630/I)
256+
* [leetcode - Count good numbers](https://leetcode.com/problems/count-good-numbers/)
257+
* [Codechef - Chef and Riffles](https://www.codechef.com/JAN221B/problems/RIFFLES)
258+
* [Codeforces - Decoding Genome](https://codeforces.com/contest/222/problem/E)
259+
* [Codeforces - Neural Network Country](https://codeforces.com/contest/852/problem/B)
260+
* [Codeforces - Magic Gems](https://codeforces.com/problemset/problem/1117/D)
256261
* [SPOJ - The last digit](http://www.spoj.com/problems/LASTDIG/)
257262
* [SPOJ - Locker](http://www.spoj.com/problems/LOCKER/)
258263
* [LA - 3722 Jewel-eating Monsters](https://vjudge.net/problem/UVALive-3722)
259264
* [SPOJ - Just add it](http://www.spoj.com/problems/ZSUM/)
260-
* [Codechef - Chef and Riffles](https://www.codechef.com/JAN221B/problems/RIFFLES)
261-
* [leetcode - Count good numbers](https://leetcode.com/problems/count-good-numbers/)
265+
* [Codeforces - Stairs and Lines](https://codeforces.com/contest/498/problem/E)
266+
267+

0 commit comments

Comments
 (0)