JPMorganChase Interview Question

Q: What would be the optimal method to sort a list

Interview Answer

Anonymous

Dec 3, 2024

One method via Python (the language described in the role) would be to use the built-in sorted() method to sort a list in ascending order.