Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 438 Bytes

treety

  • Using python 3.10 or later, run python solution.py from the directory of the repository
  • You could also import this into your python script to run tests from there, as per instructions, the function signatur is
def sortExpressions(expressions: list):
    return expressions

The returned expressions are in sorted order, basing on which one is to be calculated first being at index 0, and the last at the last index