An open API service indexing awesome lists of open source software.

https://github.com/romenrg/kata-find-duplicates

Given an array of numbers, return the list of numbers that are repeated, sorted by occurrence of the repetition, from CodeWars
https://github.com/romenrg/kata-find-duplicates

Last synced: about 2 months ago
JSON representation

Given an array of numbers, return the list of numbers that are repeated, sorted by occurrence of the repetition, from CodeWars

Awesome Lists containing this project

README

        

# Kata: Find Duplicates

Given an array of numbers, return the list of numbers that are repeated, sorted by occurrence of the repetition

From CodeWars: https://www.codewars.com/kata/5558cc216a7a231ac9000022

Started in a Coding Dojo session during one an Agile Canarias [meetup](https://www.meetup.com/es-ES/Agile-Canarias/events/264027299/).

Used [Lean Mind's Typescript boilerplate](https://github.com/lean-mind/typescript-boilerplate) as the starting point.
It includes / pre-configures the following technologies:

* 💬 TypeScript 3.4
* 📙 Babel 7
* ✅ Jest 24
* 💅 Prettier & TSLint