Search:

Type: Posts; User: airgmbop

Search: Search took 0.10 seconds.

  1. Re: Need some help with grouping an arraylist

    Sorry for keepin you wait so ling. I edited the code with a main.
    It also has the current output and the desired output.
  2. Re: Need some help with grouping an arraylist

    Will poste one when I get home
  3. Re: Need some help with grouping an arraylist

    Oh sorry I forgot, it gets called from a JPanel clickhandler.
    A file gets converted to an array and eventually it runs this:
    createGroups.combinationUtil(names, data, 0, n-1, 0, r);
    In which...
  4. Thread: Hello

    by airgmbop
    Replies
    1
    Views
    673

    Hello

    Hi,

    I'm airgmbop (screen name ofc) and I'm from the Netherlands.
    I'm currently in my 2nd out of 3 years of my study. I study application development.

    I can do some things in Java but I'm still...
  5. Need some help with grouping an arraylist

    I need to make every possible version of a list of groups by a text file full of names.

    I have the part where it makes unique groups (it all gets stored in a List<List<String>> called rootList)...
Results 1 to 5 of 5