From 69634746c6ed32f0eb7e0d0416fbb4bdafed6ea7 Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Sun, 10 Sep 2023 22:03:06 -0500 Subject: [PATCH] Added time findings --- times.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 times.txt diff --git a/times.txt b/times.txt new file mode 100644 index 0000000..9da2f64 --- /dev/null +++ b/times.txt @@ -0,0 +1,12 @@ +BFS: +- 10: 0.052015 +- 20: 0.05767 +- 100: 0.123823 +DFS: +- 10: 0.02199 +- 20: 0.034288 +- 100: 0.092118 +UCBFS: +- 10: 0.141568 +- 20: 0.288738 +- 100: 1.31126