All Questions
2 questions
10
votes
2
answers
700
views
Array duplicate removal for duplicates exceeding `N`-number
I recently encountered a front-end interview coding challenge question that required one to create a function which returned an array that excluded numbers that occurred more than ...
3
votes
1
answer
5k
views
Codewars "Consecutive strings" kata
The challenge description is as follows:
You are given an array strarr of strings and an integer k. Your task is to return the ...