Hey for this quiz, I was able to found the problem. Overthinking! the problem was really simple the only thing you had to do was to relax, focus and thats it we are engineers we know how to solve problems so let’s do it.

For the first part of the fibonacci sequence is you just had to add a 1 plus a 0 and you go from there adding those two, then 1 plus 1, and so on. The tricky part is to realize that in any point is going to be 2 units less, because is the first times you add a 1 plus a 0, and a 1 plus a 1.

In the second part of the Palindrome (SALAS :D) you could attack the problem from any perspective the way I did it was making a second string were i could compare the same position instead going for the size of the string minus the position of the position i was looking.

Any questions you could search me on ken class Monday 8:30.

github Code for Quiz #07-1.
https://github.com/AndresSV/TC1017/blob/master/Quiz%20%2307%20-%20q1.cpp

github Code for Quiz #07-2.
https://github.com/AndresSV/TC1017/blob/master/Quiz%20%2307%20-%20q2.cpp

flickr photo by Justin Watt
https://www.flickr.com/photos/justinsomnia/2730453797
Some Rights Reserved

CC BY 4.0 QUIZ #07 – C++ Go Home, You’re Drunk by andresslvr is licensed under a Creative Commons Attribution 4.0 International License.