Tuesday, July 14, 2009

Dutch national flag problem c# source code?

i am trying to find the source code for the dutch national flag problem (2 colour) in C# its really been doing my head in. actually the varition i am working on is sorting an array so that negative numbers go first. any help muchy aprciated!! (alberttietz@yahool.com.au)

Dutch national flag problem c# source code?
As for the flag, are you drawing? Isn't it only like three boxes? Just look for drawing tutorials on the net and extend what they teach to suit your problem.





For the array sorting - if you are sorting with lowest numbers first, then negative numbers will automatically come first in the list, as they are numerically lower than the positive numbers.





Rawlyn.


No comments:

Post a Comment