Skip to content

Visualize array reads as well as writes #12

Description

@LemmaEOF

Right now, only writes/swaps are visualized. This makes some algorithms like Selection Sort seem much quicker than they actually are - it looks to almost be O(n), despite being O(n^2) when reads are included. Visualizing reads as well as writes would make a lot of algorithms clearer and help users understand what each algorithm is doing better.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions