Package com. valgolang. linearrepresentation. datastructures. binarytree
Types
InitTreeStructure
Link copied to clipboard
data class InitTreeStructure(type: DataStructureType, ident: String, boundaries: List<Pair<Double, Double>>, maxSize: Int, text: String, root: BinaryTreeNodeValue, uid: String, runtime: Double, render: Boolean) : DataStructureMObject
Content copied to clipboard
NodeAppendObject
Link copied to clipboard
data class NodeAppendObject(parentNodeValue: BinaryTreeNodeValue, childNodeValue: BinaryTreeNodeValue, left: Boolean, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
NodeStructure
Link copied to clipboard
TreeAppendObject
Link copied to clipboard
data class TreeAppendObject(parentNodeValue: BinaryTreeNodeValue, childNodeValue: BinaryTreeNodeValue, treeValue: BinaryTreeValue, left: Boolean, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
TreeDeleteObject
Link copied to clipboard
data class TreeDeleteObject(parentNodeValue: BinaryTreeNodeValue, treeValue: BinaryTreeValue, left: Boolean, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
TreeEditValue
Link copied to clipboard
data class TreeEditValue(nodeValue: BinaryTreeNodeValue, value: PrimitiveValue, treeValue: BinaryTreeValue, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
TreeNodeRestyle
Link copied to clipboard
data class TreeNodeRestyle(nodeIdent: String, styleProperties: StylesheetProperty, highlightColor: String?, animationString: String?, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard