From: Thomas Walker Lynch Date: Mon, 13 Jan 2025 05:01:52 +0000 (+0000) Subject: copmletes diagonal iterator example for infinite breadth, infinte depth tree X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=9c35ca720caaf07b321158282473feeda2c7e6b1;p=Ariadne copmletes diagonal iterator example for infinite breadth, infinte depth tree --- diff --git a/developer/example/IndexTree/Graph.class b/developer/example/IndexTree/Graph.class new file mode 100644 index 0000000..79b4c84 Binary files /dev/null and b/developer/example/IndexTree/Graph.class differ diff --git a/developer/example/IndexTree/Label.class b/developer/example/IndexTree/Label.class new file mode 100644 index 0000000..e7d174a Binary files /dev/null and b/developer/example/IndexTree/Label.class differ diff --git a/developer/example/IndexTree/Node.class b/developer/example/IndexTree/Node.class new file mode 100644 index 0000000..cd5ec53 Binary files /dev/null and b/developer/example/IndexTree/Node.class differ diff --git a/developer/example/IndexTree/SRTM_Child$1.class b/developer/example/IndexTree/SRTM_Child$1.class new file mode 100644 index 0000000..1d53b63 Binary files /dev/null and b/developer/example/IndexTree/SRTM_Child$1.class differ diff --git a/developer/example/IndexTree/SRTM_Child$2.class b/developer/example/IndexTree/SRTM_Child$2.class new file mode 100644 index 0000000..3a4e1fe Binary files /dev/null and b/developer/example/IndexTree/SRTM_Child$2.class differ diff --git a/developer/example/IndexTree/SRTM_Child$3.class b/developer/example/IndexTree/SRTM_Child$3.class new file mode 100644 index 0000000..28b681c Binary files /dev/null and b/developer/example/IndexTree/SRTM_Child$3.class differ diff --git a/developer/example/IndexTree/SRTM_Child.class b/developer/example/IndexTree/SRTM_Child.class new file mode 100644 index 0000000..b43542c Binary files /dev/null and b/developer/example/IndexTree/SRTM_Child.class differ diff --git a/developer/example/IndexTree/SRTM_Diagonal$Topo_InfiniteRight.class b/developer/example/IndexTree/SRTM_Diagonal$Topo_InfiniteRight.class new file mode 100644 index 0000000..0fa11fa Binary files /dev/null and b/developer/example/IndexTree/SRTM_Diagonal$Topo_InfiniteRight.class differ diff --git a/developer/example/IndexTree/SRTM_Diagonal.class b/developer/example/IndexTree/SRTM_Diagonal.class new file mode 100644 index 0000000..be3e978 Binary files /dev/null and b/developer/example/IndexTree/SRTM_Diagonal.class differ diff --git a/developer/example/IndexTree/SRTM_Diagonal.java b/developer/example/IndexTree/SRTM_Diagonal.java index a17592e..f2ef3f4 100644 --- a/developer/example/IndexTree/SRTM_Diagonal.java +++ b/developer/example/IndexTree/SRTM_Diagonal.java @@ -161,27 +161,23 @@ public class SRTM_Diagonal extends Ariadne_SRTM{ @Override public void step(){ - // Create a new diagonal and child_srtm_list_1 List