2018年6月7日

排列算法(reverse...rotate...next_permutation)

摘要: reverse template <class BidirectionalIterator> void reverse(BidirectionalIterator first,BidirectionalIterator last)//翻转range内iterator所指的元素而非iterator本身 阅读全文

posted @ 2018-06-07 16:59 tianzeng 阅读(264) 评论(0) 推荐(0) 编辑

导航