Skip to content

Commit 302ddf3

Browse files
committed
corrected cpp file name format and added solution links
1 parent 2cc5a09 commit 302ddf3

11 files changed

+10
-10
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.

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ In the "Repository" you will find the topics and its problems.
4646
## Data Type & Conditions
4747
| # | Title | Solution |
4848
|---| ----- | -------- |
49-
|1|[Say Hello With C++](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/A) | [C++](./C++/sayHelloWithC++.cpp)
50-
|2|[Basic Data Types](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/B) | [C++](./C++/BasicDataTypes.cpp)
51-
|3|[Simple Calculator](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/C)
52-
|4|[Difference](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/D) | [C++](./C++/Difference.cpp)
49+
|1|[Say Hello With C++](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/A) | [C++](./C++/1_sayHelloWithC++.cpp)
50+
|2|[Basic Data Types](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/B) | [C++](./C++/2_BasicDataTypes.cpp)
51+
|3|[Simple Calculator](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/C) | [C++](./C++/3_CalculatorUsingoops.cpp)
52+
|4|[Difference](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/D) | [C++](./C++/4_Difference.cpp)
5353
|5|[Area of a Circle](https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/E) | [C++](./C++/5_AreaOfACircle.cpp)
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)
@@ -100,17 +100,17 @@ In the "Repository" you will find the topics and its problems.
100100
|48|[Some Sums](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/U) | [C++](./C++/USomeSums.cpp)
101101
|49|[PUM](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/V) | [C++](./C++/VPUM.cpp)
102102
|50|[Shape3](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/W) | [C++](./C++/Shape3.cpp)
103-
|51|[Convert To Decimal 2](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/X)
104-
|52|[Easy Fibonacci](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Y)
105-
|53|[Three Numbers](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Z)
103+
|51|[Convert To Decimal 2](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/X) | [C++](./C++/51_decimal.cpp)
104+
|52|[Easy Fibonacci](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Y) | [C++](./C++/52_fibonacci.cpp)
105+
|53|[Three Numbers](https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Z) | [C++](./C++/53_threenumbers.cpp)
106106

107107
## Arrays
108108

109109
| # | Title | Solution |
110110
|---| ----- | -------- |
111-
|54|[Summation](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/A) | [C++](./C++/Summation.cpp)
112-
|55|[Searching](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/B) | [C++](./C++/Searching.cpp)
113-
|56|[Replacement](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/C)
111+
|54|[Summation](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/A) | [C++](./C++/54_Summation.cpp)
112+
|55|[Searching](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/B) | [C++](./C++/55_Searching.cpp)
113+
|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)
115115
|58|[Lowest Number](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/E) | [C++](./C++/LowestNumber.cpp)
116116
|59|[Reversing](https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/F)

0 commit comments

Comments
 (0)