Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Virtual Representation of Algorithms #5

Open
izumigoto opened this issue Jan 6, 2024 · 0 comments
Open

Feature Request: Add Virtual Representation of Algorithms #5

izumigoto opened this issue Jan 6, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@izumigoto
Copy link

izumigoto commented Jan 6, 2024

Description

What feature are you requesting?

I am requesting the addition of a virtual representation for algorithms, specifically Dijkstra's Algorithm and Bellman-Ford Algorithm, on the platform.

I'm creating a pull request for the same.

Why is this feature useful?

Adding a virtual representation of algorithms has several benefits:

  1. Enhanced Learning Experience: Visualizing algorithms through a step-by-step virtual representation helps users understand the algorithms better. It's particularly useful for learners who benefit from visual aids.

  2. Concept Reinforcement: A visual representation can reinforce the concepts discussed in the algorithm's documentation. It provides users with a concrete example to follow along.

  3. Engagement: A visual walkthrough can make the documentation more engaging and user-friendly, attracting a broader audience, including those new to algorithms or programming.

  4. Hands-on Understanding: Users can interact with and observe the algorithm in action, making it easier to grasp the underlying logic and mechanics.

Additional Information

Screenshots or Examples

##Dijkstra's Algorithm
image
##Bellman-Ford Algorithm
image
.....

@NebulaTris NebulaTris added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants