AFL solved

A

Albert

Richard Heathfield wrote:
static int selectchild(int idx)

<snip>

I can't submit more than one source file, therefore I don't find
static helpful.
  static int group_gt(Group a, Group b)
  {
    if (a.length > b.length) return 1;
    if (a.length < b.length) return 0;
    return (a.fseat < b.fseat);
  }

Sorry - what does gt mean?
 
A

Albert

Well, I think I understand how to go about breaking up parts of the
algorithms I have to write for informatics problems. Thanks to
everyone who gave me advice I've tried to implement :)

I'm tired of AFL. I've received 100%, but there are plenty more
problems that need to be solved so I'll try to implement advice on
this thread in future source files.

Albert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,212
Latest member
BrennaCaba

Latest Threads

Top