Embed presentation
Downloaded 21 times









Categorization of data can be stored in organized or linear form such as arrays and linked lists where data is arranged sequentially. Alternatively, data can be stored in non-linear or non-sequential structures like trees and graphs where the data is not arranged in a linear fashion. Examples of linear data structures are arrays and linked lists, while examples of non-linear structures are trees and graphs.







