Leetcode 718 Explained - Answers With Unit Tests
Intuition if the rabbits are in the same color AND in the answers array, they should answer the same value otherwise they are inconsistent with each other. if the rabbits are in different colors, the answers could be the same or not. if the rabbit...

