Skip to content

Commit 640de7f

Browse files
authored
Update README.md
1 parent 50758da commit 640de7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
---
122122

123-
### [12 May 2019](#contents)
123+
### [12th May 2019](#contents)
124124

125125
**Problem statement-01:** You are given n words. Some words may repeat. For each word, output its number of occurrences. The output order should correspond with the input order of appearance of the word.
126126

@@ -186,7 +186,7 @@ Output must contain the length of A' list
186186

187187
---
188188

189-
## [14 May 2019](#contents)
189+
## [14th May 2019](#contents)
190190

191191
### Hackathon - Phase 1
192192

@@ -205,7 +205,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
205205

206206
---
207207

208-
## [15 May 2019](#contents)
208+
## [15th May 2019](#contents)
209209

210210
**Topics:**
211211

@@ -215,7 +215,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
215215

216216
---
217217

218-
## [16 May 2019](#contents)
218+
## [16th May 2019](#contents)
219219

220220
**Topics:**
221221

@@ -225,7 +225,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
225225

226226
---
227227

228-
## [17 May 2019](#contents)
228+
## [17th May 2019](#contents)
229229

230230
**Topics:**
231231

@@ -235,7 +235,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
235235

236236
---
237237

238-
## [18 May 2019](#contents)
238+
## [18th May 2019](#contents)
239239

240240
**Topics:**
241241

@@ -248,7 +248,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
248248

249249
---
250250

251-
## [19 May 2019](#contents)
251+
## [19th May 2019](#contents)
252252

253253
**Problem statement-01:** Consider the following algorithm to generate a sequence of numbers. Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1. For example, the following sequence of numbers will be generated for n = 22:
254254

0 commit comments

Comments
 (0)