WebSorcery / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
0 stars 6 forks source link

Add component for binary tree #6

Open ank1traj opened 1 year ago

ank1traj commented 1 year ago

Generate test cases for binary tree-related problems. This component will allow users to generate binary trees with different characteristics such as the number of nodes, depth, minimum and maximum node values, and other constraints.

With this component, users can specify the tree's root node and add child nodes to it one by one. They can also set constraints on the value of each node, for example, ensuring that each node has a unique value. Users can also specify whether the binary tree is a balanced tree.