|
|
back to boardJAVA WA#15 Posted by ile 28 Oct 2010 10:24 Don't use any collections (TreeSet/HashSet/etc) (ArrayList might also be a problem) looks like when they add/remove/update their elements they do some stuff to their elements, so that doubles change their magnitude. u might also try to use YouOwnDouble class implements Comparable Re: JAVA WA#15 using collections gives AC so u r mad |
|
|