First Homework Assignment in Data Structures!
Non Coding Questions
-
Data structures oraganize and store data so that it may be easily accessed and manipulated.
-
Types of data structures are arrays and linkedlists
-
A linear data structure oragnizes data in a sequential order meaning except for entries on the ends, every entry has an entry before it and after it. Examples of this are arrays and linked lists
-
True