-
Archives
- May 2018
- April 2018
- December 2017
- September 2017
- August 2017
- July 2017
- June 2017
- March 2017
- February 2017
- January 2017
- October 2016
- September 2016
- August 2016
- October 2015
- July 2015
- March 2015
- January 2015
- December 2014
- August 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
-
Meta
Monthly Archives: March 2013
God? Or a tool to improve profits? Do take a look at this.
Hi, How are you doing? Today morning was just like any other typical morning. Woke up, bathed and was getting ready for office when one of my neighbors said that the postman had delivered some posts yesterday when I was … Continue reading
Posted in General
Leave a comment
Finding the Longest substring in a string that is a palindrome
Hi, Recently my friend asked me this question so gave it a try and got it. So this is how the code goes: using System; using System.Collections.Generic; using System.Linq; namespace SubStringPalindrome { class Program { static int maxLength; static void … Continue reading