This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Kamis, 16 Maret 2017

STACK & QUEUE

STACK & QUEUE

1. Membuat program  QUEUE dengan ketentuan :
    •  Memiliki fungsi PUSH/ENQUEUE (input data) 
    •  Memiliki fungsi POP/DEQUEUE (ambil satu data) 
        •  Memiliki fungsi CLEAR (delete all data) 
            •  Memiliki fungsi PRINT (cetak data pada layar) 
                • (opsional) jika user ingin menampilkan data yang diinputkan, maka data tersebut telah terurut secara ascending (menggunakan metode sorting yang sudah dipelajari di kelas) 
                --------------------------------------------------------------------------