Qurak

UniqueElements

లభ్యం

Given a list of lists, returns for each list the elements that are unique to it

UniqueElements[{list1, list2, …}]
UniqueElements[lists, test]
UniqueElements[{{1, 2, 3, 4, 5}, {3, 4, 5, 6, 7}}] → {{1, 2}, {6, 7}}UniqueElements[{{1, 2, 2, b, b, a}, {4, 3, 2, 1}}] → {{b, a}, {4, 3}}UniqueElements[{{1, 2, 3, 4}, {2, 3, 4, 5}, {3, 4, 5, 6}}] → {{1}, {}, {6}}UniqueElements[{{1, 2}, {4, 6}}, Mod[#1, 3] == Mod[#2, 3] &] → {{2}, {6}}

అంశాలు

సంబంధితమైనవి

మొత్తం 6300 ఫంక్షన్లు · దీన్ని MCP క్లయింట్ నుండి వాడండి