Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 6th, 2018
76
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
OCaml
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
let
rec
isBalanced t
=
function
|
Leaf
->
true
|
Node
(
t1,_,t2
)
->
isBalanced t1
&&
isBalanced t2
&&
abs
(
height t1
-
height t2
)
<=
1
;;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💎 ChangeNOW Exploit
JavaScript | 1 sec ago | 0.24 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 8 sec ago | 0.15 KB
💵 Make 3000$ in 20 minutes 💵
JavaScript | 12 sec ago | 0.24 KB
🚨 Free Crypto Method 🚨
JavaScript | 22 sec ago | 0.24 KB
🔥 Exchange profit method
JavaScript | 32 sec ago | 0.24 KB
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 48 sec ago | 0.24 KB
💡 Instant BTC Profit Method ✅ Working
JavaScript | 58 sec ago | 0.24 KB
🚀 Swapzone +37% glitch
JavaScript | 1 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!