#CS-6203
Awesome StudentQuestion • Object Oriented Programming
LinkedList is a class that is high performance and very easy to use but it has a drawback that you can add new items to the end of an LinkedList but you can't arbitrarily place new items with it.
Answer
False