##Important Tips While Programming
- Frame before hand and decide the flow of every problem at the beginning, then start coding.
- In c++,local variables address must not be returned by a function, this can produce segmentation fault.
- Avoid silly errors.
- Decide 2-3 solutions in the beginning, then go ahead with the best one.