OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

adds to Searching and Calculator #123

Open TSaiCharan opened 5 years ago

TSaiCharan commented 5 years ago

This PR include better version of adding two numbers using macros,liner search using recursion and to get fibonacci series also using recursion.