You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@
120
120
121
121
---
122
122
123
-
### [12 May 2019](#contents)
123
+
### [12th May 2019](#contents)
124
124
125
125
**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.
126
126
@@ -186,7 +186,7 @@ Output must contain the length of A' list
186
186
187
187
---
188
188
189
-
## [14 May 2019](#contents)
189
+
## [14th May 2019](#contents)
190
190
191
191
### Hackathon - Phase 1
192
192
@@ -205,7 +205,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
205
205
206
206
---
207
207
208
-
## [15 May 2019](#contents)
208
+
## [15th May 2019](#contents)
209
209
210
210
**Topics:**
211
211
@@ -215,7 +215,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
215
215
216
216
---
217
217
218
-
## [16 May 2019](#contents)
218
+
## [16th May 2019](#contents)
219
219
220
220
**Topics:**
221
221
@@ -225,7 +225,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
225
225
226
226
---
227
227
228
-
## [17 May 2019](#contents)
228
+
## [17th May 2019](#contents)
229
229
230
230
**Topics:**
231
231
@@ -235,7 +235,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
235
235
236
236
---
237
237
238
-
## [18 May 2019](#contents)
238
+
## [18th May 2019](#contents)
239
239
240
240
**Topics:**
241
241
@@ -248,7 +248,7 @@ X is made up of one or more occurrences of 9 and zero or more occurrences of 0.
248
248
249
249
---
250
250
251
-
## [19 May 2019](#contents)
251
+
## [19th May 2019](#contents)
252
252
253
253
**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:
0 commit comments