Skip to content

Commit be9a22c

Browse files
authored
Update README.md
Fixed linking between README and the source code.
1 parent 2df2e7b commit be9a22c

File tree

1 file changed

+37
-24
lines changed

1 file changed

+37
-24
lines changed

README.md

+37-24
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,52 @@ Here, we will take a real-world coding related problem. We will think about the
66

77
## Table of Contents:
88

9-
## 1 -  Easy ones
9+
## 1 -  Easy ones
10+
1011
* **[1.1](Easy-ones/User-input-to-Number.md "Convert input")** - **[Convert input](/Easy-ones/User-input-to-Number.md)**
1112
* **[1.2](Easy-ones/Math-Power.md "Math power")** - **[Math power](/Easy-ones/Math-Power.md)**
1213
* **[1.3](Easy-ones/Random-Number.md "Random Number")** - **[Random Number](/Easy-ones/Random-Number.md)**
1314
* **[1.4](Easy-ones/Floor-Division.md "Floor Division")** - **[Floor Division](/Easy-ones/Floor-Division.md)**
1415
* **[1.5](Easy-ones/Temporary-variable.md "Temporary variable")** - **[Temporary variable](/Easy-ones/Temporary-variable.md)**
1516

1617

17-
## 2 -  Number Related
18-
* **[2.1](Number-Relate "Max of two")** - **[Max of two](/Number-Relate)**
19-
* **[2.2](Number-Related/Math-Power.md "Max of three")** - **[Max of three](/Number-Related/User-input-to-Number.md)**
20-
* **[2.3](Number-Related/Math-Power.md "Average of numbers")** - **[Average of numbers](/Number-Related/Math-Power.md)**
21-
* **[2.4](Number-Related/Divisible-by-3-and-5.md "Divisible by 3 and 5")** - **[Divisible by 3 and 5](/Number-Related/Divisible-by-3-and-5.md)**
22-
* **[2.5](Number-Related/Sum-of-digits.md "Sum of digits")** - **[Sum of digits](Loop-Related/Sum-of-digits.md)**
2318

19+
## 2 -  Number Related
2420

25-
## 3 -  Loop Related
26-
* **[3.1](Loop-Related/Coin-sum.md "Sum of elements")** - **[Sum of elements](Loop-Related/Coin-sum.md)**
27-
* ### 2 -  Number Related - 6-10
2821
* **[2.1](Number-Related/max-of-two.md "Max of two")** - **[Max of two](Number-Related/max-of-two.md)**
2922
* **[2.2](Number-Related/Max-of-three.md "Max of three")** - **[Max of three](Number-Related/Max-of-three.md)**
3023
* **[2.3](Number-Related/Average-of-numbers.md "Average of numbers")** - **[Average of numbers](Number-Related/Average-of-numbers.md)**
3124
* **[2.4](Number-Related/Divisible-by-3-and-5.md "Divisible by 3 and 5")** - **[Divisible by 3 and 5](Number-Related/Divisible-by-3-and-5.md)**
3225
* **[2.5](Number-Related/Sum-of-digits.md "Sum of digits")** - **[Sum of digits](Number-Related/Sum-of-digits.md)**
3326

3427

35-
* ### 3 -  Loop Related - 11-16
28+
## 3 -  Loop Related
29+
3630
* **[3.1](Loop-Related/Sum-of-elements.md "Sum of elements")** - **[Sum of elements](Loop-Related/Sum-of-elements.md)**
3731
* **[3.2](Loop-Related/Largest-element-of-a-list.md "Largest element of a list")** - **[Largest element of a list](Loop-Related/Largest-element-of-a-list.md)**
3832
* **[3.3](Loop-Related/Sum-of-squares.md "Sum of squares")** - **[Sum of squares](Loop-Related/Sum-of-squares.md)**
39-
* **[3.4](Loop-Related/Second-Largest.md "Second Largest")** - **[Second Largest](Loop-Related/Second-Largest.md)**
33+
* **[3.4]((Loop-Related/Second-Largest.md "Second Largest")** - **[Second Largest](Loop-Related/Second-Largest.md)**
4034
* **[3.5](Loop-Related/Second-smallest.md "Second Smallest")** - **[Second Smallest](Loop-Related/Second-smallest.md)**
4135
* **[3.6](Loop-Related/Remove-duplicate-Chars.md "Remove duplicate Chars")** - **[Remove duplicate Chars](Loop-Related/Remove-duplicate-Chars.md)**
4236

4337

44-
## 4 -  Conversions
45-
* **[4.1](Conversions/Celsius-to-Fahrenheit.md "Miles to Kilometers")** - **[Miles to Kilometers](Conversions/Celsius-to-Fahrenheit.md)**
46-
* **[4.2](Conversions/Decimal-to-binary.md "Celsius to Fahrenheit")** - **[Celsius to Fahrenheitt](Conversions/Decimal-to-binary.md)**
47-
* **[4.3](Conversions/Decimal-to-binary-recursive.md "Decimal to binary")** - **[Decimal to binary](Conversions/Decimal-to-binary-recursive.md)**
48-
* ### 4 -  Conversions - 17-21
38+
39+
## 4 -  Conversions
40+
4941
* **[4.1](Conversions/Miles-to-Kilometers.md "Miles to Kilometers")** - **[Miles to Kilometers](Conversions/Miles-to-Kilometers.md)**
5042
* **[4.2](Conversions/Celsius-to-Fahrenheit.md "Celsius to Fahrenheit")** - **[Celsius to Fahrenheitt](Conversions/Celsius-to-Fahrenheit.md)**
5143
* **[4.3](Conversions/Decimal-to-binary.md "Decimal to binary")** - **[Decimal to binary](Conversions/Decimal-to-binary.md)**
5244
* **[4.4](Conversions/Decimal-to-binary-recursive.md "Decimal to binary (recursive)")** - **[Decimal to binary (recursive)](Conversions/Decimal-to-binary-recursive.md)**
53-
* **[4.5](https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp "Binary to decimal")** - **[Binary to decimal](premium)** **- Premium Access**
45+
* **[4.5](https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp "Binary to decimal")** - **[Binary to decimal(premium)](https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp)**
46+
47+
48+
49+
## 5 -  Solution Strategy
50+
51+
* **[5](Solution-Strategy.md "Solution Strategy")** - **[Solution Strategy](Solution-Strategy.md)**
52+
53+
5454

55-
## [5](Solution-Strategy.md "Solution Strategy") -  [Solution Strategy](Solution-Strategy.md)
56-
5755
## 6 -  Computations
5856

5957
* **[6.1](Computations/Simple-Interest.md "Simple Interest")** - **[Simple Interest](Computations/Simple-Interest.md)**
@@ -62,13 +60,17 @@ Here, we will take a real-world coding related problem. We will think about the
6260
* **[6.4](Computations/Gravitational-Force.md "Gravitational Force)")** - **[Gravitational Force](Computations/Gravitational-Force.md)**
6361
* **[6.5](Computations/Triangle-Area.md "Triangle Area)")** - **[Triangle Area](Computations/Triangle-Area.md)**
6462

63+
64+
6565
## 7 -  Prime number
6666

67-
* **[7.1](Prime-number/Check-Prime.md "Check Prime")** -   **[Check Prime](Solution-Strategy.md)**
67+
* **[7.1](Prime-number/Check-Prime.md "Check Prime")** -   **[Check Prime](Prime-number/Check-Prime.md)**
6868
* **[7.2](Prime-number/Prime-Numbers.md "Prime Numbers")** -   **[Prime Numbers](Prime-number/Prime-Numbers.md)**
69-
* **[7.3](Prime-number/Prime-factors.md "Prime factors")** -   **[Prime factors](Prime-number/Prime-factors.md)**
69+
* **[7.3](Prime-number/Prime-factors.md "Prime factors")** -   **[Prime factors](Prime-number/Prime-Factors.md)**
7070
* **[7.4](Prime-number/Smallest-prime-factor.md "Smallest prime factor")** -   **[Smallest prime factor](Prime-number/Smallest-prime-factor.md)**
7171

72+
73+
7274
## 8 -  Reverse
7375

7476
* **[8.1](Reverse/Reverse-String.md "Reverse String")** -   **[Reverse String](Reverse/Reverse-String.md)**
@@ -77,6 +79,8 @@ Here, we will take a real-world coding related problem. We will think about the
7779
* **[8.4](Reverse/Reverse-Number.md "Reverse Number")** -   **[Reverse Number](Reverse/Reverse-Number.md)**
7880
* **[8.5](Reverse/Reverse-word.md "Reverse word")** -   **[Reverse word](Reverse/Reverse-word.md)**
7981

82+
83+
8084
## 9 -  Medium
8185

8286
* **[9.1](Medium/Check-palindrome.md "Check palindrome")** -   **[Check palindrome](Medium/Check-palindrome.md)**
@@ -85,7 +89,13 @@ Here, we will take a real-world coding related problem. We will think about the
8589
* **[9.4](Medium/Greatest-common-divisor.md "Greatest common divisor")** -   **[Greatest common divisor](Medium/Greatest-common-divisor.md)**
8690
* **[9.5](Medium/Least-Common-Multiple.md "Least Common Multiple")** -   **[Least Common Multiple](Medium/Least-Common-Multiple.md)**
8791

88-
## [10](Programming-Contest.md "Programming Contest") -  [Programming Contest](Programming-Contest.md)
92+
93+
94+
## 10 -  Programming Contest
95+
96+
* **[10](Programming-Contest.md "Programming Contest")** -   **[Programming Contest](Programming-Contest/Programming-Contest.md)**
97+
98+
8999

90100
## 11 -  Simple Game
91101

@@ -96,13 +106,16 @@ Here, we will take a real-world coding related problem. We will think about the
96106
* **[11.5](Simple-Game/Word-completion.md "Word completion")** -   **[Word completion](Simple-Game/Word-completion.md)**
97107
* **[11.6](Simple-Game/Word-hangman.md "Word hangman")** -   **[Word hangman](Simple-Game/Word-hangman.md)**
98108

109+
110+
99111
## 12 -  Harder
100112

101113
* **[12.1](Harder/Simple-Calculator.md "Simple Calculator")** -   **[Simple Calculator](Harder/Simple-Calculator.md)**
102114
* **[12.2](Harder/Password-generator.md "Password generator")** -   **[Password generator](Harder/Password-generator.md)**
103115
* **[12.3](Harder/Password-with-requirements.md "Password with requirements")** -   **[Password with requirements](Harder/Password-with-requirements.md)**
104116
* **[12.4](Harder/Permutations.md "Permutations")** -   **[Permutations](Harder/Permutations.md)**
105-
* **[12.5](Harder/Simple-Calculator.md "Generate Sentences")** -   **[Generate Sentences](Harder/Simple-Calculator.md)**
117+
* **[12.5](Harder/Simple-Calculator.md "Generate Sentences")** -   **[Generate Sentences](Harder/Generate-Sentences.md)**
118+
106119

107120

108121
## 13 -  User Submitted

0 commit comments

Comments
 (0)