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
- Host: GitHub
- URL: https://github.com/romenrg/kata-find-duplicates
- Owner: romenrg
- License: mit
- Created: 2019-09-08T17:07:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:26:00.000Z (over 2 years ago)
- Last Synced: 2025-02-21T23:48:59.148Z (about 2 months ago)
- Language: TypeScript
- Size: 554 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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