1
Answer

SortedList, ArrayList, Stack, switch()

Where to put some(about 300) certain strings(the list exists for ever the same and never changes) to find out quickly if a new string is allready among them? SortedList, ArrayList, Stack, switch() or something else?

Answers (1)