More reconstruction
This commit is contained in:
parent
0de30b0d76
commit
b73f8e6e63
5 changed files with 82 additions and 8 deletions
16
pseudocode/find_quantizers.typ
Normal file
16
pseudocode/find_quantizers.typ
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#import "@preview/lovelace:0.3.0": *
|
||||
|
||||
|
||||
#pseudocode-list(booktabs: true, numbered-title: [My cool algorithm])[
|
||||
+ do something
|
||||
+ do something else
|
||||
+ *while* still something to do
|
||||
+ do even more
|
||||
+ *if* not done yet *then*
|
||||
+ wait a bit
|
||||
+ resume working
|
||||
+ *else*
|
||||
+ go home
|
||||
+ *end*
|
||||
+ *end*
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue