A simple yet efficient Decision Tree implementation in Go (Golang).
-
Updated
Mar 8, 2025 - Go
A simple yet efficient Decision Tree implementation in Go (Golang).
This is a Go implementation of the BST data structure with a few of the most common operations. The algorithms code should be easy to understand. BST Tree is a binary tree in which the value of each node is greater than or equal to any value stored in the left sub-tree, and less than or equal to any value stored in the right sub-tree.
Add a description, image, and links to the tree-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the tree-algorithm topic, visit your repo's landing page and select "manage topics."