kevinkdo / ra3

Relational Algebra v3.0 (go to branch `kevin`)
1 stars 0 forks source link

Tree GUI -- Execute RA queries rooted at arbitrary nodes #23

Closed jordanly closed 8 years ago

jordanly commented 8 years ago

Be able to execute RA query starting at different nodes. For example, given a tree:

    a
   /  \
 b    c
/  \

d e

The user should be able to execute an RA query rooted at 'b' or 'd' while leaving the original tree intact.

kevinkdo commented 8 years ago

done