You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codes/classical/q-ary_digits/lexicographic.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ introduced: '\cite{manual:{V. I. Levenshtein (1960). "A class of systematic code
13
13
14
14
15
15
description: |
16
-
A \(q\)-ary code whose codewords are constructed greedily and iteratively by starting with zero and adding codewords whose distance is the desired minimum distance of the code.
16
+
A \(q\)-ary code whose codewords are constructed greedily and iteratively by starting with the all-zero word and adding codewords whose distance from all previously chosen codewords is at least the desired minimum distance of the code.
0 commit comments