I see the old post but i don't find the condition to stop the algoritmic
please help me!!!
Search found 3 matches
- Tue Jan 16, 2007 10:03 pm
- Forum: Volume 3 (300-399)
- Topic: 310 - L--system
- Replies: 29
- Views: 11751
- Tue Jan 16, 2007 5:27 pm
- Forum: Volume 3 (300-399)
- Topic: 310 - L--system
- Replies: 29
- Views: 11751
- Mon Jan 15, 2007 6:45 pm
- Forum: Volume 3 (300-399)
- Topic: 310 - L--system
- Replies: 29
- Views: 11751
problem 310
Hi!
I try to solved problem number 310. I'm using binary tree. I'm proceding in this way:
a -> aa
b -> bb
W = ab
Z = aaabb
ab
/ \
aab abb
/ \ / \
aaaab aabb aabb abbbb
ecc ecc.
I derive at right simbols b and at left simbols a.
My problem is search one condition to stop the tree ...
I try to solved problem number 310. I'm using binary tree. I'm proceding in this way:
a -> aa
b -> bb
W = ab
Z = aaabb
ab
/ \
aab abb
/ \ / \
aaaab aabb aabb abbbb
ecc ecc.
I derive at right simbols b and at left simbols a.
My problem is search one condition to stop the tree ...