DragonAlpha Posted March 20, 2016 Posted March 20, 2016 (edited) no LinkedList? *EDIT* nvm, realized you said interface Even though List is an interface, you can have both sorted (LinkedList) and unsorted so this chart is kinda inaccurate. Edited March 20, 2016 by MegaManAlpha
Botre Posted March 20, 2016 Author Posted March 20, 2016 no LinkedList? *EDIT* nvm, realized you said interface Even though List is an interface, you can have both sorted (LinkedList) and unsorted so this chart is kinda inaccurate. No standard List implementation sorts automatically. Sequence-order does not equal sorted (also, since List allows insertion at user-specified positions it doesn't even guarantee sequence-order). Not sure why you think LinkedList somehow sorts it elements :p 1