Introduction to Algorithms No.10

Hello. I have learnt introduction in "II Sorting and Order Statistics." Sorting algorithms and order statistics really matters in computer engineering, which encourages me to learn algorithms. The sorting algorithms have heap-sort, quick-sort, counting-sort, radix-sort, and bucket-sort. The order statistics means searching the n-th smallest number in a array.

Tomorrow, I will tell you heap-sort.

Thank you.

Comments

  1. l am looking forward to see the heap-sort.

    ReplyDelete
    Replies
    1. I am looking forward to learning heap-sort :)

      Delete

Post a Comment

Popular posts from this blog

Introduction to Algorithms No.3

Introduction to Algorithms No.7