File structures
Linear List
- newest item is inserted at the end of list of items (or list of variables)
- advantages
- simple to create
- easy to update
- saves space
- disadvantages
- no indexing
- speed of searching is very slow
- must make comparisons with every item in the list