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: nativekar/Sorting-Algorithm-Visualizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: test123/Sorting-Algorithm-Visualizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 30, 2020

  1. added method stack_it in Array class

    stack_it method will collect all the updated array at every update made by an algorithm.
    abecus authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b6d33d2 View commit details
    Browse the repository at this point in the history
  2. added a class for animation

    main class Plotter for making animation (bar graph sorting)
    abecus authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2a30365 View commit details
    Browse the repository at this point in the history
  3. updated animation class

    used animation class "Plotter" in place of previous vs.show() function.
    abecus authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    740a335 View commit details
    Browse the repository at this point in the history
  4. quick sort gif

    abecus authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    4c51075 View commit details
    Browse the repository at this point in the history
  5. Update sorting.py

    abecus authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    4870c26 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge pull request test123#8 from abecus/graph-animation

    Graph animation
    test123 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    448c74d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Fix plot bug

    Pablo-Davila committed May 12, 2021
    Configuration menu
    Copy the full SHA
    478fa67 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge pull request test123#10 from Pablo-Davila/master

    Thank you, Pablo!
    test123 authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    4c6e875 View commit details
    Browse the repository at this point in the history
Loading