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: Addition of Algo Compare Page #554 #584

Merged
merged 4 commits into from
Nov 9, 2024

Conversation

Shariq2003
Copy link
Contributor

fix: #554

Title: Addition of Algorithm Comparison Page

Description:
Introduce a dedicated Algo Compare Page to allow users to compare different algorithm performances side-by-side. This page will feature a comparison tool that enables users to select multiple algorithms and view their performance metrics (e.g., time complexity, space complexity) on a variety of datasets and problem scenarios. The interface will provide visualizations such as bar graphs, line charts, or comparative tables to facilitate a clear understanding of differences in efficiency, resource consumption, and scalability.

Features:

Algorithm Selection: Dropdown or multi-select options for choosing algorithms.
Comparison Metrics: Display key metrics such as execution time, memory usage, and complexity.
Visual Representation: Graphical comparisons through charts or tables for better insights.
Dataset Variability: Options to test algorithms on different dataset types and sizes.
Performance Summary: A section with summaries and recommendations based on comparison results.
Goal:
To enhance user experience by providing a comprehensive comparison tool that helps users understand algorithm efficiency and select the most appropriate algorithm for specific use cases. This feature aims to make algorithm learning and selection more intuitive and data-driven.

Copy link

github-actions bot commented Nov 9, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Nov 9, 2024

Deploy Preview for dfs-bfs-graph-traversal ready!

Name Link
🔨 Latest commit e960514
🔍 Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/672f7102d55b130007bc3cff
😎 Deploy Preview https://deploy-preview-584--dfs-bfs-graph-traversal.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sakeel-103
Copy link
Owner

sakeel-103 commented Nov 9, 2024

@Shariq2003
could you please provide the output demo.

@Shariq2003
Copy link
Contributor Author

Shariq2003 commented Nov 9, 2024

@sakeel-103 sir, actually my laptop malfunction and got down unexpectedly, thats why i am making PR with other laptop that causes a commit with that id above, i have revert that, and reconfig the changes, please review

image

@sakeel-103 sakeel-103 merged commit 0c4f603 into sakeel-103:master Nov 9, 2024
4 checks passed
Copy link

github-actions bot commented Nov 9, 2024

🎉🎉 Thank you for your contribution! Your PR #584 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

FEATURE: Addition of Algo Compare Page
3 participants