Archive | TUT Data Structures

Programming C: Posts 12 – List of links set in array

List of links can be installed in arrays or pointers. In this article I will show you how to use arrays :), Type this list is often called the next list.

Programming C: Posts 13 – List installed applications associated with the cursor

List of links can be installed in arrays or pointers. In this article I will show you how to use arrays :), Type this list referred to as single-linked list

Programming C: Posts 14 – Doubly linked list

Doubly linked list is a linked list format, but each element associated with the element preceding and following it in the list…

Programming C: Posts 15 – Install stack (Stack)

Stacks (Stack) is an unordered list that allows insertion and deletion is performed at the end of the list and we call this the tip end (top) the stack…

Programming C: Posts 16 – Construction queue (Queue)

Queues (Queue) is a data structure used to store objects work under the FIFO (acronym in English: First In First Out), mean “in first-out” In the queue, Objects can be added to the line…