Skip to content

Commit 23a95e2

Browse files
committed
Fix README Day1,2,3
1 parent 3d5fd00 commit 23a95e2

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

Day1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
**Question**- Write a program that prints the numbers from 1 to n and for multiples of '3' print "Fizz" instead of the number, for the multiples of '5' print "Buzz", and for the numbers which are divisible by both 3 and 5, print FizzBuzz.
1111

12-
![ques for Day 1](./ques.png)
12+
![ques for Day 1](./questionDay1.png)
1313

1414
## JavaScript Implementation
1515

File renamed without changes.

Day2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Question** - Given a string, write a program to return a new string with reversed order of characters.
88

9-
![ques for Day 2](./ques.png)
9+
![ques for Day 2](./questionDay2.png)
1010

1111
## JavaScript Implementation
1212

File renamed without changes.

Day3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Read more about Hamming Distance [here…](https://en.wikipedia.org/wiki/Hamming
1010

1111
**Question**- Given 2 strings, we will find the number of positions at which the corresponding characters are different.
1212

13-
![ques for Day 3](./ques.png)
13+
![ques for Day 3](./questionDay3.png)
1414

1515
**Example**
1616

File renamed without changes.

0 commit comments

Comments
 (0)