M
martin-g
Hi.
I have realized some heavy algorithm which works on ArrayList of
strings. It works slow because of a lot of insertions and deletions at
arbitrary positions in the list. Now I really need an ADT based on
linked list data structure, but can't find any appropriate collection
in FCL. Does it mean I must realize such an ADT myself? And what about
sorting, I also need sorting in my list, so I must realize it too? It
didn't seem true, and I decided to ask about it here.
Thanks in advance
Martin
I have realized some heavy algorithm which works on ArrayList of
strings. It works slow because of a lot of insertions and deletions at
arbitrary positions in the list. Now I really need an ADT based on
linked list data structure, but can't find any appropriate collection
in FCL. Does it mean I must realize such an ADT myself? And what about
sorting, I also need sorting in my list, so I must realize it too? It
didn't seem true, and I decided to ask about it here.
Thanks in advance
Martin