We have already introduced the comon form of wild card, the asterisk '*'
It has the identity property:
G = convolve(*,G) // this operation collects the entire G.
What would be the wild card if G1 and G2 mutually traversed without collecting anything?
Dunno, how about the #, since we are into typeface explosion.
null = convolve(#,G)
How about: G = convolve((count=0,#.count++),G2)
Here G become the single node having the count of all nodes in G2
No comments:
Post a Comment