| hi, feedback here: when I got to 100 lines and then clicked "Compile", I needed to select text to scroll down, your lightbox needs something like overflow:auto to bring up scrollbars. likewise, google account means a bounce for me even though I've got one, try to delay showing that was a bit disappointed with the end result - just shows two green boxes, when I really wanted to see the metrics page from your promo video (http://www.interviewstreet.com/recruit/) (that demo is also too well hidden imo). A little more in the program description would help, specifically IRL I'll know a rough target time and how this thing is likely to be used (eg. repeatedly, with mostly small numbers, etc.) Also, the UI is annoying, split into 3 vertical panes: Problem | Code editor | Compile Output Also randomise the test cases... int getNumberOfPrimes(int N) {
return N == 100 ? 25 : 78498;
}
|