1. 1.
    0
    ctrl v yapıyoruz beylerr haydi bakalım
    ···
  1. 2.
    0
    risk budur
    ···
  2. 3.
    +5
    http://inci.ca/uth6phyi9b
    ···
  3. 4.
    0
    melancholic brain traumas of mine, only one step towards love
    ···
  4. 5.
    0
    @4 ahahah bin şuku
    ···
  5. 6.
    0
    @4 şuku amk
    ···
  6. 7.
    0
    (bkz: beyler görmeyen varsa fm 2012de boz baykuşlar)
    ···
  7. 8.
    0
    http://www.milliyet.com.t....2010/1299663/default.htm
    ···
  8. 9.
    0
    some or all of these problems can be caused

    @4 güldüm bin şuku
    ···
  9. 10.
    0
    http://www.youtube.com/wa...Fq93w&feature=related
    ···
  10. 11.
    0
    [◕.◕]
    /)__)
    -"--"-
    ccc gececi tayfa ccc
    ···
  11. 12.
    0
    @9 panpa onun ferresi iyidi ama Amerika Birleşik Devletleri bence kızdaki ışığı göremememiş. :D
    ···
  12. 13.
    0
    http://inciswf.com/caaliissmiiss.swf
    ···
  13. 14.
    0
    /*
    * to change this template, choose tools | templates
    * and open the template in the editor.
    */
    package maxheapifyhomework;
    import java. util.random;
    /**
    *
    * @author ***
    */
    public class maxheapifyhomework {

    /**
    * @param args the command line arguments
    */
    public static void main(string[] args) {
    //i have created random numbers for array to sort
    random generator = new random();
    int[] array=new int[10];
    for (int i=0;i<=array. length;i++){
    array[i]=generator. nextint(i);
    }
    // call maxheapify
    //for height logn, n=10 which is log10=1
    //root node is array[i]

    maxheapify(array, array[1],1);
    }

    public static void maxheapify(int[] heaparray, int root, int height) {

    int left = root + 1;

    int right = root + 2;

    int largest = root;
    //check nodes are greater than parent and choose largest
    if (left < height && heaparray[left] > heaparray[root]) {
    largest = left;
    }
    if (right < height && heaparray[right] > heaparray[largest]) {
    largest = right;
    }
    //in the case of largest is not equal to root
    //find out a number that will give a hand to recurrence
    if (largest != root) {
    int number = heaparray[largest];
    heaparray[largest] = heaparray[root];
    heaparray[root] = number;
    maxheapify(heaparray, largest, height);
    }

    }


    }
    ···
  14. 15.
    -2
    http://inciswf.com/mov0001.swf
    ···
  15. 16.
    0
    http://www.incicaps.com/r...2595011_1212981478_o.jpg/
    ···
  16. 17.
    0
    http://iddaa.broadagesports.com/?m=566
    ···
  17. 18.
    0
    http://www.blogtv.com/people/demircisercinyo
    ···
  18. 19.
    0
    http://inciswf.com/demircireyiz9.swf
    ···
  19. 20.
    0
    hanmiki
    ···