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: theories/eris/tutorial/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The tutorial will feature a mix of lectures from the organizers and exercises. T
73
73
2.[quicksort.v](./quicksort.v): correctness of randomized quicksort.
74
74
3.[geometric.v](./geometric.v): sampling from the geometric distribution.
75
75
4.[hash_interface.v](./hash_interface.v), [bloom_filter_single.v](./bloom_filter_single.v): Bloom filters based on hash functions. Bound on probability of false positives.
76
+
5.[geometric_total.v](./geometric_total.v): reasoning about total correctness and almost sure termination of geometric samplers.
0 commit comments