sorting-network
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:  While 2:5,4:5,0:1,0:3...