- Notifications
You must be signed in to change notification settings - Fork180
Commitfe3adcf
authored
Fix counts array visualization in Counting Sort (#28)
* Fix counts array visualization in Counting SortFinal step did not correctly visualize decrementing the value in the counts array.It was decrementing the value but not updating the visualization.* Add countsTracer.depatchMy previously committed code left the boxes in the counts array colored red, so I realized I had forgotten to add a depatch after the patch that I added at line 661 parent7138698 commitfe3adcf
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
| 69 | + | |
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
70 |
| - | |
71 | 73 |
| |
72 | 74 |
|
0 commit comments
Comments
(0)