You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 01 |[Modular Exponentiation for Numbers](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/10%20-%20Mathematics%20Problems/01%20-%20Modular%20Exponentitation%20for%20Numbers)| Calculate \(a^b \mod m\) efficiently. This problem focuses on finding the result of a large exponentiation modulo some number. |[Link](https://leetcode.com/problems/powx-n/)|[Link](https://www.geeksforgeeks.org/modular-exponentiation/)|
16
+
| 01 |[Modular Exponentiation for Numbers](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/10%20-%20Mathematics%20Problems/01%20-%20Modular%20Exponentitation%20for%20Numbers)| Calculate \(a^b \mod m\) efficiently. This problem focuses on finding the result of a large exponentiation modulo some number. |[Link](https://leetcode.com/problems/powx-n/)|Non|
17
17
18
18
This table summarizes the problem, provides a link to its LeetCode and GFG pages, and includes a brief description of the problem.
0 commit comments