📌 Sürüm Bilgisi | Version Info
● Current Version: 1.1.0 ● Geçerli Sürüm: 1.1.0
📂 Contents
| # | Description | Folder | Source Code |
|---|---|---|---|
| 1 | Sierpinski Gasket | SierpinskiGasket | sierpinskiGasket.c |
| 2 | Sum of Digits | SumOfDigits | sum_of_digits.c |
| 3 | Weight Backtracking | WeightBack | weightBack.c |
| 4 | Power Calculation | powerCalculator | power_calculator.c |
🇬🇧 English
This repository contains small C programs focused on recursion.
Instead of a single large project, it includes multiple independent examples. Each file demonstrates a different recursive logic or problem.
✨ Features
• 🔁 Multiple recursive examples
• 🧠 Focus on algorithmic thinking
• 📂 Independent mini-programs
• ⚙️ Easy to compile and run
🚀 How to Run
git clone https://github.com/BurakHINGE/Recursives.git cd Recursives
gcc filename.c -o compiledname ./compiledname
🇹🇷 Türkçe
Bu repo, C dilinde recursion (özyineleme) kullanımını gösteren küçük programlardan oluşur.
Tek bir büyük proje yerine, her biri farklı mantıkları gösteren bağımsız örnekler içerir.
✨ Özellikler
• 🔁 Birden fazla recursive örnek
• 🧠 Algoritmik düşünme odaklı
• 📂 Bağımsız mini programlar
• ⚙️ Kolay derleme ve çalıştırma
🚀 Nasıl Çalıştırılır
git clone https://github.com/BurakHINGE/Recursives.git cd Recursives
gcc dosya_adi.c -o compiledname ./compiledname
| Version | Date | Description |
|---|---|---|
| v1.1.0 | 2026-07-12 | Added negative exponent support and undefined condition handling |
| v1.0.1 | 2026-07-11 | Check zero condition for power in power calculator |
| v1.0.0 | 2026-04-29 | Initial release |
This project is licensed under the MIT License.
Bu proje MIT Lisansı ile lisanslanmıştır.