❔ Is it worth to create lazy dictionary in this case?
I have following class:
so as you see Add function add to the dictionary class TreeNode, it looks like a tree
I made a lazy dictionary and my question is: is it worth it? Will it be better with simple dictionary?
so as you see Add function add to the dictionary class TreeNode, it looks like a tree
I made a lazy dictionary and my question is: is it worth it? Will it be better with simple dictionary?