Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Jul 31, 2024
1 parent 7a3bc9b commit 9a41ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Additional command-line parameters relevant for this method:
## How it works: CC algorithm (`method=2`).

The program tries to construct a codeword recursively, by starting
with a non-zero bit in a position `i` in the range $0{\le} i<n$,
with a non-zero bit in a position `i` in the range $0{\le}i<n$,
where $n$ is the number of columns, and then recursively adding the
additional bits in the support of unsatisfied checks starting from the
top. The complexity to enumerate all codewords of weight up to $w$
Expand Down

0 comments on commit 9a41ff9

Please sign in to comment.