886. Possible Bipartition | Leetcode Solutions

preview_player
Показать описание
#leetcode #leetcodesolutions #886-Possible-Bipartition

886. Possible Bipartition | Leetcode Solutions

We want to split a group of n people (labeled from 1 to n) into two groups of any size. Each person may dislike some other people, and they should not go into the same group.

Given the integer n and the array dislikes where dislikes[i] = [ai, bi] indicates that the person labeled ai does not like the person labeled bi, return true if it is possible to split everyone into two groups in this way.
Рекомендации по теме
welcome to shbcf.ru