[Tutor] newbie looking for code suggestions

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 23 Sep 2002 23:51:41 -0700 (PDT)


> The problem is that both endpoints are involved, and we've got to shake
> around the left point as much as we do the right side.  That is, we've got
> to move both ends in parallel.  Furthermore, we should try to stray get
> away from nice round numbers.  The example:
>
> min=277, max=388
>
> is another great example where we could think go ahead and 'print 378'
> as our answer, where in reality it's 299.


I knew I was getting too clever for myself.


I meant to say:

"""... is another great example where we could think go ahead and
'print 388' as our answer, where in reality it's 299. """


But that just ruins the nice parallel port joke I was trying to smuggle in
there... *sigh* Oh well.