NBA-Search icon indicating copy to clipboard operation
NBA-Search copied to clipboard

Implement TreeBuilder class

Open skekre98 opened this issue 4 years ago • 11 comments

Description of feature/enhancement Implement TreeBuilder in ../lab/tree_builder.py. This structure should act like a BST for now with left child being less than parent and right child being greater than parent. I recommend looking at the anytree library in order to get a better understanding of how to export the tree.

Description of implementation https://github.com/skekre98/NBA-Search/blob/17d38f5a9ef99e11cd73c6241402103a7bd8880f/lab/tree_builder.py#L13-L32

Please implement the push, pop, and export method.

Why this is a good feature/enhancement Will help in visualizing tree based algorithms.

Additional context n/a

skekre98 avatar Oct 24 '20 02:10 skekre98

@phella Thanks! Will go ahead and assign to you. Let me know if you have any questions.

skekre98 avatar Oct 24 '20 20:10 skekre98

I would like to work on this.

V1TO-C avatar Oct 25 '20 06:10 V1TO-C

@V1TO-C that would be great!

skekre98 avatar Oct 25 '20 18:10 skekre98

@V1TO-C any update on this issue?

skekre98 avatar Nov 05 '20 21:11 skekre98

Is anyone still working on this? I am interested in working on it.

anuj3693 avatar Nov 08 '20 23:11 anuj3693

Hi @amangal2000, unfortunately a PR is already open for this issue in #118. Feel free to take up any of the open issues.

skekre98 avatar Nov 09 '20 16:11 skekre98

hi, I want to do on this issue, is this issue current.

dominikk12 avatar Oct 04 '21 07:10 dominikk12

hi, I would like to work on this issue, is this issue available?

chovo-55 avatar Oct 05 '21 09:10 chovo-55

is this still open? I can work on it

ibixina avatar Oct 03 '22 23:10 ibixina

Not sure if this is still open, first time around here let me know

minaelzek avatar Oct 17 '23 05:10 minaelzek