Changes related to "cpp/algorithm/sort"
This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). Pages on your watchlist are bold.
26 March 2023
- (diff | hist) . . m cpp/algorithm/sample; 11:14 . . (+3) . . Andreas Krug (Talk | contribs) (fmt)
- (diff | hist) . . m cpp/algorithm/equal; 11:03 . . (+1) . . Andreas Krug (Talk | contribs) ([first1,last1) -> [first1, last1))
- (diff | hist) . . m cpp/algorithm/transform reduce; 10:57 . . (+2) . . Andreas Krug (Talk | contribs) (transform(*first,*first2) -> transform(*first, *first2), transform(*(first+1),*(first2+1)) -> transform(*(first+1), *(first2+1)))
- (diff | hist) . . m cpp/algorithm/accumulate; 08:26 . . (0) . . Andreas Krug (Talk | contribs) (Headers sorted)
- (diff | hist) . . m cpp/algorithm/accumulate; 06:06 . . (+8) . . SociableFish (Talk | contribs) (fixed typo)
25 March 2023
- (diff | hist) . . m cpp/algorithm/is permutation; 15:17 . . (+2) . . Space Mission (Talk | contribs) (→Possible implementation: (+2)
- (diff | hist) . . m cpp/algorithm/is permutation; 15:12 . . (-89) . . Space Mission (Talk | contribs) (in-house fmt)
- (diff | hist) . . m cpp/algorithm/unique; 15:07 . . (+1) . . Andreas Krug (Talk | contribs) (std::distance(first,last) -> std::distance(first, last))
- (diff | hist) . . m cpp/algorithm/is permutation; 14:20 . . (+1) . . Andreas Krug (Talk | contribs) ([first2,last2) -> [first2, last2), headers sorted)
24 March 2023
- (diff | hist) . . m cpp/header; 15:49 . . (-284) . . Space Mission (Talk | contribs) (trim spaces)
- (diff | hist) . . m cpp/algorithm/partial sum; 15:23 . . (-4) . . Andreas Krug (Talk | contribs) (the the -> the)
- (diff | hist) . . m cpp/algorithm/adjacent difference; 15:14 . . (-4) . . Andreas Krug (Talk | contribs) (the the -> the)
- (diff | hist) . . m cpp/algorithm/equal range; 11:18 . . (0) . . Space Mission (Talk | contribs) (→Example: sort the headers.)
- (diff | hist) . . m cpp/ranges; 02:38 . . (+1) . . Andreas Krug (Talk | contribs) (e.g -> e.g.)
23 March 2023
- (diff | hist) . . cpp/algorithm/swap; 23:38 . . (+170) . . Xmcgcg (Talk | contribs) (Added LWG issue #809 DR.)
- (diff | hist) . . cpp/algorithm/binary search; 20:16 . . (+209) . . Xmcgcg (Talk | contribs) (Added LWG issue #787 DR.)
- (diff | hist) . . cpp/algorithm/upper bound; 19:59 . . (+175) . . Xmcgcg (Talk | contribs) (Added LWG issue #384 DR (part 3/3).)
- (diff | hist) . . cpp/algorithm/lower bound; 19:38 . . (+179) . . Xmcgcg (Talk | contribs) (Added LWG issue #384 DR (part 2/3).)
- (diff | hist) . . m cpp/algorithm/equal range; 19:33 . . (0) . . Xmcgcg (Talk | contribs) (Formula fix.)
- (diff | hist) . . m cpp/algorithm/equal range; 19:22 . . (+4) . . Xmcgcg (Talk | contribs) (Applied {{range}}.)
- (diff | hist) . . m cpp/algorithm/iter swap; 16:56 . . (-15) . . Space Mission (Talk | contribs) (fmt.)
- (diff | hist) . . m cpp/freestanding; 15:59 . . (+50) . . Space Mission (Talk | contribs) (→Requirements on standard library headers: inspired by last edit: put all headers on a separate line to avoid revisions confusion; remove all <br> from LHS titles to make the whole table reasonably wide.)
- (diff | hist) . . cpp/freestanding; 08:12 . . (-3) . . Cqwrteur (Talk | contribs) (It is confusing for adding <br> between deprecated headers)
- (diff | hist) . . cpp/freestanding; 08:10 . . (+23) . . Cqwrteur (Talk | contribs) (squeeze the table width since it is too large)
- (diff | hist) . . cpp/freestanding; 07:52 . . (+2) . . Cqwrteur (Talk | contribs)
- (diff | hist) . . cpp/freestanding; 07:51 . . (+1) . . Cqwrteur (Talk | contribs)
- (diff | hist) . . cpp/freestanding; 07:51 . . (-1) . . Cqwrteur (Talk | contribs)
- (diff | hist) . . m cpp/freestanding; 07:41 . . (+595) . . Cqwrteur (Talk | contribs)
- (diff | hist) . . m cpp/algorithm/merge; 02:37 . . (-4) . . Xmcgcg (Talk | contribs) (Minor tweak.)
- (diff | hist) . . cpp/algorithm/merge; 02:37 . . (+319) . . Xmcgcg (Talk | contribs) (Added LWG issue #780 DR.)
22 March 2023
- (diff | hist) . . m cpp/algorithm/iter swap; 19:53 . . (+16) . . Xmcgcg (Talk | contribs) (Undo revision 149557 by 115.45.92.100 (talk). See cpp/named_req/Swappable, this is the standard swap idiom.)
- (diff | hist) . . cpp/algorithm/iter swap; 18:43 . . (-16) . . 115.45.92.100 (Talk) (reduce code length)
- (diff | hist) . . m cpp/concepts; 09:16 . . (0) . . Studyingegret (Talk | contribs)
- (diff | hist) . . m cpp/concepts; 08:16 . . (-3) . . D41D8CD98F (Talk | contribs) (→Equality preservation: ~)
- (diff | hist) . . cpp/concepts; 08:15 . . (+15) . . D41D8CD98F (Talk | contribs) (→Equality preservation)
- (diff | hist) . . cpp/concepts; 06:12 . . (+128) . . D41D8CD98F (Talk | contribs) (→Equality preservation)
- (diff | hist) . . cpp/concepts; 05:46 . . (+35) . . Studyingegret (Talk | contribs)
- (diff | hist) . . m cpp/concepts; 05:23 . . (-15) . . Studyingegret (Talk | contribs) (Make wording clearer)
21 March 2023
- (diff | hist) . . m cpp/ranges; 14:25 . . (+112) . . Space Mission (Talk | contribs) (→Notes: FTM: +__cpp_lib_ranges_enumerate, P2164, A-date is unknown.)
20 March 2023
- (diff | hist) . . m cpp/algorithm/accumulate; 19:46 . . (0) . . Xmcgcg (Talk | contribs) (Undo revision 149464 by 2001:8003:CC06:3201:90CF:61C8:2FA:24C1 (talk). P0616R0 targets C++20, but the LWG issue itself targets C++11.)
- (diff | hist) . . cpp/algorithm/accumulate; 19:39 . . (0) . . 2001:8003:cc06:3201:90cf:61c8:2fa:24c1 (Talk) (Fix incorrect C++ version for moving the accumulator: https://timsong-cpp.github.io/cppwp/n4659/accumulate#2)