Linked list

Verifying several operations (e.g. append, clone, concatenate, prepend, etc.) on a linked list structure.

General Information

  • Backend: Chalice
  • Language: PVL
  • Features: Sequences, Lists
  • Path to Example File: lists/linkedlist.pvl
  • Should Verify: Yes
  • Date: 2017-06-20
  • Lines of Code: 215 (comments not included)
  • Lines of Specification: 98 (45.6% of total)