Find the Palindrome – ACM Contest Algorithm Series – C# C Sharp Visual Studio 2010
In this tutorial I show you how to find a palindrome given an input number. This is the first video in a series where I try to solve all the midatlantic acm programming contest problems and explain their complex algorithms. This is Midatl 2010 Problem A. WEBSITE: www.Quack-Ware.com FORUMS http FREE CODE SNIPPETS www.freecodesnippets.com
January 25, 2012 | Filed Under Visual Basic Tutorials
Comments
19 Responses to “Find the Palindrome – ACM Contest Algorithm Series – C# C Sharp Visual Studio 2010”
Leave a Reply
You must be logged in to post a comment.
Thanks for the video very interesting! keep up the good work.
how long do you have programming?
Awesome video and very easy to follow. Surprisingly simple problem when approached logically :)
great video!
what kind of mic do you use?
@CandyTutorials good one, lol
please do one on sqlite in c#
Plz, make more if this problem solving videos, they are very useful!
@owmygawd12 what??
Amazing
Thanks, very nice, and easy to follow. I think you could use for(int i=0; i<j; i++) in isPalindrome, since i doesn't need to run the whole length of pal.
@aoisfdke Ahh yeah that might work, i know there are a few ways to make it more concise then what I have.
Sarah?
Great that you are back, lookin’ forward to see more videos!
I participated in a few of those ATM contests at the university I went to myself :)
Haha I specifically remember this program from that competition! Its a Palindrometer! Thanks for the videos they’re very helpful.
i’ve problem in passing variables from 1 form to another, will you help me in passing variables between forms in winforms,
i’ve problem in passing variables from 1 form to another, will you help me in passing variables between forms in winforms,
Hey, can you make a crossword solver? It was my semester’s project and i was barely able to do it. You receive an input file with the size of the cross words, the coordinates of the black squares, and the starting coordinates and orientation of some starting words. You also get a dictionary of available words. Then you must go through the dictionary words and fill out the rest of the crosswords and print them in the shell. If you need i could send you the input files and dictionaries i used
You are better than my dump professor,,I understood the whole thing after I watched this video…man ,,million thanks..