Skip to content

Commit e1867a0

Browse files
committed
corrected cpp files name and added solution links
1 parent 302ddf3 commit e1867a0

13 files changed

+11
-11
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ In the "Repository" you will find the topics and its problems.
5454
|6|[Digits Summation](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/F)
5555
|7|[Summation from 1 to N](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/G)
5656
|8|[Two numbers](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/H) | [C++](./C++/8_Two_Numbers.cpp)
57-
|9|[Welcome for you with Condition](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/I)[C++](./C++/Welcome_for_you.cpp)
58-
|10|[Multiples](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/J)[C++](./C++/Multiples.cpp)
59-
|11|[Max and Min](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/K)[C++](./C++/Max_and_min.cpp)
57+
|9|[Welcome for you with Condition](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/I)[C++](./C++/9_Welcome_for_you.cpp)
58+
|10|[Multiples](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/J) | [C++](./C++/10_Multiples.cpp)
59+
|11|[Max and Min](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/K) | [C++](./C++/11_Max_and_min.cpp)
6060
|12|[The Brothers](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/L) | [C++](./C++/12_The_Brothers.cpp)
61-
|13|[Capital or Small or Digit](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/M)[C++](./C++/Capital_or_Small_or_Digit.cpp)
61+
|13|[Capital or Small or Digit](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/M) | [C++](./C++/13_Capital_or_Small_or_Digit.cpp)
6262
|14|[Char](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/N) | [C++](./C++/14_Char.cpp)
6363
|15|[Calculator](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/O) | [C++](./C++/15_Calculator.cpp)
6464
|16|[First digit !](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/P) | [C++](./C++/16_First_digit.cpp)
@@ -96,10 +96,10 @@ In the "Repository" you will find the topics and its problems.
9696
|44|[Digits](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Q)
9797
|45|[Sequence of Numbers and Sum](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/R)
9898
|46|[Sum of Consecutive Odd Numbers](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/S)
99-
|47|[Shape2](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/T) | [C++](./C++/Shape2.cpp)
100-
|48|[Some Sums](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/U) | [C++](./C++/USomeSums.cpp)
101-
|49|[PUM](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/V) | [C++](./C++/VPUM.cpp)
102-
|50|[Shape3](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/W) | [C++](./C++/Shape3.cpp)
99+
|47|[Shape2](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/T) | [C++](./C++/47_Shape2.cpp)
100+
|48|[Some Sums](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/U) | [C++](./C++/48_SomeSums.cpp)
101+
|49|[PUM](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/V) | [C++](./C++/49_PUM.cpp)
102+
|50|[Shape3](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/W) | [C++](./C++/50_Shape3.cpp)
103103
|51|[Convert To Decimal 2](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/X) | [C++](./C++/51_decimal.cpp)
104104
|52|[Easy Fibonacci](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Y) | [C++](./C++/52_fibonacci.cpp)
105105
|53|[Three Numbers](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Z) | [C++](./C++/53_threenumbers.cpp)
@@ -112,10 +112,10 @@ In the "Repository" you will find the topics and its problems.
112112
|55|[Searching](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/B) | [C++](./C++/55_Searching.cpp)
113113
|56|[Replacement](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/C) | [C++](./C++/56_replacement.cpp)
114114
|57|[Positions in array](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/D)
115-
|58|[Lowest Number](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/E) | [C++](./C++/LowestNumber.cpp)
115+
|58|[Lowest Number](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/E) | [C++](./C++/58_LowestNumber.cpp)
116116
|59|[Reversing](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/F)
117117
|60|[Palindrome Array](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/G)
118-
|61|[Sorting](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/H) | [C++](./C++/Selection_sort.cpp)
118+
|61|[Sorting](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/H) | [C++](./C++/61_selectionSort.cpp)
119119
|62|[Smallest Pair](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/I)
120120
|63|[Lucky Array](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/J)
121121
|64|[Sum2](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/K)
@@ -198,7 +198,7 @@ In the "Repository" you will find the topics and its problems.
198198
| 125 | [Maximum Distinct Numbers](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/E) |
199199
| 126 | [Multiplication of Matrices](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/F) |
200200
| 127 | [Summation of its divisors](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/G) |
201-
| 128 | [GCD](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/H) |
201+
| 128 | [GCD](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/H) | [C++](./C++/128_GCD.cpp)
202202
| 129 | [Divisability](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/I) |
203203
| 130 | [Prime Factors](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/J) |
204204
| 131 | [Combination and Permutation](https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/K) |

0 commit comments

Comments
 (0)