Which characteristics you will consider while selecting a data structure?

1 answer

Answer

1189001

2026-07-07 21:10

+ Follow

# Do you need random access to the data? # Does the data need to be ordered? # Can there be duplicate entries? # Are you more interested in reading from or writing to the data structure? # Are you more interested in data access speed or data storage size?

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.