Skip to content

Instantly share code, notes, and snippets.

@ismellpillows
Last active August 27, 2025 00:19
Show Gist options
  • Select an option

  • Save ismellpillows/ab415d411ebd1a169b0f9794baf632bc to your computer and use it in GitHub Desktop.

Select an option

Save ismellpillows/ab415d411ebd1a169b0f9794baf632bc to your computer and use it in GitHub Desktop.
Colf 46 tokens
1. LRU Cache (5 tokens)
lruops(op,n
2. Topological Sort with Cycle Detection (6)
toposort(n, heap
3. Longest Common Subsequence (2)
lcs
4. Expression Evaluator (2)
calc(INT
5. Single-Source Shortest Paths (3)
ijkstra n,e
6. N-Queens (5)
nqueens()->int
7. Range Sum with Updates (7)
segment(nums,ops) sum set
8. JSON Diff (10)
jsondiff->[".a[0]", .k
9. Sudoku Solver (2)
udoku('.')
10. Regex Matcher (4)
regex10(s,p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment