sorting-network icon indicating copy to clipboard operation
sorting-network copied to clipboard

Python script to check sorting networks and generate sorting network diagrams

Results 1 sorting-network issues
Sort by recently updated
recently updated
newest added

While plotting a machine generated network I noticed that the order of nodes matters (for the layer assignment) while it should not AFAICT. For example 2:5,0:1,4:5,0:3 yields: ![exampleNet](https://user-images.githubusercontent.com/83118252/220623434-4bc85329-82b2-466f-9304-c083e1964508.svg) While 2:5,4:5,0:1,0:3...