猴子撈月排序算法 (隨機排序)

RT大佬教的排序算法 平均複雜度O(n!) ; n=13 基本已經慢到不行了 ,n再大估計幾萬年才能出來; 核心代碼:do { … } while(next_permutation(k,k+n));ios #include <bits/stdc++.h> #define ull unsigned long long #define ll long long using namespace st
相關文章
相關標籤/搜索