• Pada Algoritma pencarian banyak yang bisa kita temukan atau gunakan. Ada Merge Sort, Quick Sort, Bubble Sort, dan...
  • Pada dasarnya algoritma searching banyak kita jumpai. Apalagi hanya untuk mencari nilai minimum dan nilai maximum...
  • Kalian pasti sudah tahu apa itu Deret Fibonacci, ya benar. (Padahal gak jawab). Tetapi pada pembahasan kali ini kita akan membuar program...
  • Metoda Pencarian Biner ( Binary Search) hanya bisa diterapkan jika data array sudah terurut. Pengurutan Array bisa menggunakan jenis sorting ...
  • Salah satu contoh tipe algoritma brute force lainnya adalah linear search (pencarian berurutan), Dikatakan demikian karena algoritma ini menggunakan ...
  • Program C++ Merge Sort Devide and Conquer

    Pada Algoritma pencarian banyak yang bisa kita temukan atau gunakan. Ada Merge Sort, Quick Sort, Bubble Sort, dan...

Thursday, December 22, 2011

Tutorial Menggunakan Aplikasi Rental Sepeda Motor Matic

Pada postingan sebelumnya saya telah memosting tentang Aplikasi Rental Sepeda Motor Matic. Karena ada permintaan untuk tutorial / cara penggunaan Aplikasi Rental Sepeda Motor Matic maka saya akan berbagi caranya. Ini adalah algoritma atau cara...
Readmore

Wednesday, December 21, 2011

Aplikasi Rental Sepeda Motor Matic : Moto Matic Rent

Sekarang ini banyak rental disekitar kita. Ada yang membuka rental CD, rental Mobil, rental PS, dan lain – lain. Belum lama kami menemukan sebuah rental sepeda motor. Sekarang ini masih jarang orang atau perusahaan membuka rental sepeda moto...
Readmore

Sunday, December 4, 2011

Prosedur Antrian Pembelian Tiket Sepak Bola

Pada kasus antrian kali ini kelompok kami memilih tema antrian pembelian tiket sepak bola. Antrian pembelian tiket sepak bola adalah sistem saluran majmuk yaitu sumber pelayanan lebih dari satu saluran yang beroperasi secara bersamaan. Pada antrian...
Readmore

Saturday, October 15, 2011

Displays Unique Array Series

Not really long post on my favorite blog. Miss all of you equally. This time I will share about the unique array. What I mean by an array of unique? I mean that is an array that is displayed is the number that has no similarity of numbers in the...
Readmore

Thursday, September 29, 2011

Efforts to Improve Computer Performance

Now times have changed into an era that emphasizes speed. So also with the performance of a computer. Along with a number of software / programs that are installed on the computer, we often feel our computer's performance becomes increasingly slow....
Readmore

Structure and Function Computer

Computer structure is defined as the ways of each of the components are interrelated. Computer function is defined as the operation of each component as part of the structure. The function of each component in the structure above is as follow...
Readmore

Evolutionary History of Computers

The first generation of computers, marked by the discovery vacuum tubes as a means of signal amplifier. This generation was replaced by the generation of transistors, and finally the third generation arose with the advent of the IC-Chip. Now a lot...
Readmore

Moore’s Law

Moore's Law is the law that describes the trend of development of computer hardware in the long term. According to Moore's Law: Development of Information Technology in the field of computer hardware has doubled every 18 months or 1.5 yea...
Readmore

Wednesday, July 13, 2011

Sample Program Reversing Integer Value

Because of slipshod work on the problems to be wrong. Today've just finished a course UAS algorithms and programming. There is a question that addresses the problem of reversing an integer value. Overnight taste already going out, but instead was not...
Readmore

Kisi - kisi UAS Algoritma dan Pemrograman

Buat temen - temen yang kemarin ketinggalan pertemuan terakhir dengan pak Wahyu dan tidak mendapatkan kisi - kisi UAS, maka sekarang bisa kalian dapakan disini. Selamat belajar kawan. Semoga kita semua bisa mendapatkan hasil yang memuaskan. Amin.. Good...
Readmore

Thursday, July 7, 2011

Arrays C + +: Changing Array Dimensions 2 Become 1 Dimensions

Any type can be used as the base type of an array. We can create an array of ints, an array of Strings, an array of Object and so on. Mainly, because the array is the type Java class, we can create an array of type array. For example an array of...
Readmore

Sunday, June 26, 2011

Klikot : Jawaban Postes Praktikkum Algoritma dan Pemrograman

Buat temen - temen yang mau download jawaban postes praktikum Algoritma dan Pemrograman yang sudah Pak Wahyu share di klikot bisa numpang ambil disini : 1. Big Integer 2. Change The Selection Sort 3. Data Sales Semoga bermanfaat...
Readmore

Thursday, June 16, 2011

Aplikasi Mobile Phone "IshakuIkky"

Bismillaahirrohmaanirrahiim Untuk pertama kalinya kami(saya dan teman satu team) membuat aplikasi mobile phone atau aplikasi yang dapat diinstal di handphone. Aplikasi ini kami beri nama " IshakuIkky ", yaitu aplikasi untuk merekap pulsa bagi para...
Readmore

Friday, June 3, 2011

Sorting by Diminishing Increment : Sort The Random Numbers by Way of Sorting by Diminishing Increments

Problems on the case this time as follows, given a randomly ordered set  of n numbers sort them into non-descending ordered using Shell’s diminishing increment menthod. We can develop a sorting algorithm by...
Readmore

Thursday, June 2, 2011

Deret Geometri : Scored Geometry and Geometric Series Addition Results

Geometric series can be written as follows :           a + ar² + ....... + arn-1             a : tribe initial          ...
Readmore

Tuesday, May 31, 2011

Deret Aritmatika: Program Seeking Series Arithmetic and Number Series Arithmetic

Arithmetic series in the field of mathematics is the sequence number in which the next number of additions to the previous number by a number of specific differences. Examples are 3,5,7,9,11,13, ..... Arithmetic series...
Readmore

Friday, May 27, 2011

Searching (Array One Dimension) : Finding a Number From Several Numbers

Still talking one-dimensional array problem. In the array much to do kit. From the most minor sort the numbers to the greatest or from greatest to smallest. Also we will discuss this time is to find a number of the...
Readmore

Thursday, May 26, 2011

Join The Set: The Multiplication On The Set

This time we will discuss the multiplication on the set or the more frequently heard hipunan join. Multiple purpose here is not like multiplying 2 x 3 = 5, but we are combining two or more sets. For example we...
Readmore

Wednesday, May 25, 2011

Matrix Symmetry: Program to Check a Matrix Symmetry

This time I will discuss about the matrix symmetry. Box matrix A is called symmetric if A = AT Examples of symmetric matrices: Theorem...
Readmore

Thursday, May 19, 2011

Array : Reversing Array Element (Membalik Elemen Array)

Arrays are data structures that contain data types that have the same type. Arrays are also a bunch of memory-related (contiguous). Arrays have the same name and type. To refer to a particular location or element...
Readmore

Wednesday, May 18, 2011

Merge Sort : Ordering Numbers to Merge Sort Method (Mengurutkan Bilangan dengan Metode Merge Sort)

Merge sort is a sorting algorithm in computer science designed to meet the needs of sorting on a data set that does not allow to be stored in computer memory because the amount is too large. This algorithm was invented...
Readmore

Quick Sort : Sorting Random Numbers with Quick Sort (Mengurutkan Bilangan Acak dengan Quick Sort)

Quicksort is a divide and conquer algorithms. Quicksort first big divide the list into two sub-lists are smaller, low and high elements. Quicksort can then recursively sort the sub-list. These steps are : Select...
Readmore

Friday, May 13, 2011

Kriptografi : Program C++ Enkripsi dan Deskripsi

Cryptography is the science and an art to maintain the confidentiality of messages (data or information) in a way to disguise it into a form that can not be understood. The purpose encryption is that the content of the message can not be understood...
Readmore

Big Integer : Many Digit Addition with Integer Data Type (Penjumlahan Banyak Digit dengan Tipe Data Integer)

You all know that the numbers are integer data types must be limited to 10 digits only. And what if kitaa want to add a lot of digits. Suppose we have a 30-digit numbers. Surely if we create a program using only integer...
Readmore

Vektor : Program C + + Vector Addition and Multiplication Vector (Program C++ Penjumlahan Vektor dan Perkalian Vektor)

SKALAR AND VEKTOR Scalar is a quantity sufficient magnitude is expressed alone (not dependent on the way). For example: mass, time, energy and so on.The vector is a quantity that depends on the direction. For example:...
Readmore

Friday, May 6, 2011

Pretes dan Postes Praktikum ke-7 Algoritma dan Pemrograman

Download dibawah ini : ...
Readmore

Rekursif : Calculating the Value Program with Recursive Factorial (Program Menghitung Nilai Faktorial dengan Rekursif)

In mathematics, the factorial of n natural numbers is the result of multiplication of positive integers less than or equal to n. Factorial written as n! and is called n factorial. For example, 5! is worth...
Readmore

Tuesday, May 3, 2011

Jeliot version : Make a Pyramid Star with Jeliot (Menbuat Piramida Bintang dengan Jeliot)

Sometimes - sometimes at the university each began learning the looping problem (loop) we will see a task to create a pyramid of stars. Therefore I will discuss the issue and help solve it. To create a pyramid...
Readmore

Monday, May 2, 2011

Phytagoras : Calculating the Triangle Elbow Side (Menghitung Sisi Segitiga Siku - Siku)

In mathematics, the Pythagorean theorem is a relation in Euclidean geometry among the three sides of a right triangle. This theorem named after the Greek philosopher and mathematician, 6th century BC, Pythagoras....
Readmore

Tutorial Algorithm and Programming ©Template Blogger Green by Dicas Blogger.

To Up