Files
rose-ash/lib/ocaml/baseline/expected.json
giles fff8fe2dc8
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s
ocaml: phase 5.1 memo_fib.ml baseline (16/16 pass)
Memoized fibonacci using Hashtbl.find_opt + Hashtbl.add.
fib(25) = 75025. Demonstrates mutable Hashtbl through the OCaml
stdlib API in real recursive code.
2026-05-08 19:10:49 +00:00

19 lines
363 B
JSON

{
"btree.ml": 39,
"calc.ml": 13,
"closures.ml": 315,
"exception_handle.ml": 4,
"expr_eval.ml": 16,
"factorial.ml": 3628800,
"fizzbuzz.ml": 57,
"list_ops.ml": 30,
"memo_fib.ml": 75025,
"module_use.ml": 3,
"mutable_record.ml": 10,
"option_match.ml": 5,
"queens.ml": 2,
"quicksort.ml": 44,
"sum_squares.ml": 385,
"word_count.ml": 3
}