剑指offer38字符串的排列
摘要:        
/*可重排列模版题目*/ class Solution { public: void print_permutation(vector<string>& ans ,int n , string &A , string s ,int cur){ if(cur == n){ ans.push_back(    阅读全文
		
		posted @ 2020-11-12 16:01 在苏州的城边 阅读(94) 评论(0) 推荐(0)
posted @ 2020-11-12 16:01 在苏州的城边 阅读(94) 评论(0) 推荐(0)