nice, are there other frameworks that are similar or better?
super cool...thanks
Always read all articles with writers motivation/agenda in mind. this is why I like research / tech articles that are thoroughly backed by data or math!
steps: - it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate division by 2 failing which (that is…
- it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate division by 2 failing which (that is the…
while compact and looks elegant... it is basically trying to group by 11 (divide by 2), if there no match (via backtracking) group by 111 (divide by 3) and so on not very efficient by any stretch esp with string matches.
nothing is returned from function s?
I observed this when I was back in school using a simpler expression i = 0; i = i++; the answer will be different in different compilers. I use this as an interview question ever since, not to get the right answer but…
I dont know your level, for someone like me who studied mathematics years ago but not applied it for years, I found "In pursuit of unknown, 17 equations that changed world" by Ian Stewart very helpful. While it is not a…
finding the search on contacts has never been easy on iphone!
$40 mil revenue is largely from their products and services on the network management and element management side (called AdventNet). They are not exactly a typical startup.
I agree with the unrestricted donation part. My money went MSF primarily because they had a staff of more than 700 people before the earth quake struck and knew how to help the country.
Good analysis and I agree with you on using custdev as a tool in your tool kit rather than follow it like a religion. Another point, Steve always talks about shortcutting the custdev process if you happen to be the SME…
nice, are there other frameworks that are similar or better?
super cool...thanks
Always read all articles with writers motivation/agenda in mind. this is why I like research / tech articles that are thoroughly backed by data or math!
steps: - it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate division by 2 failing which (that is…
- it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate division by 2 failing which (that is the…
while compact and looks elegant... it is basically trying to group by 11 (divide by 2), if there no match (via backtracking) group by 111 (divide by 3) and so on not very efficient by any stretch esp with string matches.
nothing is returned from function s?
I observed this when I was back in school using a simpler expression i = 0; i = i++; the answer will be different in different compilers. I use this as an interview question ever since, not to get the right answer but…
I dont know your level, for someone like me who studied mathematics years ago but not applied it for years, I found "In pursuit of unknown, 17 equations that changed world" by Ian Stewart very helpful. While it is not a…
finding the search on contacts has never been easy on iphone!
$40 mil revenue is largely from their products and services on the network management and element management side (called AdventNet). They are not exactly a typical startup.
I agree with the unrestricted donation part. My money went MSF primarily because they had a staff of more than 700 people before the earth quake struck and knew how to help the country.
Good analysis and I agree with you on using custdev as a tool in your tool kit rather than follow it like a religion. Another point, Steve always talks about shortcutting the custdev process if you happen to be the SME…