• DaveDiFranco's Activity

Commented a forum post "checkio(123456, [1,6,7,456,678])" created by Alexey_Dmitriev
15*456+172*678
Commented a forum post "help for len(denominations) != 3" created by lodgeinwh
You could use recursion or the itertools library to evaluate all the possible combinations.But you'l
Commented a forum post "start_time, end_time params don't work?" created by DaveDiFranco
Oh - its seems that start_time and end_time are backwards (in my opinion). It expects start_time to
Commented a forum post "start_time, end_time params don't work?" created by DaveDiFranco
I tried pasting your code in, and it still fails. It even fails if I set a really date range like:
When I specify start_time and end_time parameters to /suppression/spam_reports, it always returns n
Created a forum post "API only works in check mode"
When I call the geo/stats API using the Run button, it always returns an empty response. When I r
Commented a forum post "Bug in third test case?" created by david.lorenzo.nunez
Agreed, it looks like the precondition is incorrect here. If you remove the precondition that A1<=co
Perhaps CheckiO should not have [Fox, goose and bag of beans puzzle](https://en.wikipedia.org/wiki/F
Commented a forum post "IDEA: Do we need Python 2.7?" created by oduvan
I don't see any need to keep it. However, make sure you don't lose people's saved projects that they
Commented a forum post "Can anybody help?" created by zhang9820110
Suppose you have two regions r1 and r2. First check if they overlap: r2[0]<r1[0]<r2[1] or r2[0]<r1[1
Commented a forum post "Can anybody help?" created by zhang9820110
I'm not sure how binary search applies either. I solved it by iterating through the regions, and me
Didn't like forum post "Full Stack Software Engineer at Deloitte" created by cothran.jnc
https://www.linkedin.com/jobs/view/294769248/ Required Qualifications Bachelor’s Degree in Comp
Didn't like forum post "Senior Software Engineer at Deloitte" created by cothran.jnc
https://www.linkedin.com/jobs/view/295954186/ Work you’ll do The Full Stack Senior Software Engin
Liked forum post "A mission idea from John Oliver Show" created by oduvan
https://www.youtube.com/watch?v=A-4dIImaodQ The idea of mission is how to draw districts in order
Commented a forum post "mistake" created by igor_fist_f366d52c6bfe45759663
Why do you think it's wrong? Note that according to the task description, the resulting words should
Commented a forum post "Precondition?" created by Ed_Chambers
The preconditions are guarantees about the tests that will be run against your code. So for example
Liked forum post "mission idea "Wall Keeper"" created by kurosawa4434
This is a simple plan. CheckiO has a lot of puzzle-solver missions. ( [Sudoku Solver](https://
Commented a forum post "check function never finish." created by Lumy
Does it pass any of the tests? If not then maybe you have an infinite loop / recursion. Add print s
Commented a forum post "What should I know to solve this task? " created by zds
I used breadth-first search.
Commented a forum post "Mathematics with huge numbers" created by Ardillo95
Maybe if you needed to calculate a series of consecutive powers, it would make sense to use this mem