Skip to content

Commit e4683bc

Browse files
committed
Added total correctness to readme
1 parent cadff17 commit e4683bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theories/eris/tutorial/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The tutorial will feature a mix of lectures from the organizers and exercises. T
7373
2. [quicksort.v](./quicksort.v): correctness of randomized quicksort.
7474
3. [geometric.v](./geometric.v): sampling from the geometric distribution.
7575
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.
7677

7778

7879
# Contact information

0 commit comments

Comments
 (0)