Hash Tables: Ice Cream Parlor

  • + 4 comments

    I've got the same algorithm implemented in C# but got runtime error when submitting it. I tried using either a Dictionary or my own array, but failed with both. Any idea what could cause that problem?