Commit a712cd7
authored
Proof of Polishchuk-Spielman (#292)
* feat: add Polishchuk-Spielman algorithm
* build: update ArkLib.lean imports
* style: fix mathlib style guide violations
* style: refactor Polishchuk-Spielman names and fix citations
* style: rename variables to snake_case
* fix build issues + style guide adherence
* edit docstrings1 parent 85b86c2 commit a712cd7
File tree
7 files changed
+2603
-29
lines changed- ArkLib/Data/CodingTheory
- PolishchukSpielman
- blueprint/src
7 files changed
+2603
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 7 | + | |
Lines changed: 841 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments