BrandonArmand / Binari

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.
https://binari.dev
MIT License
181 stars 113 forks source link

The project description, documentation and home page states "dynamic programming" which is a misleading term. #67

Open ajaypanthagani opened 4 years ago

ajaypanthagani commented 4 years ago

What needs to be done.

Dynamic programming can be changed to programming or data structures.

Why

Dynamic programming is a programming approach for optimization without repeating or recalculating already calculated values. The project in no way demonstrates Dynamic programming. Hence it is irrelevant and misleading to use Dynamic Programming in the project description, documentation and home page.

How

Read the documentation, about and home page of the project and interpret term Dynamic programming's relevance in the project's context.

github-actions[bot] commented 4 years ago

Welcome to your first issue! A maintainer will review the Issue and get back to you as soon as possible.

ajaypanthagani commented 4 years ago

I would like to fix the above issue after discussing with maintainer. @BrandonArmand

krishh16 commented 1 year ago

Hey! @BrandonArmand , I Think I solved the issue, can I create a PR?