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: adyjs/sorting-algorithm-visualization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: adyjs/sorting-algorithm-visualization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rwd-layout
Choose a head ref
  • 4 commits
  • 0 files changed
  • 1 contributor

Commits on Nov 21, 2020

  1. Changes to be committed:

    	modified:   index.html
    		1. add new algorithm , odd-even sorting algorithm
    		2. add odd-even-sort.js file in bottom of index.html
    
    	new file:   js/odd_even_sort.js
    		1. add new odd-even sorting algorithm content
    
    	modified:   js/test.js
    		1. add try catch syntax in algoChosen() function
    		2. add OddEvenSort value
    		3. add , if algoChosen() error, then window alert pops
    		   up, notices user to press F5 to refresh page.
    adyjs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e4c8539 View commit details
    Browse the repository at this point in the history
  2. Revert "layout modified"

    This reverts commit 9dc1250.
    
    I made wrong commit on rwd-layout branch, so now revert it.
    adyjs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    8da5adc View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "layout modified""

    This reverts commit 8da5adc.
    adyjs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    3536c71 View commit details
    Browse the repository at this point in the history
  4. Revert "Changes to be committed:"

    This reverts commit e4c8539.
    adyjs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    9784e5e View commit details
    Browse the repository at this point in the history
Loading