maths.sock_merchant =================== .. py:module:: maths.sock_merchant Attributes ---------- .. autoapisummary:: maths.sock_merchant.colors Functions --------- .. autoapisummary:: maths.sock_merchant.sock_merchant Module Contents --------------- .. py:function:: sock_merchant(colors: list[int]) -> int >>> sock_merchant([10, 20, 20, 10, 10, 30, 50, 10, 20]) 3 >>> sock_merchant([1, 1, 3, 3]) 2 .. py:data:: colors