Kumpulan solusi soal-soal competitive programming dari platform LeetCode, ditulis menggunakan Python dan SQL. Repository ini dibuat sebagai dokumentasi perjalanan belajar dan latihan problem solving.
| Kategori | Easy | Medium | Hard | Total |
|---|---|---|---|---|
| Python | 17 | 8 | 2 | 27 |
| SQL | 5 | - | - | 5 |
| Total | 22 | 8 | 2 | 32 |
competitive-programming/
├── python/
│ ├── easy/ # Soal Python tingkat Easy (17 soal)
│ ├── medium/ # Soal Python tingkat Medium (8 soal)
│ └── hard/ # Soal Python tingkat Hard (2 soal)
├── sql/ # Soal SQL (5 soal)
├── scripts/ # Script otomasi
└── README.md
| # | Soal | File |
|---|---|---|
| 1 | Find Minimum In Rotated Sorted Array II | find-minimum-in-rotated-sorted-array-2.py |
| 2 | Jump Game IV | jump-game-4.py |
python3 python/easy/two-sum.pyImport file .sql ke database PostgreSQL/MySQL atau jalankan langsung di platform LeetCode.
- Python 3 - Bahasa utama untuk menyelesaikan soal algoritma
- SQL - Untuk soal-soal database
- LeetCode - Platform utama untuk latihan
- GitHub Actions - Auto-update README setiap push
Terakhir diperbarui: 17 Juni 2026