clarification on problem 3
Opened this issue · 5 comments
deanRHCP commented
I don't understand exactly how we are supposed to calculate the output. I tried looking at the example but couldn't follow. Could you maybe walk through the example?
Jessime commented
This is a pretty broad question. I'll be able to help more if you as a more specific question. How far have you gotten? Can you pinpoint and describe where you're getting stuck?
deanRHCP commented
The example you gave on the ExcisionApp shows an answer of 53. How did we get this number ?
…Sent from my iPhone
On Jul 2, 2017, at 22:14, Jessime Kirk ***@***.***> wrote:
This is a pretty broad question. I'll be able to help more if you as a more specific question. How far have you gotten? Can you pinpoint and describe where you're getting stuck?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Jessime commented
You just need to filter the lines that need to be filtered, then sum up the indices of the remaining lines.
Giving you an exact, step-by-step solution kind of defeats the point of the question. Try writing some code based on your current understanding of the problem. Then post the code and we can see which part of the prompt you're having trouble with.
deanRHCP commented
Sorry, I was unclear. I was not asking for step-by-step help or any form of
code.
Either way, I figured it out.
…On Sun, Jul 2, 2017 at 10:54 PM, Jessime Kirk ***@***.***> wrote:
You just need to filter the lines that need to be filtered, then sum up
the indices of the remaining lines.
Giving you an exact, step-by-step solution kind of defeats the point of
the question. Try writing some code based on your current understanding of
the problem. Then post the code and we can see which part of the prompt
you're having trouble with.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcLfkV_FeVyeTGUmpwlIzg_dXiFxkfVAks5sKFfkgaJpZM4OLwMJ>
.
--
Dean Nehama
MD-PhD Candidate
University of North Carolina - Chapel Hill
B.S. Bioengineering, May 2009
Minor in chemistry, May 2009
University of California, Berkeley
deanDN@gmail.com | 408-393-8351
Jessime commented
Great! Glad you got it!