Hacker News
- The tiniest C sort function? (2008) https://www.cs.dartmouth.edu/~doug/tinysort.html 25 comments
- The tiniest C sort function? http://www.cs.dartmouth.edu/~doug/tinysort.html 4 comments
- The tiniest C sort function? http://www.cs.dartmouth.edu/~doug/tinysort.html 15 comments
- Tiniest sort (s(a,n)int*a;{n-->1?s(a,n),s(a+1,n),n=*a,*a=a[1],a[n>*a]=n:0;}) https://www.cs.dartmouth.edu/~doug/tinysort.html 10 comments c_programming
- The tiniest C sort function? (2008) https://www.cs.dartmouth.edu/~doug/tinysort.html 3 comments programming
- The tiniest C sort function? http://www.cs.dartmouth.edu/~doug/tinysort.html 94 comments programming