Complexity Table Generator
Complexity Table Generator
The Complexity Table Generator provides a reusable way to display standardized algorithm complexity information across the documentation.
Instead of manually writing comparison tables repeatedly, contributors can add metadata once in a centralized JSON file and reuse it through an MDX component.
Example Usage
import ComplexityTable from '@site/src/components/ComplexityTable';
<ComplexityTable
algorithms={[
"Bubble Sort",
"Merge Sort",
"Quick Sort"
]}
/>
Track Your Progress
Done with this topic? Mark it as complete to track your progress.
💬 Discuss this page
Have a question or spot something confusing in "Complexity Table Generator"? Ask below — it's backed by GitHub Discussions, so maintainers get notified like any other GitHub activity.