Search:

Type: Posts; User: javapenguin

Search: Search took 0.15 seconds.

  1. [SOLVED] Re: Ok, I'm trying to make my own Map classes.

    Ok, this seems like this involves complicated algorithms and lots of tree things I've never heard much of before.


    I could possibly make two parallel DoublyLinkedLists instead of a Map.

    I'm...
  2. [SOLVED] Ok, I'm trying to make my own Map classes.

    I've already got my own Collection class, actually an interface, that has DoublyLinkedList and MyArrayList that implement it.

    There is another class called MyHashSet that used a DoublyLinkedList...
Results 1 to 2 of 2