skekre98 / NBA-Search

flask application designed to explore NBA statistics :basketball:
78 stars 75 forks source link

Implement TreeBuilder class #87

Open skekre98 opened 3 years ago

skekre98 commented 3 years ago

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 commented 3 years ago

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

V1TO-C commented 3 years ago

I would like to work on this.

skekre98 commented 3 years ago

@V1TO-C that would be great!

skekre98 commented 3 years ago

@V1TO-C any update on this issue?

anuj3693 commented 3 years ago

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

skekre98 commented 3 years ago

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

dominikk12 commented 3 years ago

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

chovo-55 commented 3 years ago

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

ibixina commented 2 years ago

is this still open? I can work on it

minaelzek commented 1 year ago

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

alex-rimerman commented 3 weeks ago

https://github.com/skekre98/NBA-Search/pull/169

I think I potentially was able to build the Tree_Builder for you. Please let me know what could be fixed.