Skip to content

Commit 238439f

Browse files
committed
minor updates
1 parent 0549902 commit 238439f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ Created by: **Saad Mahboob**
55
## User Stories
66

77
The following Sorting Algorithms are complete:
8-
98
* [x] Bubble Sort
109
* [x] Selection Sort
1110
* [x] Insertion Sort
1211
* [x] Merge Sort
1312

1413
Features:
15-
1614
* [x] Animation of the sorting algorithms.
1715
* [x] Time Complexity (Big O Notation) table for each algorithm implemented.
1816
* [x] Generate new random arrays.

src/Visualizer/SortingVisualizer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const PRIMARY_COLOR = 'yellow';
1111

1212
export default class SortingVisualizer extends React.Component {
1313

14+
//constructor
1415
constructor(props){
1516
super(props);
1617
this.state ={

0 commit comments

Comments
 (0)