figshare
Browse
github-import0ST6Ya.zip (666.79 kB)

BLImPy 1.3

Download (0 kB)
Version 2 2015-04-05, 02:53
Version 1 2015-03-30, 21:01
software
posted on 2015-04-05, 02:53 authored by Ted RalphsTed Ralphs, Aykut BulutAykut Bulut

BLImPy (Basic List Implementation in Python) is a basic implementation of a linked list data structure that is a drop-in replacement for the Python list. It supports all basic list methods. The data structure is not as efficient as the Python list for many operations and in most cases, should not be used except in a teaching setting. It was developed to illustrate basic principles and to be used with GiMPy, a graph implementation in Python. BLImPy includes a stack data structure, a queue data structure, and a priority queue data structure.

History