mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update linked_list-double.py
This commit is contained in:
parent
805e80144d
commit
45a3a9b050
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue