https://github.com/sobekcore/array-visualizer
Simple web application to visually represent operations on arrays. Deeply covered with automation tests.
https://github.com/sobekcore/array-visualizer
algorithms arrays unit-testing visualization
Last synced: 12 months ago
JSON representation
Simple web application to visually represent operations on arrays. Deeply covered with automation tests.
- Host: GitHub
- URL: https://github.com/sobekcore/array-visualizer
- Owner: sobekcore
- Created: 2021-12-05T13:16:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T17:31:26.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T04:00:15.219Z (about 1 year ago)
- Topics: algorithms, arrays, unit-testing, visualization
- Language: JavaScript
- Homepage: https://arrays.sobekcore.com
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Array Visualizer
Array Visualizer is a simple web application for visualizing operations on arrays. Sometimes it might be hard to imagine how Intersection or Symmetric Difference between arrays will behave - with this tool it will be no longer an issue, you will get your result in a single Visualized Array that should match results in most of the programming languages.
Currently available operations:
* Concatenation
* Union
* Intersection
* Difference
* Symmetric Difference
* Sort
* Unique Sort
Have fun using! Feedback highly appreciated.