Skip to content

Commit 6cbfba2

Browse files
authored
Update README.md
1 parent acb43e9 commit 6cbfba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10 - Mathematics Problems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| No | Problem Name | Description | Leetcode | GFG |
1515
|-----|------------------------------------|-------------------------------------------|----------|-----|
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/) | [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 |
1717

1818
This table summarizes the problem, provides a link to its LeetCode and GFG pages, and includes a brief description of the problem.
1919

0 commit comments

Comments
 (0)