3201. Find the Maximum Length of Valid Subsequence I (Leetcode Medium)

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 3

  • @Algorithmist
    @Algorithmist  5 місяців тому

    Were you able to make your thing longer?

  • @cursed_nerd
    @cursed_nerd 5 місяців тому

    No i haven't seen anything like this before
    first mod every element by 2
    there only 4 possible combinations:
    00 -> n - sum(nums)
    01 -> count 0101010.......
    10 -> count 10101010...........
    11 -> sum(nums)
    return max of these 4