ank1traj / 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
10 stars 12 forks source link

Add component for binary tree #9

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.

Bharadwajshivam28 commented 1 year ago

@ank1traj can i work on it

ank1traj commented 1 year ago

Hi @Bharadwajshivam28,

That sounds great! Thank you for expressing your interest in this issue. We welcome any contributions that can enhance the user experience of our platform. Please feel free to take the issue and share your design idea. We look forward to seeing your contributions.

Bharadwajshivam28 commented 1 year ago

Hi @Bharadwajshivam28,

That sounds great! Thank you for expressing your interest in this issue. We welcome any contributions that can enhance the user experience of our platform. Please feel free to take the issue and share your design idea. We look forward to seeing your contributions.

Thanks

ank1traj commented 1 year ago

Hi @Bharadwajshivam28

Is there any update on this?

Bharadwajshivam28 commented 1 year ago

Hi @Bharadwajshivam28

Is there any update on this?

Can you elaborate this issue in simple words.. because I tried but I am facing problem in understanding issue.. if you can elaborate this issue in simple terms like what to do and how then I can complete it in few days

ank1traj commented 1 year ago

@Bharadwajshivam28 This component helps users create different types of binary trees for testing purposes. You can choose how many nodes the tree should have, how deep it should be, and the range of values each node can take. You can also set rules for the tree, such as making sure each node has a unique value or that it's a balanced tree. You can start by adding a root node and then adding child nodes to it one by one. This way, you can generate binary trees that can be used to test different problems or algorithms.

Bharadwajshivam28 commented 1 year ago

got your point

ank1traj commented 1 year ago

Hi @Bharadwajshivam28

Any update on this?

Bharadwajshivam28 commented 1 year ago

Hi @Bharadwajshivam28

Any update on this?

Due to exam i am not able to give time