<div dir="auto">Hello Beowulf,<div dir="auto">After this brief OCaml video <a href="https://youtu.be/a3kVJKt9mq4">https://youtu.be/a3kVJKt9mq4</a> I created a larger data set one with 5,000 of 10,000 numbers sequenced randomly. It illuminates the workings of RED BLACK binary tree.</div><div dir="auto"><br></div><div dir="auto">Simply copy&paste (ctrl k ctrl v) the large set to the command line. OCaml immediately builds several BLACK root nodes searching for a "balance point."</div><div dir="auto">I give a link to the RED BLACK implementation and larger data set. My source receives credit as well.</div><div dir="auto"><br></div><div dir="auto">Earlier experience with simple routines like fibonacci have me worried that OCaml is slow, RED BLACK's all short branches look quite fast.</div><div dir="auto"><br></div><div dir="auto">Jonathan Engwall</div></div>