Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

actionscript algorithm

Name: Anonymous 2012-01-25 15:41

im trying to find the most occurring element in an array, but im trying to be clever about it instead of doing the long as sub-array method my class is doing currently

i cant tell why this isnt working

http://pastebin.com/u9Vad3Jf

any help would be appreciated

Name: Anonymous 2012-01-25 17:18

>>4

int cmp(const void * a, const void * b){
  return *(int*)a - *(int*)b;
}


why?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List