When designing data for sorting there should be no rows or columns in the data.?

1 answer

Answer

1123375

2026-03-01 16:30

+ Follow

The statement that there should be no rows or columns in the data when designing for sorting is misleading. In structured data, rows typically represent individual records, while columns represent attributes or fields of those records. For effective sorting, data should be organized in a tabular format, allowing algorithms to efficiently access and rearrange the data based on specified criteria. Thus, having well-defined rows and columns is essential for effective sorting operations.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.