Files
hoot100/next-permutation/solution.py

4 lines
85 B
Python

# https://leetcode.cn/problems/next-permutation/
if __name__ == "__main__":
pass