Posts
Showing posts from June, 2012
Algorithm to calculate the value of x^y with x and y are integers real numbers
- Get link
- X
- Other Apps
Algorithm to find the area and circumference of a circle
- Get link
- X
- Other Apps
Algorithm 1-dimensional array to print by the sorting
- Get link
- X
- Other Apps
Algorithm to determine an upper triangular matrix or not
- Get link
- X
- Other Apps
Reflections weeks to 14
- Get link
- X
- Other Apps
Lecture at a meeting of the 14th week or last that discusses the Array "Recursive". Recursive means that a process can call her own. According to the definitions in the Microsoft Bookshelf, is the ability of a recursive routine to call itself. Recursive definition is actually contained in the procedures and functions. The difference is that the recursive call to itself can be, but the procedures and functions must be called by the caller procedures and functions. Recursive programming is an important technique and some programming languages support the existence of this recursive process. In procedures and functions, the call to itself could mean an iterative process that can not be known when it will end.
The algorithm combines two arrays into two-dimensional array, with the terms "same elements must co-exist"
- Get link
- X
- Other Apps
The algorithm accommodates two-dimensional array of data, perform calculations on data and display data display two-dimensional
- Get link
- X
- Other Apps
Algorithm to sort a series of numbers entered by the method selection sort
- Get link
- X
- Other Apps
Algorithm to find the maximum value, minimum, and the total number the user entered
- Get link
- X
- Other Apps
Reflection week to 11
- Get link
- X
- Other Apps
At a meeting this week lecture material covered is about 2-dimensional array. 2-dimensional array is a variable that stores the data set that has the same type and the element to be accessed through an index or subscript 2 is the row index and column index. General form of the declaration: nama_array [jumlah_elemen_baris] [jumlah_elemen_kolom];
Reflection week to 10
- Get link
- X
- Other Apps
At this time the lecture meeting to discuss the topic on Searching. Search algorithms (searching algorithm) is an algorithm that accepts an argument with a key and specific measures will find records with that key. After the search process carried out, will be obtained in one of two possibilities, namely that the data sought is found (Successful) or absence (unsuccessful).
Algorithm to find the volume and surface area of cubes
- Get link
- X
- Other Apps