We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0549902 commit 238439fCopy full SHA for 238439f
README.md
@@ -5,14 +5,12 @@ Created by: **Saad Mahboob**
5
## User Stories
6
7
The following Sorting Algorithms are complete:
8
-
9
* [x] Bubble Sort
10
* [x] Selection Sort
11
* [x] Insertion Sort
12
* [x] Merge Sort
13
14
Features:
15
16
* [x] Animation of the sorting algorithms.
17
* [x] Time Complexity (Big O Notation) table for each algorithm implemented.
18
* [x] Generate new random arrays.
src/Visualizer/SortingVisualizer.jsx
@@ -11,6 +11,7 @@ const PRIMARY_COLOR = 'yellow';
export default class SortingVisualizer extends React.Component {
+ //constructor
constructor(props){
super(props);
this.state ={
0 commit comments