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: algo-mergeSort
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: main
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    4fe4073 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. I made a commit on wrong branch, which is rwd-layout,

    the right way is, I should create a new branch called "algo-OddEvenSort",
    which is based on main branch,
    
    then switch to OddEvenSort branch, code the new feature,
    but I forgot, I commit and push to remote on rwd-layout branch,
    so now I need to do something to make it back to right way.
    
    now, I create and switch to the algo-OddEvenSort branch,
    I try to do cherry-pick command to merge latest node of rwd-layout to
    algo-OddEvenSort branch,
    
    then I would try revert rwd-layout branch for restore the impact to
    remote origin on GitHub.
    
    OK, let's do this.
    
    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
    420ac98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5772f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f897e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    7cd73b2 View commit details
    Browse the repository at this point in the history
  2. fix demo url error in README

    adyjs committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    215e165 View commit details
    Browse the repository at this point in the history
Loading