Separetes elements of the equation from string to list. >>>segregate("(1+(4+5+2)-3)+(6+8)") ['(', '(', 1, '+', '(', 4, '+', 5, '+', 2, ')', '-', 3, ')', '+', '(', 6, '+', 8, ')', ')'] >>>segregate("( 11 + ( 41 + 51 +
(self, s: str)
source not stored for this graph (policy: none)