Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Double Linked List Controller
no vote
This is simple console Pascal program created with Lasarus. It provides functions and procedures for creating and managin double linked lists. With this program it's possible to create empty list and then manage this list: you can know is your list empty or not, what is current element, you can move to previous, next, first or last element, you can add new element the right or the left of the curent one, you also can delete current element.  This program was created in the study lists and pointers in Pascal and modules in Lasarus as  laboratory work.
Micky Polar
2016-08-23
1
1
No more~