Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pike 0.14 KB | None | 0 0
  1. bool empty(in:root)
  2. begin
  3.      var albero: root
  4.      if(root=NULL)then
  5.         empty:=true
  6.      else
  7.         empty:=false
  8. end empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement