https://github.com/zigaowang/usaco-cses-cf-navigator
USACO • CSES • CF Problem ID Navigator
https://github.com/zigaowang/usaco-cses-cf-navigator
cf codeforces cses usaco
Last synced: 4 months ago
JSON representation
USACO • CSES • CF Problem ID Navigator
- Host: GitHub
- URL: https://github.com/zigaowang/usaco-cses-cf-navigator
- Owner: ZigaoWang
- License: mit
- Created: 2024-12-30T02:49:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T03:06:59.000Z (9 months ago)
- Last Synced: 2025-05-06T00:07:55.949Z (5 months ago)
- Topics: cf, codeforces, cses, usaco
- Language: CSS
- Homepage: https://blog.zigaow.com/usaco-cses-cf-navigator/
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USACO • CSES • CF Problem ID Navigator
A minimal, fast web app for quickly navigating to programming problems across multiple platforms. No more manual URL typing - just enter the problem ID and go!
## Supported Platforms
- **USACO**: Enter problem ID (e.g., 1275 for Dec 2022 Silver)
- **CSES**: Enter problem ID (e.g., 1192 for Counting Rooms)
- **Codeforces**: Enter contest ID and problem letter (e.g., 702 B for Powers of Two)## Features
- 🚀 Instant navigation to problems
- ⌨️ Keyboard friendly (use Enter to navigate)
- 🎯 Platform-specific input validation
- 💡 Helpful examples for each platform
- 📱 Mobile-responsive design
- ⚡ No dependencies, pure HTML/CSS/JS## Usage
1. Select your platform (USACO, CSES, or Codeforces)
2. Enter the problem ID:
- For USACO/CSES: Just enter the number
- For Codeforces: Enter contest ID and problem letter
3. Press Enter or click "Go"## Local Development
Simply serve the files using any static file server. For example:
```bash
python -m http.server 8000
```Then open `http://localhost:8000` in your browser.
## License
MIT License - feel free to use and modify!