Skip to content
Henk van Cann edited this page Aug 13, 2024 · 1 revision

Definition

In computer science, canonicalization (sometimes standardization or normalization) is a process for converting data that has more than one possible representation into a "standard," "normal," or canonical form.
This can be done to compare different representations for equivalence, to count the number of distinct data structures, to improve the efficiency of various algorithms by eliminating repeated calculations, or to make it possible to impose a meaningful sorting order.

More on source Wikipedia

Clone this wiki locally