Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algorithm-visualizer/algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: webthethird/algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 3, 2021

  1. Fix counts array visualization in Counting Sort

    Final step did not correctly visualize decrementing the value in the counts array.
    It was decrementing the value but not updating the visualization.
    webthethird authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    12181be View commit details
    Browse the repository at this point in the history
  2. Add countsTracer.depatch

    My 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 66
    webthethird authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    579eb0b View commit details
    Browse the repository at this point in the history
Loading