Sobes.tech

Company overview

Яндекс Маркет

Последња позиција: 23. април 2026.

Позиције
6
Интервјуи
4
Питања
104
Задаци
0

Published in the selected period

Позиције · 0

All company vacancies

No vacancies were found for the selected period.

Published records

Интервјуи · 4

All company interviews

Grouped by direction

Питања и задаци · 104

iOS

Питања · 45

Frontend

Питања · 27

Из ових карата може се изградити један јединствени, непрекинути пут. У путу нема петљи или понављања. Потребно је написати програм који враћа исте објекте карата у редоследу кретања. ```javascript function getRoute(tickets = []) { const cities = new Map(); for (const ticket of tickets) { cities.set(ticket.from, ticket); } const result = []; let currentCity = startcity; while (cities.has(currentCity)) { const next = cities.get(currentCity); result.push(next); currentCity = next.to; } return result; } console.clear() console.log(getRoute([ { from: 'London', to: 'Moscow' }, { from: 'NY', to: 'London' }, { from: 'Moscow', to: 'Spb' }, ])); ```

Средњи

Flutter

Питања · 17

Java

Питања · 8

Android

Питања · 5

Product Manager

Питања · 1

Project Manager

Питања · 1

Яндекс Маркет - company overview - sobes.tech