This commit is contained in:
Justin Hsu 2018-09-03 01:47:05 -05:00
parent 6378c55028
commit 82a50a7807
1 changed files with 5 additions and 5 deletions

View File

@ -21,11 +21,11 @@ Roth](https://cis.upenn.edu/~aaroth).
## Research Interests ##
I design methods to **formally verify** that programs are correct, especially
programs that use **randomization**. Such programs are often easy to show
correct on paper, but surprisingly challenging for computers to prove correct.
Accordingly, my research blends ideas from two classical areas of computer
science: **randomized algorithms** from theoretical computer science (**TCS**)
and **formal verification**.
programs that use **randomization**. Such programs can be easy to show correct
on paper, but surprisingly challenging for computers to analyze. Accordingly,
my research blends ideas from two classical areas of computer science:
**randomized algorithms** from theoretical computer science (**TCS**) and
**formal verification**.
Drawing inspiration from how humans reason about randomized algorithms, we can
build simpler and more automated verification techniques. In the past, I've