itprogrammingandlinux

Just another WordPress.com site

buble, insertion, selection, shell, max/min, quick, merge sort

leave a comment »

Sort adalah proses pengurutan data yang sebelumnya acak menjadi data yang tersusun secara teratur.

Pengurutan dapat dilakukan dengan 2 cara :

–          ascending (naik)

–          descending (turun)

Metode pengurutan data :

1. pengurutan berdasarkan perbandingan

-buble sort dan exchange sort: pengurutan berdasarkan prioritas

-selection sort dan heap sort: pengurutan berdasarkan penyisipan dan penjagaan

-insertion sort dan tree sort: pengurutan berdasarkan pembagian dan penguasaan

-quick sort dan merge sort: pengurutan berkurang menurun

-shell sort

Read the rest of this entry »

Written by itprogrammingandlinux

May 22, 2011 at 3:37 pm

Posted in Uncategorized

Hello world!

with one comment

Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.

Here are some suggestions for your first post.

  1. You can find new ideas for what to blog about by reading the Daily Post.
  2. Add PressThis to your browser. It creates a new blog post for you about any interesting  page you read on the web.
  3. Make some changes to this page, and then hit preview on the right. You can alway preview any post or edit you before you share it to the world.

Written by itprogrammingandlinux

May 22, 2011 at 3:28 pm

Posted in Uncategorized