If this is homework, can you post what work you've done so far to try and solve the problem? – WelbogSep 8 at 15:50
It's not homework, though I do work from home. But I can take the max of the list, generate the indices up to that maximum number, remove the items from the list then take the min of the remaining items, but this is not going to be a good solution. – Paul MansourSep 8 at 15:57
Thanks, but I can't read the presumabley APL font. Can you post it in psuedo code? – Paul MansourSep 8 at 15:59
first(iota 1 plus shape arg)without arg – slightAPLSep 8 at 16:01
Thanks! That's genious. No matter what the magnitude of the given integers are, the answer must be less than 1 plus the count. Very nice. – Paul MansourSep 8 at 16:09
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.