I read in Goodrich's Data Structures and Algorithms book that it is possible to use multiple iterators for read only operation on a linked-list, but I quite don't understand how to implement it.
I'm trying to search if a String DNAFragment exists in a List of WholeDNA and add only those DNAs to separate results list. And I want to speed up the searching. I'm open to any suggestions, Thank you in advance.