Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwagandha-coder/repeat_intersection
interest tesk
https://github.com/ashwagandha-coder/repeat_intersection
interview task
Last synced: about 5 hours ago
JSON representation
interest tesk
- Host: GitHub
- URL: https://github.com/ashwagandha-coder/repeat_intersection
- Owner: Ashwagandha-coder
- License: mit
- Created: 2022-02-18T11:37:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T13:17:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T09:09:44.696Z (about 5 hours ago)
- Topics: interview, task
- Language: Kotlin
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Даны два массива: [1,2,3,2,0] и [5,1,2,7,3,2]
Нужно вернуть массив из повторяющихся чисел , если число повторяется три раза тогда в массиве ввести его два раза.
Пример: [1,2,2,3] (порядок неважен)