Search results for query: *

  1. anggalisdiyanto

    Question Sorting Character on listbox with Quick Sort

    It's not just sort, i want to analyze the step and timing count in milisecond of quick sort. In this problem, sorting these randommize words with quick sort. Not just sort.
  2. anggalisdiyanto

    Question Sorting Character on listbox with Quick Sort

    Hi IanRyder, thankyou for your answer. But i want to do a quick sort, not just a simple like that. My purpose is to implement a quick sort to a list of integer and char data type.
  3. anggalisdiyanto

    Question Sorting Character on listbox with Quick Sort

    I cannot sort a list of character on listbox. I just can sort a list of integer data type. I need help, here is my code : Dim langkah As Integer = 0 Private nilai2() As Integer Private Sub Quicksort2(ByVal list() As Integer, ByVal min As Integer, ByVal max As Integer) Dim rand...
Back
Top