pystraf
pystraf
发布了吧,close掉
The video: https://github.com/user-attachments/assets/b9c87f07-9a86-4637-8cd7-82fa2519feb7
The index sort is incorrect, too. I recommend to remove them.
But I think the pattern after shatter sorting is quite beautiful
the circle merge sorting also cannot work correctly when the array length is not 2^k. https://github.com/user-attachments/assets/295aa565-e80d-4f8e-9232-b9d9cc82b449
@Gaming32 @thatsOven
An possible implementation: ```java package io.github.arrayv.sorts.exchange; import io.github.arrayv.main.ArrayVisualizer; import io.github.arrayv.sorts.templates.Sort; public final class HyperStoogeSort extends Sort { public HyperStoogeSort(ArrayVisualizer arrayVisualizer) { super(arrayVisualizer); this.setSortListName("Hyper Stooge"); this.setRunAllSortsName("Hyper Stooge Sort"); this.setRunSortName("Hyper Stoogesort"); this.setCategory("Impractical...