Skip to content

Commit 0f54626

Browse files
authored
Update README.md
1 parent 84301b2 commit 0f54626

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

10 - Mathematics Problems/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
### Repository Content
77

88
<p>
9-
<img src="https://img.shields.io/badge/problems%20count-01-orange?logo=leetcode" alt="LeetCode">
10-
<img src="https://img.shields.io/badge/problems%20count-00-darkgreen?logo=geeksforGeeks" alt="GeeksforGeeks">
11-
<img src="https://img.shields.io/badge/total%20problems%20count-01-blue" alt="Problem Count">
9+
<img src="https://img.shields.io/badge/problems%20count-00-orange?logo=leetcode" alt="LeetCode">
10+
<img src="https://img.shields.io/badge/problems%20count-02-darkgreen?logo=geeksforGeeks" alt="GeeksforGeeks">
11+
<img src="https://img.shields.io/badge/total%20problems%20count-02-blue" alt="Problem Count">
1212
</p>
1313

14-
| No | Problem Name | Description | Leetcode | GFG |
15-
|-----|------------------------------------|-------------------------------------------|----------|-----|
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 |
1714

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 |
16+
|-----|------------------------------------|-----------------------------------------------------------------------------------------------------|----------|-----|
17+
| 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) |
1919

2020
### Key Concepts Covered:
2121
- **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

Comments
 (0)