Skip to content

Commit 3d5fd00

Browse files
committed
Fix for Day 1,2,3
1 parent 042a58c commit 3d5fd00

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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](./ques.png)
12+
![ques for Day 1](./ques.png)
1313

1414
## JavaScript Implementation
1515

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](./ques.png)
9+
![ques for Day 2](./ques.png)
1010

1111
## JavaScript Implementation
1212

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](./ques.png)
13+
![ques for Day 3](./ques.png)
1414

1515
**Example**
1616

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Read [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
1717

1818
## Code Today!
1919

20-
1. [Day 1 -- The Fizz Buzz Problem](./day1/) -- [http://codetoexpress.tech/dc/day1](http://codetoexpress.tech/dc/day1)
21-
2. [Day 2 -- String Reversal + Palindrome](./day2/) -- [http://codetoexpress.tech/dc/day2/](http://codetoexpress.tech/dc/day2)
22-
3. [Day 3 -- The Hamming Distance Problem](./day3/) -- [http://codetoexpress.tech/dc/day3/](http://codetoexpress.tech/dc/day3/)
20+
1. [Day 1 -- The Fizz Buzz Problem](./Day1/) -- [http://codetoexpress.tech/dc/day1](http://codetoexpress.tech/dc/day1)
21+
2. [Day 2 -- String Reversal + Palindrome](./Day2/) -- [http://codetoexpress.tech/dc/day2/](http://codetoexpress.tech/dc/day2)
22+
3. [Day 3 -- The Hamming Distance Problem](./Day3/) -- [http://codetoexpress.tech/dc/day3/](http://codetoexpress.tech/dc/day3/)
2323
4. [Day 4 -- Num Vowels + Max Chars](./day4/) -- [http://codetoexpress.tech/dc/day4/](http://codetoexpress.tech/dc/day4/)
2424
5. [Day 5 -- Pattern Printing Problems](./day5/) -- [http://codetoexpress.tech/dc/day5/](http://codetoexpress.tech/dc/day5/)
2525
6. [Day 6 -- Sentence Cap + Word Reversal + Anagram](./day6/) -- [http://codetoexpress.tech/dc/day6/](http://codetoexpress.tech/dc/day6/)

0 commit comments

Comments
 (0)