We all know the Big-O complexity of basic data structures. Arrays are O(n) for search. Hash maps are O(1).

Source: [Dev.to](https://dev.to/mendolatech/what-building-a-c-benchmarking-suite-taught-me-about-simple-data-structures-5a94)

Sponsored