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
Explore this link on the map →saved by
related reading
- llm-wiki · GitHubgist.github.com
- Best practices for Claude Code - Claude Code Docsanthropic.com
- Claude Code Cheat Sheetcc.storyfox.cz
- GitHub - ccusage/ccusage: npx ccusage · GitHubgithub.com
- GitHub - brexhq/prompt-engineering: Tips and tricks for working with Large Language Models like OpenAI's GPT-4. · GitHubgithub.com
- GitHub - PradyumnaKrishna/Colab-Hacks: Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks. · GitHubgithub.com
- GitHub - shroominic/codeinterpreter-api: 👾 Open source implementation of the ChatGPT Code Interpreter · GitHubgithub.com
- GitHub - affaan-m/ECC: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. · GitHubgithub.com
- Analysis of 2025 X Algorithm · GitHubgist.github.com
- 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, Tragithub.com
- GitHub - EveryInc/compound-engineering-plugin: Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more · GitHubgithub.com
- GitHub - jlevy/the-art-of-command-line: Master the command line, in one page · GitHubgithub.com