Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are shown in bold with a green bullet. See more at Help:Related changes.
List of abbreviations (help):
- D
- Edit made at Wikidata
- r
- Edit flagged by ORES
- N
- New page
- m
- Minor edit
- b
- Bot edit
- (±123)
- Page byte size change
- Temporarily watched page
29 May 2025
- diffhist m Enumerations of specific permutation classes 03:52 +5 Vince Vatter talk contribs (→Classes avoiding two patterns of length 4: formatting)
- diffhist m Enumerations of specific permutation classes 03:50 +15 Vince Vatter talk contribs (→Classes avoiding two patterns of length 4: formatting)
- diffhist m Enumerations of specific permutation classes 03:48 +25 Vince Vatter talk contribs (→References: wikified Ira Gessel)
- diffhist m Enumerations of specific permutation classes 03:43 +261 Vince Vatter talk contribs (→References)
- diffhist m Enumerations of specific permutation classes 03:37 +12 Vince Vatter talk contribs (→Classes avoiding two patterns of length 4)
- diffhist m Enumerations of specific permutation classes 03:36 +1 Vince Vatter talk contribs (→Classes avoiding two patterns of length 4)
- diffhist Bit-reversal permutation 01:53 −39 Joe in Australia talk contribs (→Algorithms: Clean up/copyedit)
28 May 2025
- diffhist Module:Labelled list hatnote 18:18 +127 Ahecht talk contribs (Exclude section anchors from ifexists, properly show "no input" error message when ifexists=true)
- diffhist m Shuffling 10:44 +65 Counterculture Design talk contribs (See also block improved)
- diffhist m Bijection 09:01 +43 Beland talk contribs (MOS:MATHSPECIAL / convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)) Tag: JWB
27 May 2025
- diffhist m Sorting algorithm 22:05 +8 Agendapeel talk contribs (→External links) Tag: Visual edit: Switched
- diffhist m Sorting algorithm 22:04 +2 Agendapeel talk contribs (→External links) Tag: Visual edit
- diffhist Riemann series theorem 22:00 +80 JayBeeEll talk contribs (→Changing the sum: remove very strange colon usage)
- diffhist m Riemann series theorem 16:39 −20 AllCatsAreGrey talk contribs (clean up, typo(s) fixed: Furthermore → Furthermore,, ’s → 's (2)) Tag: AWB
- diffhist Sorting algorithm 04:50 +60 113.28.166.252 talk
- diffhist Sorting algorithm 04:46 +28 113.28.166.252 talk
- diffhist Sorting algorithm 04:44 +28 113.28.166.252 talk
26 May 2025
- diffhist m Enumerations of specific permutation classes 17:29 +242 Vince Vatter talk contribs (wikified Atkinson as he now has a page)
- diffhist m Permutation pattern 17:28 +35 Vince Vatter talk contribs (wikified Atkinson as he now has a page)
- diffhist Permutation pattern 16:14 −4,712 Vince Vatter talk contribs (Added link to Permutation Patterns (conference). Removed external links to conferences and meetings, as these have their own page.)
- diffhist m Permutation pattern 13:49 +24 Vince Vatter talk contribs (→Closed classes: terminology)
- diffhist m Permutation pattern 13:12 +23 Vince Vatter talk contribs (→External links: updated link for PermLab)
- diffhist m Separable permutation 12:31 0 Vince Vatter talk contribs (Ghys reference)
25 May 2025
- diffhist Sorting algorithm 09:14 +182 31.223.86.182 talk (→External links: added merge sort variant with symbolic key) Tags: Mobile edit Mobile web edit
24 May 2025
- diffhist Fisher–Yates shuffle 18:55 −29 Myriyoushamei talk contribs (Provide valid Python example of Fischer-Yates Shuffle. The previous Python example was not a Fischer-Yates Shuffle—it ran it O(n^2) time due to looping through the array and calling .pop(k) (itself an O(n) operation due to being a non-tail element) inside the loop. Additionally it ran in O(n) space, declaring a separate list to store the results! Fischer-Yates runs in linear, O(n), time and uses constant, O(1), space, because it modifies the list in place.) Tag: 2017 wikitext editor