Posts

Showing posts with the label StrukturData

Quee

What is Quee? for you who study in Informatics Engineering, Computer Sciency must have known about Quee, mustn't you. Ya.., Quee menggunakan konsep antrian FIFO (Fisrt in First Out), contoh real is easy..lihat antrian pembelian tiket kereta api yang manual ya..itu konsep Quee. Berikut diberikan contoh implementasi program Quee di C++ dengan method untuk AddQuee, DeleteQuee, DisplayElement, DisplayHeadTail. Materi lengkapnya sudah ane share buat para mahasiswa karyawan ya..coba di learnt, and discuss dipertemuan berikutnya jika ada yang didiskusikan, Now..here is the code please code manually, don't copy and paste :) to make us more understand about the code. #include <iostream> using namespace std; struct node{   int data;   node *next; }; class Queue{   private:     node *head;     node *tail;   public:     Queue();   void AddQueue(int i);   void DelQueue();   void CetakElement();   void Cetak...

Join Group for Struktur Data

Salam...silahkan join di Google Group Struktur Data, berikut adalah linknya : Link Group StrukDat Struktur Data sangat ungent untuk dikuasai mahasiswa, prequisitenya adalah DasPro. Well.. what ever the language is..Pascal, nyang penting anda memahasi konsep Sequence, Perulangan , Seleksi, Procedure and Function. dan jangan lupa tuh penguasaan parameter by value and referenye, finally array and sorting. pada StrukData ini, kita akan belajar mulai dari ADT or abstract data type, Linked List, Pointer, Stack and so..on materi-materi akan di share tiap minggu ke Group ini, so..