mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
Update and rename double_linked_list.py to doubly_linked_list.py
This commit is contained in:
parent
82ac14af5d
commit
f5a30a6176
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# author: bt3gl
|
# author: bt3gl
|
||||||
# create a doubly linked list
|
|
||||||
|
|
||||||
|
|
||||||
class Node():
|
class Node():
|
Loading…
x
Reference in New Issue
Block a user