Posted

by

Ada kutipan yang didapetin bu dosen, Bu Rosa dari temennya,

“True Love is let him/her go without worry he/she will come back or no”
kurang lebih redaksinya gitu, soalnya tulisannya keburu dihapus. :))

//Statis
//codingan prosedur push
void push(char nama[], char nim[], int umur, stack *S){
if (isFull(*S)!=1){
(*S).top++;
strcpy ((*S).data[(*S).top].nim, nim);
//strcpy
(*S).data[(*S).top].umur=umur;
}
}

//+pop ,terus yang dinamis bedanya gak pake isFull, pake konsepan List AddFirst DelFirst, jangan lupa malloc nya bro, mari lanjutkan nginget nginget… bersambung…

-Materi Stack (Tumpukan; dibaca `stek` bukan ‘stak’, eta mah Stuck hehe) Mata Kuliah Struktur Data, 3 April 2014 sekitar pukul 09.43-10.50 GMT+7

😀 – with Rosa at Gedung Ilmu Komputer (GIK)

View on Path

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.