项目作者: DimitrisBovasianos

项目描述 :
Data Structures(SingleLinkedList)
高级语言: Python
项目地址: git://github.com/DimitrisBovasianos/SingleLinkedList.git
创建时间: 2018-01-12T20:22:02Z
项目社区:https://github.com/DimitrisBovasianos/SingleLinkedList

开源协议:

下载


Creating a list using SLL.Has a PUSH to insert a element
Count to count the elements on a list
Pop to get the last element of a list and remove it
Unshift to get the first element of a list and remove it
Remove to find a matching element and remove it
And Get to find and return a element depending of the position it has on the list