Skip to content

Visualize array reads as well as writes #12

@LemmaEOF

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.

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