Quote:
Originally Posted by Kevin Sevcik
But seeing Bubble Sort implemented in Labview seems very very wrong to me.
|
I enthusiastically agree. Bubble Sort is a highly procedural algorithm, something which LabVIEW does only grudgingly. I wonder if a Partition Sort would more closely align with LabVIEW's data-flow nature.
But I think sorting is the kind of operation that should be implemented by people having deep knowledge of the runtime environment, and not used as an exercise in learning how to use a data-driven programming language.