WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Verified implementations of balanced binary search trees. Contains implementations of LLRB and AVL trees. Uses the Scala programming language and the Stainless verifier.

Notifications You must be signed in to change notification settings

jakub-zip/verified-bsts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verified-bsts

Verified implementations of balanced binary search trees. Contains implementations of LLRB and AVL trees. Uses the Scala programming language and the Stainless verifier. This code was written during the creation of my bachelor's thesis.

Verification

To build the container, run:

docker build -t bachelor-thesis-code .

After building, run the container using:

docker run --rm bachelor-thesis-code

The entire verification should take about ~10 minutes.

After the verification finishes, you can delete the container using

docker rmi bachelor-thesis-code

Ready-for-use implementation tests

To run the tests use

sbt test

This software was developed with the support of the Faculty of Information Technology, Czech Technical University in Prague, fit.cvut.cz FIT ČVUT logo

About

Verified implementations of balanced binary search trees. Contains implementations of LLRB and AVL trees. Uses the Scala programming language and the Stainless verifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages