mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update and rename double_linked_list.py to doubly_linked_list.py
This commit is contained in:
parent
82ac14af5d
commit
f5a30a6176
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/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