Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.MD

What is this?

This is the collection of all finished implementations of coding challenges (from different companies). Each day I receive a newsletter and if there is the opportunity (in time ..), I solve it. Most of the time some clever algorithm reduces lots of the work. I try to avoid common libraries to get my hands "dirty" with Python. I want to understand it and learn. Of course: while doing this, I re-invent the wheel ;)

day 0


For k = 17 the list [10, 5, 3, 7, 12] yields True
For k = 16 the list [10, 5, 3, 7, 12] yields False
#####################################
For k = 17 the list [10, 5, 3, 7, 12] yields True
For k = 16 the list [10, 5, 3, 7, 12] yields False

Process finished with exit code 0

collection of all tasks (because my dumb ass deleted accidentally the first batch of mails)

https://github.com/vineetjohn/daily-coding-problem/blob/master/README.md