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/)| Non |
17
14
18
-
This table summarizes the problem, provides a link to its LeetCode and GFG pages, and includes a brief description of the problem.
15
+
| No | Problem Name | Description | Leetcode | GFG |
| 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. | Non |[link](https://www.geeksforgeeks.org/problems/modular-exponentiation-for-large-numbers5537/1)|
18
+
| 02 |[Maximum Money](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/10%20-%20Mathematics%20Problems/02%20-%20Maximum%20Money)| Find the maximum money a thief can rob from non-adjacent houses. | Non |[link](https://www.geeksforgeeks.org/problems/maximum-money2855/1?itm_source=geeksforgeeks&itm_medium=article&itm_campaign=practice_card)|
19
19
20
20
### Key Concepts Covered:
21
21
-**Prime Numbers & GCD/LCM**: Learn how to determine prime numbers, calculate the greatest common divisor (GCD), and least common multiple (LCM) of two numbers.
0 commit comments