data_structures
a method to Store and Organize data in order to facilitate access and modification
ADT(abstract data types)
Used to abstract the structure of data from the data itself stack linked_list queue dequeue list map hash_table
Trees
binary_tree binary_search_tree