Tuesday, August 19, 2014

COJ 1485. Increasing Order Word

This is again a little sorting problem. You can go with a little longer code and implement bubble sort or you can use C++ sort but be careful when doing it because you can't use sort with strings, you can use with char* only.


       FULL SOURCE CODE

No comments:

Post a Comment