Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color-coding operations #80

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 22, 2022

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

Commits on Feb 23, 2022

  1. Right-align color legend

    distay0xGit committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6ee885b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Color-code some sorts

    distay0xGit committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    66af752 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    1426b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d72c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e823c40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3c5d55 View commit details
    Browse the repository at this point in the history
  5. Delete ExpliciumSort.java

    distay0xGit committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f27f7f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f260d19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bf1b0b View commit details
    Browse the repository at this point in the history
  8. Checkstyle violation

    distay0xGit committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f3cec01 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. (rough draft) Subarray colorcoding

    In desperate need of optimization, rough around the edges.
    distay0xGit committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fded4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6aa3c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Add ArrayVList colorcoding methods

    And a method for writing colors between auxarrays. Thanks for suggesting it, Control.
    distay0xGit committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1b46832 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 9, 2022

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

Commits on Mar 26, 2022

  1. Consistency

    distay0xGit committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    4e9c511 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Stepping

    distay0xGit committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    018eda7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfed0b View commit details
    Browse the repository at this point in the history
  3. Resolve conflicts attempt 2

    GitHub is being stubborn
    distay0xGit committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    62ff332 View commit details
    Browse the repository at this point in the history
  4. Resolve conflicts attempt 3

    Seriously, GitHub?
    distay0xGit committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    cc9ad39 View commit details
    Browse the repository at this point in the history
  5. Resolve conflicts attempt 4

    This is getting stupid
    distay0xGit committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    dfdbabf View commit details
    Browse the repository at this point in the history
  6. "Fix" checkstyle

    distay0xGit committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a0ba507 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. If Git is causing issues, that doesn't mean checkstyle should be ignored

    We'll see if we can work out a better solution.
    Gaming32 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b7fa847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578d99b View commit details
    Browse the repository at this point in the history
  3. Fix oddly duplicated code

    Git, what the heck?
    Gaming32 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    11bc21b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Polymorphism

    Gaming32 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    078cdde View commit details
    Browse the repository at this point in the history
  2. Some slight optimizations

    Gaming32 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e1587fa View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Fix conflicts attempt 1

    oops! bad coding practice
    distay0xGit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ee77bb6 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts attempt 2

    AtomicInteger-related type changes I desperately want to avoid a conflict for and removing an interface from ArrayVlist
    distay0xGit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fc62dff View commit details
    Browse the repository at this point in the history
  3. Fix conflicts attempt 3

    _why doesn't it want me to change the packages imported for ArrayVList_
    distay0xGit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f1bc5bd View commit details
    Browse the repository at this point in the history
  4. Fix conflicts attempt 4

    the conflict checker is running off black magic and all the spells in it are specifically against pushing Groovy support into this PR
    distay0xGit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    210e487 View commit details
    Browse the repository at this point in the history
  5. Fix conflicts attempt 5

    I just hope I can revert this weird hack after this PR is brought up to speed with all the changes in main
    distay0xGit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9d8f799 View commit details
    Browse the repository at this point in the history