Search:

Type: Posts; User: shahcat

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    834

    Re: Help with ArrayList Features

    Your problem definition is not entirely clear as you have not stated your criteria of what is good and bad for a password apart from having 1 of each type of character is good. I would suggest before...
  2. Replies
    7
    Views
    1,345

    Re: Java Bubble Sort Issue

    It is a bubble sort
    To improve efficiency change line to
    for (int in = 0; in < bookList.size() - 1 -out; in++)

    The logic behind this is that each time you run through the outer loop you...
Results 1 to 2 of 2