logo

164 Use optimized structures


Summary

The code must use optimized data containers or structures.


Description

Source code must have optimized data structures that can lead to use memory efficiently. By choosing the right data structures for specific tasks, developers can minimize memory overhead of the application. Additionally, the use of data structures influences the performance of algorithms. Optimized data structures can help to have more efficient algorithms, reducing the complexity of operations.


Supported In

Advanced: True


References


Weaknesses


Last updated

2024/02/09