0
点赞
收藏
分享

微信扫一扫

leetcode-46-Permutations

兵部尚输 2023-08-23 阅读 55


Use backtracking to do this, use a array to indicate current element is used or not, and other array to store current elements.

Error:
N/A


举报

相关推荐

0 条评论