// the find
BilgisayarKavramlari/Programlamaya-Giris
Her Dil için Programlamaya Giriş Antreman Soruları ve Çözümleri
A Turkish-language repo of beginner programming exercises (hello world, factorial, quadratic equations) solved in multiple languages — C, C++, C#, Java, Python, JavaScript, PHP, Ruby, Swift, Bash. It targets absolute beginners, presumably students in Turkish-language CS courses. The 857 forks vs 509 stars ratio suggests it's being used as a classroom assignment submission point.
Side-by-side implementations of the same problem in a dozen languages make it genuinely useful for seeing how syntax differs across ecosystems. The exercise selection (print date, factorial loop vs recursive, quadratic formula) covers the exact concepts that trip up beginners. High fork count is a real signal — people are actively using it, not just starring it.
The repo is a flat pile of files at the root with no organization by language or topic, making it hard to navigate as it grows. README is three lines with no explanation of the exercises or how to use them. Last updated February 2024 and looks abandoned. File naming is inconsistent — some Turkish, some transliterated, some with typos in directory names ('PolinomCözümü' vs 'polinom') — it reads like student PRs that were merged without review.