Skip to content

Commit 9800ca3

Browse files
committed
lesson title url removed
1 parent a764ea3 commit 9800ca3

File tree

1 file changed

+19
-48
lines changed

1 file changed

+19
-48
lines changed

README.md

+19-48
Original file line numberDiff line numberDiff line change
@@ -3,108 +3,79 @@
33

44
## 2. Page Outline
55

6-
* ### 0 - Introduction
7-
8-
* ### 1 Easy ones **- 1-5**
9-
10-
* ### 1.1 Convert input
11-
12-
* ### [1.2](Easy-ones/Math-Power.md "Math power") [Math power](/Easy-ones/Math-Power.md)
13-
14-
* ### [1.3](Easy-ones/Math-Power.md "Floor Division") [Floor Division](/Easy-ones/Random-Number.md)
15-
16-
* ### [1.4](/Easy-ones/Floor-Division.md "Floor Division") [Floor Division](/Easy-ones/Floor-Division.md)
17-
6+
* ### 1 -  Easy ones - 1-5
7+
* **[1.1](Easy-ones/User-input-to-Number.md "Convert input")** - **[Convert input](/Easy-ones/User-input-to-Number.md)**
8+
* **[1.2](Easy-ones/Math-Power.md "Math power")** - **[Math power](/Easy-ones/Math-Power.md)**
9+
* **[1.3](Easy-ones/Math-Power.md "Floor Division")** - **[Floor Division](/Easy-ones/Random-Number.md)**
10+
* **[1.4](/Easy-ones/Floor-Division.md "Floor Division")** - **[Floor Division](/Easy-ones/Floor-Division.md)**
1811
* **[1.5](Easy-ones/Temporary-variable.md "Temporary variable")** - **[Temporary variable](/Easy-ones/Temporary-variable.md)**
1912

2013

21-
* **[2](Number-Relate/Number-Related.md "Number Related")** -   **[Number Related](/Number-Related/Number-Related.md)** **- 6-11**
22-
14+
* ### 2 -  Number Related - 6-11
2315
* **[2.1](Number-Relate "Max of two")** - **[Max of two](/Number-Relate)**
24-
2516
* **[2.2](Number-Related/Math-Power.md "Max of three")** - **[Max of three](/Number-Related/User-input-to-Number.md)**
26-
2717
* **[2.3](Number-Related/Math-Power.md "Average of numbers")** - **[Average of numbers](/Number-Related/Math-Power.md)**
28-
2918
* **[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)**
30-
3119
* **[2.5](Number-Related/Sum-of-digits.md "Sum of digits")** - **[Sum of digits](Loop-Related/Sum-of-digits.md)**
3220

3321

34-
* **[3](Loop-Related/Coin-sum.md "Loop Related")** -   **[Loop Related](/Loop-Related/Sum-of-digits.md)** **- 12-17**
35-
22+
* ### 3 -  Loop Related - 12-17
3623
* **[3.1](Loop-Related/Coin-sum.md "Sum of elements")** - **[Sum of elements](Loop-Related/Coin-sum.md)**
37-
3824
* **[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)**
39-
4025
* **[3.3](Loop-Related/Sum-of-squares.md "Sum of squares")** - **[Sum of squares](Loop-Related/Sum-of-squares.md)**
41-
4226
* **[3.4](Loop-Related/Second-Largest.md "Second Largest")** - **[Second Largest](Loop-Related/Second-Largest.md)**
43-
4427
* **[3.5](Loop-Related/Second-smallest.md "Second Smallest")** - **[Second Smallest](Loop-Related/Second-smallest.md)**
45-
4628
* **[3.6](Loop-Related/Remove-duplicate-Chars.md "Remove duplicate Chars")** - **[Remove duplicate Chars](Loop-Related/Remove-duplicate-Chars.md)**
4729

4830

49-
* **[4](Conversions/Miles-to-Kilometers.md "Conversions")** -   **[Conversions](/Conversions/Miles-to-Kilometers.md)** **- 18-22**
50-
31+
* ### 4 -  Conversions - 18-22
5132
* **[4.1](Conversions/Celsius-to-Fahrenheit.md "Miles to Kilometers")** - **[Miles to Kilometers](Conversions/Celsius-to-Fahrenheit.md)**
52-
5333
* **[4.2](Conversions/Decimal-to-binary.md "Celsius to Fahrenheit")** - **[Celsius to Fahrenheitt](Conversions/Decimal-to-binary.md)**
54-
5534
* **[4.3](Conversions/Decimal-to-binary-recursive.md "Decimal to binary")** - **[Decimal to binary](Conversions/Decimal-to-binary-recursive.md)**
56-
5735
* **[4.4](Conversions/ "Decimal to binary (recursive)")** - **[Decimal to binary (recursive)](Conversions/)**
58-
5936
* **[4.5](https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp "Binary to decimal")** - **[Binary to decimal](premium)** **- Premium Access**
6037

61-
62-
* **[5](Solution-Strategy.md "Solution Strategy")** -   **[Solution Strategy](Solution-Strategy.md)**
38+
* ### [5](Solution-Strategy.md "Solution Strategy") -  [Solution Strategy](Solution-Strategy.md)
6339

64-
* **[6](Computations/Simple-Interest.md "Computations")** -   **[Computations](Computations/Simple-Interest.md)** **- 20-28**
40+
* ### 6 -  Computations - 20-28
6541

6642
* **[6.1](Computations/Simple-Interest.md "Simple Interest")** - **[Simple Interest](Computations/Simple-Interest.md)**
67-
6843
* **[6.2](Computations/Complex-Interest.md "Complex Interest")** - **[Complex Interest](Computations/Complex-Interest.md)**
69-
7044
* **[6.3](Computations/Calculate-Grades.md "Calculate Grades)")** - **[Calculate Grades](Computations/Calculate-Grades.md)**
71-
7245
* **[6.4](Computations/Gravitational-Force.md "Gravitational Force)")** - **[Gravitational Force](Computations/Gravitational-Force.md)**
73-
7446
* **[6.5](Computations/Triangle-Area.md "Triangle Area)")** - **[Triangle Area](Computations/Triangle-Area.md)**
75-
7647

77-
* **[7](Solution-Strategy.md "Solution Strategy")** -   **[Solution Strategy](Solution-Strategy.md)** **- 29-33**
48+
* ### 7 -  Solution Strategy - 29-33
7849

79-
* **[7](Solution-Strategy.md "Check Prime")** -   **[Check Prime](Solution-Strategy.md)**
50+
* **[7.1](Solution-Strategy.md "Check Prime")** -   **[Check Prime](Solution-Strategy.md)**
8051

8152

8253
## 0: Introduction
8354

84-
### S-1: Welcome
55+
### Welcome
8556
Welcome to the problem-solving galaxy.
8657

87-
### S-2: Problem Solving
58+
### Problem Solving
8859
In this galaxy, we will focus on real-world coding related problem-solving.
8960

9061
The problem-solving means, we will take a small programming problem. We will think about the process of solving the problem and then we will solve it.
9162

92-
### S-3: Explanation
63+
### Explanation
9364
After the solution, we will explain the answer. Convey the concept and strategy to solve it.
9465

95-
### S-4: Purpose
66+
### Purpose
9667
Solving coding problems helps you to think about the problem. It will make you a better developer. Moreover, if you want to participate in a programming contest, you need to practice problem-solving.
9768

98-
### S-5: Interview
69+
### Interview
9970
Besides, large companies like Google, Facebook, Amazon, Uber, etc. ask a lot of problem-solving related questions in their job interview.<br><br>If you want to work any of these large companies, you should practice problem-solving.
10071

10172

102-
### S-6: Many solutions
73+
### Many solutions
10374
Here we are focusing on the thinking and strategies to solve a problem. However, every problem could be solved in multiple ways. And other solutions could be better and faster.
10475

10576
Always keep an open mind to learn multiple solutions to solve a problem.
10677

107-
### S-7: Let’s Start
78+
### Let’s Start
10879
> Let’s start your journey. Let’s solve every problem you face.
10980
11081
*Let’s do it.*

0 commit comments

Comments
 (0)