mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-13 01:23:13 -04:00
trees organized
This commit is contained in:
parent
28b84cef65
commit
52752fb931
16 changed files with 262 additions and 689 deletions
src/trees
5
src/trees/bunchclass.py
Normal file → Executable file
5
src/trees/bunchclass.py
Normal file → Executable file
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "Mari Wahl"
|
||||
__email__ = "marina.w4hl@gmail.com"
|
||||
__author__ = "bt3"
|
||||
|
||||
class BunchClass(dict):
|
||||
def __init__(self, *args, **kwds):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue