Register / Log in

GCD or Greatest Common Divisor, is the number which can divide two or more numbers to zero (without remainder). or from wikipedia like this :
In mathematics, the greatest common divisor (gcd), also known as the greatest common factor (gcf), the greatest common denominator[1], or highest common factor (hcf), of two or more non-zero integers, is [...]

Elimination Round of National Programming Competition (NPC) Schematics 2009 is over, there are 30 teams will be compete on Informatics Engineering Sepuluh November Institute of Technology Surabaya.
Here is the final score board from official website : http://schematics.hmtc-its.org/NPC/HasilPenyisihan/

Whose are the passed teams?

Hopeless from St. Louis 1 Catholic Senior High School
KVSAL from Bandung BPK Penabur 1 Catholic [...]

22
October

The details of this problem can be find on my previous post : Greedy Activity Selector Java Source Code
First we must declare the function prototype

void recursiveActivitySelector(int*, int*, int, int, int*);
void greedyActivitySelector(int*, int*, int, int*);

Then here is the Recursive Solution of Greedy Activity Selector

void recursiveActivitySelector(int s[], int f[], int i, int j, int a[]){
[...]

This post is continuation from my older post : Jewel Quest AI Solver Algorithm
Now, i will explain my algorithm more specificly. The base algorithm is Greedy Algorithm, it search the best action for only current state without computing before or moreafter state. Okay that’s just the concepts of algorithm, now this is my algorithm.
Main Algorithm

Creating [...]

19
October

The history evidences showed that Surabaya has already existed before the colonialisms periods, as mentioned in Trowulan I epigraphy , it was 1358 M. in that epigraphy has revealed that Surabaya ( Churabhaya) was a village in border of Brantas river as one of important crossing place along Brantas river.
Surabaya ( Churabhaya) [...]

XBAP (XAML Browser Application) is a new Windows technology used for creating Rich Internet Applications.
While windows applications are normally compiled to an .exe file, browser applications are compiled to an extension .xbap and can be run inside Internet Explorer.
Xbap applications are run within a security sandbox to prevent untrusted applications from controlling local system resources. [...]

15
October

There is two original food type of Surabaya which so famous, and become the individuality of this heroic city, that is Rujak (Spicy Salad) and Semanggi (Clover leafes). Equation among those traditional food is using petis (Prawn Sauce) as its flavour, and most is scrumptious dined with crisply crackers. This traditional food own the unique [...]

National Programming Contest (NPC) Registration is almost closed, until now there are almost 100 teams which has register to this competition and over 50% of those teams are verified and ready to compete on online elimination round.
From those tams will be choosen best 30 teams to compete on offline or final round at Informatics Engineering, [...]

13
October

Activity Selector is problem to choose which event will be choosen to get maximum number of event for using the resources (time). Each event has start time and finish time. Two or more event cannot use the resource at the same time.
And here is the recursive and iterative solution pseudocode based on Introduction to Algorithm, [...]

11
October

Movies :: Zombieland

Written by I Made Krisna. No comments Posted in: Entertainment, Movie, Review
Tagged with , , , ,

Zombieland is a great movie, some of horror, some of comedy, and not forget some of romantic story. When the world is under zombie’s disaster, there are only few humans left and going to fewer and fewer. Watch it you will regret it.
In the horror comedy Zombieland focuses on two men who have found a [...]

09
October

Hey, it’s October now, tenth month of the year. So what?
As usual, Ubuntu Linux will be released very soon as the number of image above shown.
Ubuntu is always free and periodically release every six months on fourth month (April) and tenth month (October). If you’re just begin to use ubuntu, don’t worry because there are [...]

08
October

Crank-powered Mobile Phone

Written by I Made Krisna. No comments Posted in: Gadget, Worldwide
Tagged with , , , , , , , ,

Wow, the world is going to explore any source of alternative energy, and now we have a mobile phone with old-fashioned way to produce an electricity by TCL company. A Hand-Crank Wheel, we must cranking first and we get the power for the phone, so simple as playing a child music-box.
A minute of cranking offers [...]

07
October

HI, this post is based on my college task. The task is creating an Artificiall Intelligence for solving Jewel Quest Game. And there is additional constraint :
1. The items or artifacts which has been removed is not replaced with new artifacts

My algorithm is very simple and didn’t guarantee that the solving is making the best [...]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Copyright © 2010 I Made Krisna's Times

Just share our knowledge for the better future of this world

Proudly powered by WordPress & Shine by Creamy

W3C: Valid XHTML - Valid CSS 3