Skip to content

History / Is Subsequence

Revisions

  • fix(wiki-prepass): 2nd pass — 10 more fixes (doubled words + codespell) 2 doubled-word fixes: - Clone-Graph.md: 'this to to keep track' -> 'to keep track' - Generate-Parentheses.md: 'right right without parenthesis' -> 'right without' 8 codespell fixes: - 01-Matrix.md: co-ordinates -> coordinates - Dungeon-Game.md: co-ordinate -> coordinate - Is-Subsequence.md: everytime -> every time (×3) - Majority-Element.md: incase -> in case (×2) - Shortest-Distance-to-a-Character.md: 'a sting' -> 'a string' (line 22) - Word-Pattern.md: dont' -> don't (×1) Skipped: 'ans' (50+ occurrences) is the standard interview-problem variable for 'answer'. 'yip yip' is intentional character speech in Greet-Player/Update-Catchphrase. 'CoralE' is intentional tree-node naming (CoralA, CoralB, ..., CoralE) in Documenting-Reefs. Millenium (2 occurrences) kept for filename consistency.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • Standardize backlinks to italic format across all problem solution files - Normalize all backlink headers to italic: *[[TIPxxx Unit N Session M]] (Click for link to problem statements)* - Remove duplicate same-session backlinks (agent previously added new backlinks without removing old ones) - Remove 2 incorrect cross-course backlinks: - Finding-Tour-Dates.md: removed wrong TIP101 U7S2 backlink (not in that curriculum) - Delete-N-Nodes-after-M-Nodes.md: removed wrong TIP103 U5S2 backlink (not in that curriculum) - Granting-Backstage-Access, Determining-Profitability-of-Excursions, Finding-the-Perfect-Song, Harmonizing-Two-Musical-Tracks, Count-Checked-In-Passengers: removed bare (no-asterisk) TIP101 U7S2 backlinks (verified not in TIP101 U7S2 curriculum) - Verified representative cross-course shared problems against curriculum: all confirmed same question Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @sarcb sarcb committed Mar 3, 2026
  • Update double quotes

    @kyra-ptn kyra-ptn committed Aug 25, 2024
  • Revert "Attempt to organize wiki into file structure" This reverts commit b53dd7f61a13f715c946e79344324902b723415c.

    @sarcb sarcb committed Apr 8, 2024
  • Attempt to organize wiki into file structure

    @sarcb sarcb committed Apr 8, 2024
  • Remove irrelevant information

    @ahrchen ahrchen committed Apr 17, 2023
  • Add Java Solution

    @ahrchen ahrchen committed Apr 17, 2023
  • Add New Umpire Solution - Is Subsequence

    @ahrchen ahrchen committed Feb 21, 2023