Created
April 9, 2019 11:11
-
-
Save aSipiere/98b1271c496f21afbced0684e89935f9 to your computer and use it in GitHub Desktop.
Recursive Default Dictionary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from collections import defaultdict | |
r_dd = lambda: defaultdict(r_dd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment