-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request: Display Performance Metrics for Sorting Algorithms
It would be beneficial to have a feature that displays performance metrics for sorting algorithms. This feature should include both time and memory usage statistics. It could be a small chart like this:
Feature Description:
- Execution Time: Measure and display the time taken by the algorithm to complete the sorting process.
- Memory Usage: Track and show the amount of memory used during the sorting process.
Why This Feature is Important:
- Performance Comparison: Allows users to compare the efficiency of different sorting algorithms in terms of speed and memory consumption.
- Optimization: Helps in identifying which algorithms are more suitable for specific scenarios, especially when memory usage is a critical factor.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request