🇺🇸 English
🇷🇺 Русский
🇺🇦 Українська
Голубая
Фиолетовая
Cветлая
Терминал
Norton
Войти
🌟 Уже 9 лет вместе! И наши стабильные -50% скидки - классика, проверенная временем!
AlgoExpert | Станьте экспертом по алгоритмам logo

Отзывы на курс "AlgoExpert | Станьте экспертом по алгоритмам"

AlgoExpert | Become an Algorithms Expert

503 9
Информация Комментарии (118)
User Avatar
  • User Avatar
    Tokala
    please update ,we are good if u update just videos
  • User Avatar
    John wick Tokala
    No we are not
  • User Avatar
    sealbergs
    found a better way to solve task 19: MoveElementToEnd
    It returns an array of numbers with selected number moved to the end, but other numbers are still in the same order they were represented in the initial array.

    const moveToEnd = (array, num) => {
    let idx = array.indexOf(num);
    for (let i = idx + 1; i < array.length; i++){
    if (array[i] !== num){
    //swap
    [array[i], array[idx]] = [array[idx], array[i]];
    idx++;
    }
    }
    return array;
    }
  • User Avatar
    Andrew
    Hey can I add other courses?https://www.algoexpert.io/purchase
  • User Avatar
    Anonymous
    please update , thanks
  • User Avatar
    thanhhung.0706
    Please update. Thank you
  • User Avatar
    Drekavac
    Обновите пожалуйста
  • User Avatar
    potent
    PLEASE UPDATE
  • User Avatar
    Vivek
    Update it please, thanks.
  • User Avatar
    ASilentVoice
    Update it please, thanks.
  • User Avatar
    Anonymous
    Please update the course. It has 60 more videos
  • User Avatar
    rakeshsuvidya
    Please update the course. There are 160 videos on the actual website. Thanks
  • User Avatar
    PatNan
    Please update the course. There are 160 videos on the actual website. Thanks
  • User Avatar
    erdahuja
    Please update
  • User Avatar
    JarvisJack
    Hi Admin, Can you please update this course ?
  • User Avatar
    John wick
    update
  • User Avatar
    neiron
    update please
  • User Avatar
    mr.rspanish
    Pleaseeee update
  • User Avatar
    tutplus365
    The course needs to be updated. new questions have been added
  • User Avatar
    mous.71@mail.ru
    Админ, пожалуйста, обновите курс. Там +60 новых вопросов
  • User Avatar
    ThePentagramBurns
    Update please. There are 60 more new videos.
Команда внимательно читает ваши комментарии и оперативно на них реагирует. Вы можете спокойно оставлять запросы на обновления или задавать любые вопросы о курсе здесь.