逻辑变量和逻辑函数(Logic Variable)
[Back to Index]
Examples of verified algorithms
- 删除数组元素(Delete an Element from an Array)
- 二叉搜索树的节点删除(Delete a Node in the Binary Tree *)
- 二叉搜索树的节点插入(Insert a Node to the Binary Tree)
- 冒泡排序(可置换性)(Bubble Sort with Permutability Predicate)
- 循环双向链表的删除(Delete a Circular Doubly Linked List)
- 求最大公约数(Find Greatest Common Divisor)
- 荷兰国旗问题(Dutch National Flag Problem)
- 矩阵乘法(Matrix Multiplication)
- 数组最小和截断问题(Minimal Sum Section)
- 最短路径问题(The Shortest Path)
- 字符串字符查找(1)(Search for Character)
- 字符串比较(1)(Compare Strings)
- 字符串匹配(Match Strings)