Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Даны два массива: [1,2,3,2,0] и [5,1,2,7,3,2]
Нужно вернуть массив из повторяющихся чисел , если число повторяется три раза тогда в массиве ввести его два раза.
Пример: [1,2,2,3] (порядок неважен)