Colf
Colf is like combining leetcode, code golf and prompting. Your task is to prompt your way to the shortest solution to a given set of code challenges. The less tokens you use in the prompt and the code output, the higher you rank. Top 100
Colf Colf Home Challenges Leaderboard Profile Menu Colf Colf is like combining leetcode, code golf and prompting. Your task is to prompt your way to the shortest solution to a given set of code challenges. The less tokens you use in the prompt and the code output, the higher you rank. Prompt Reverse string using split/reverse/join; name function rev(s). Reverse string using split/reverse/join; name function rev(s). 13 tokens Code function rev(s) { return s .split('') .reverse() .join('') } function rev(s) { return s .split('') .reverse() .join('') } 17 tokens Input Output Total 13 17 30 Start
saved by
related reading
- Agentationagentation.dev
- The Making of Claude Code \ Anthropicanthropic.com
- HackerRank - Online Coding Tests and Technical Interviewshackerrank.com
- Best practices for Claude Code - Claude Code Docsanthropic.com
- Claude Code Cheat Sheetcc.storyfox.cz
- GitHub - x1xhlol/system-prompts-and-models-of-ai-tools: FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sourced) System Prompts, Internal Tools & AI Modelsgithub.com
- GitHub - ccusage/ccusage: npx ccusagegithub.com
- Prompting best practicesdocs.anthropic.com
- GitHub · Change is constant. GitHub keeps you ahead.github.com
- GitHub - jbhuang0604/awesome-tips · GitHubgithub.com
- Codex use casesdevelopers.openai.com
- Coding Speed Testcodingspeedtest.com