Zafu/Benchmark/Game/BinaryTrees

Zafu/Benchmark/Game/BinaryTrees

source code:

public dependencies: Bosatsu/Prog

Index

Types

BinaryTree

type BinaryTree

Constructors

BinaryTreesReport

type BinaryTreesReport

Constructors

DepthCheck

type DepthCheck

Constructors

Values

benchmark_report

references: BinaryTreesReport, Int

def benchmark_report(n: Int) -> BinaryTreesReport

build_tree

references: BinaryTree, Int

def build_tree(depth: Int) -> BinaryTree

item_check

references: BinaryTree, Int

def item_check(tree: BinaryTree) -> Int

main

references: Bosatsu/Prog::Main

main: Bosatsu/Prog::Main

min_depth

references: Int

min_depth: Int

render_report

references: Int, String

def render_report(n: Int) -> String

report_lines

references: BinaryTreesReport, List, String

def report_lines(report: BinaryTreesReport) -> List[String]