Thursday, September 6, 2007

Bubble-sort in a batch file


Miszou has an interesting article (Advanced Batch File Techniques). Part 1 on implementation of a bubble-sort, using only Windows Batch files. Although this technique can be achieved easily in PowerShell (sort-object) it is worth mentioning.

 

No comments: