Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: 2D Collections. How to make them and is it a good idea to do so?

    It doesn't need to be contiguous. Modern computers use something called "paging". So while the physical address of the memory isn't contiguous, the virtual addresses given to the program is...
  2. [SOLVED] Re: 2D Collections. How to make them and is it a good idea to do so?

    I've used 2D ArrayLists to store a graph before. I'm sure you could find a use for 2D LinkedLists, but I've never personally had to do that. Instead, I usually prefer to use some kind of a tree (BSP,...
Results 1 to 2 of 2