From charlesreid1

Revision as of 04:11, 3 July 2017 by Admin (talk | contribs) (Created page with "A search tree is a type of data structure that uses a tree to store sorted data. This is a basic idea with many variations. On this wiki some of those variations are describe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A search tree is a type of data structure that uses a tree to store sorted data.

This is a basic idea with many variations. On this wiki some of those variations are described and implemented, others are just described.