Monday, November 9, 2015

In any data set, order matters. For example, a name database must be ordered correctly or else the entire database becomes offset. This goes for many online databases, including facebook, or even email where if a single data set is off, data can be distributed to the wrong user or just straight up deleted. Most data needs to be ordered in a manner that is also effecient, like with an array.

No comments:

Post a Comment