Closed Shariq2003 closed 1 week ago
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! π
Name | Link |
---|---|
Latest commit | e96051412f8f915ca8c283c8cd9ddbec69294f46 |
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@Shariq2003 could you please provide the output demo.
@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
ππ Thank you for your contribution! Your PR #584 has been merged! ππ
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.