MatthewRueben / sock-pairing

Try several sock pairing algorithms as an exercise in writing beautiful Java.
MIT License
0 stars 0 forks source link

Make plot that shows an algorithm's performance for different orders and numbers. #15

Open MatthewRueben opened 1 month ago

MatthewRueben commented 1 month ago

Maybe an interactive data explorer where you can toggle which of the three algorithms are being compared side by side or overlaid, and zoom in on regions of the order x number space. See here for what D3.js can do: https://d3-graph-gallery.com/interactivity.html

MatthewRueben commented 1 month ago

Or just export to CSV and use Excel by hand. It would be nice to make it beautiful to honor the beauty of the source code, but I could probably do that in Excel, too.