Skip to content

Commit cc72de8

Browse files
committed
Merge branch 'master' of github.com:CodeToExpress/dailycodebase
2 parents f80fe67 + 5f2fc58 commit cc72de8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Day3/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,9 @@ if( HD is None ):
338338
else:
339339
print("Hamming Distance = ", HD)
340340
```
341-
##Python Implementation
342341

343-
### [Solution](./Python/Shashankham.py)
344-
``` Python
345-
"""
346-
* @author: Shashank Jain
347-
* @date: 24/12/2018
348-
"""
349-
### [Solution](./Python/Shashankham.py)
342+
### [Solution 2](./Python/Shashankham.py)
343+
350344
``` Python
351345
"""
352346
* @author: Shashank Jain
@@ -371,4 +365,4 @@ So, to keep everyone (who is following the DailyCodes challenge) consistent, I h
371365

372366
The beauty of programming lies in the fact that there is never a single solution to any problem.
373367

374-
In case you have an alternative way to solve this problem, do contribute to this repository (https://github.com/CodeToExpress/dailycodebase) :)
368+
In case you have an alternative way to solve this problem, do contribute to this repository (https://github.com/CodeToExpress/dailycodebase) :)

0 commit comments

Comments
 (0)