Search:

Type: Posts; User: itispj

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,762

    [SOLVED] Re: Looping through ArrayList to remove elements

    thank you for the responses but i figured it out.

    what i was doing wrong was as i was looping through the array, i was indeed removing the element at position i but that also changed the size of...
  2. Replies
    3
    Views
    2,762

    [SOLVED] Looping through ArrayList to remove elements

    I'm creating a binsort program and I ran into a problem. I created a ArrayList bucket and asked the user to input values. Let's say it has elements [1, 2, 3, 4, 5, 6, 7] and I'm using a for loop to...
Results 1 to 2 of 2