Skip to content

Commit 678a996

Browse files
authored
Update README.md
1 parent b76b393 commit 678a996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
```
137137
10 1 9 2 8 3 7 4 6 5 5 6 4 7 3 8 2 9 1 10
138138
```
139-
5. Write the Java Program to print the following series [[Solution]](InterviewPrograms/src/com/java/series/QuadraticSequence.java)
139+
5. Write the Java Program to print the following series ***QuadraticSequence*** [[Solution]](InterviewPrograms/src/com/java/series/QuadraticSequence.java)
140140
```
141141
1 2 4 7 11 16 22 29 .....
142142
```
@@ -148,7 +148,7 @@
148148
```
149149
1 2 4 8 16 32 64 128 256 512 1024 ......
150150
```
151-
8. Write the Java Program to print the following series ***Arithmetic Progression***
151+
8. Write the Java Program to print the following series ***Arithmetic Progression*** [[Solution]](InterviewPrograms/src/com/java/series/ArithmeticProgression.java)
152152
```
153153
0 5 10 15 20 25 30 35 ....
154154
```

0 commit comments

Comments
 (0)