Skip to content

Adding Grover’s Algorithm to Algorithm Visualizer #777

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

Open
Babitha-Banothu opened this issue Mar 27, 2025 · 0 comments
Open

Adding Grover’s Algorithm to Algorithm Visualizer #777

Babitha-Banothu opened this issue Mar 27, 2025 · 0 comments

Comments

@Babitha-Banothu
Copy link

Proposal: Adding Grover’s Algorithm to Algorithm Visualizer

Background:

Algorithm Visualizer currently supports classical algorithms like sorting, graph traversal, and backtracking. However, quantum algorithms like Grover’s search are becoming increasingly relevant in computer science and AI.

Why Include Grover’s Algorithm?

  • Grover’s Algorithm provides a quadratic speedup over classical search.
  • Introducing quantum computing in Algorithm Visualizer can help students understand quantum search algorithms visually.
  • It can be implemented using Q.js (JavaScript) or Qiskit (Python) and integrated into the existing visualization system.

Proposed Implementation:

  • Algorithm Simulation: Simulating Grover’s Algorithm using quantum computing principles.
  • Visualization Approach:
    • Representing qubit amplitudes using bar charts.
    • Showing quantum gates applied to a circuit.
    • Graphically illustrating the search process.

Would the maintainers be open to including quantum algorithms in Algorithm Visualizer? If so, I would be happy to submit a PR.

Looking forward to your thoughts! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant