Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 14th, 2013
118
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
@tailrec
def hasDupes(es: Seq[Employee], names: Set[Name] = Set.empty): Boolean =
!es.isEmpty && (names(es.head.name) || hasDupes(es.tail, names + es.head.name))
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐✅ Exploit 2500$ in 15 Minutes 8
JavaScript | 3 sec ago | 0.27 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐ 0
JavaScript | 16 sec ago | 0.27 KB
⭐Swapzone Glitch ✅ Working⭐ 9
JavaScript | 29 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ 5
JavaScript | 42 sec ago | 0.27 KB
⭐⭐Exchange Exploit⭐ Q
JavaScript | 55 sec ago | 0.27 KB
⭐ChangeNOW Exploit⭐⭐ 8
JavaScript | 1 min ago | 0.27 KB
⭐✅ MAKE $2500 IN 15 MIN B
JavaScript | 1 min ago | 0.27 KB
⭐✅ Exploit 2500$ in 15 Minutes 8
JavaScript | 1 min ago | 0.27 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!