Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 441 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 441 Bytes

asymBLList

Asymmetric Bidirectional Linked List

Jupyter notebook with a class descibing Asymmetric Bidirectional Linked List. The nodes can be bidirectional or unidirectional. Bidirectional nodes are traversed in both directions - forward and backward, whereas unidirectional ones only in the forward direction. The list class is used in Service Function Chaining Application for Ryu SDN controller