Hackerrank: Game of Thrones Solution
1function gameOfThrones(s) {2 const lookup = {}3 for (const c of s) {4 lookup[c] = (lookup[c] || 0) + 15 }6 const occurrences = Object.values(lookup)7 const numOfOdd = occurrences.filter(i => i % 2 !== 0).length89 return numOfOdd <= 1 ? "YES" : "NO"10}
Comments
Loading comments...
Tags
hackerrank
string
Apply and earn a $2,500 bonus once you're hired on your first job!
Clients from the Fortune 500 to Silicon Valley startups
Choose your own rate, get paid on time
From hourly, part-time, to full-time positions
Flexible remote working environment
A lot of open JavaScript jobs!!
Fact corner: Referred talent are 5x more likely to pass the Toptal screening process than the average applicant.
Still hesitate? Read HoningJS author's guide on dealing with Toptal interview process.