Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
history:start [2024/03/26 06:14]
rajit
history:start [2024/03/26 06:14] (current)
rajit
Line 23: Line 23:
 define f (node a) define f (node a)
 {  node p, q; {  node p, q;
-    prs { +   prs { 
-        p -> q+ +       p -> q+ 
-     +    
-    a = p;+   a = p;
  }  }
 f(); f();