mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update linked_list-double.py
This commit is contained in:
parent
805e80144d
commit
45a3a9b050
@ -1,4 +1,8 @@
|
||||
## create a doubly linked list
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# author: bt3gl
|
||||
# create a doubly linked list
|
||||
|
||||
|
||||
class Node():
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user