Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

String Palindrome checker

Open AtigPurohit opened this issue 4 years ago • 10 comments

I can make a program to check whether a string is palindrome or not.

Languages:

  • [x] C++
  • [x] Java
  • [x] Go (@codelixir)
  • [x] C# (@gabrielhs1357)

AtigPurohit avatar Jun 26 '21 15:06 AtigPurohit

Hey @AtigPurohit Sure you can also look at the python implementation here for reference!

Happy coding!

deutranium avatar Jun 26 '21 17:06 deutranium

Closed with #162

deutranium avatar Jun 27 '21 04:06 deutranium

Hey, can I implement this in golang?

codelixir avatar Oct 01 '21 19:10 codelixir

@codelixir Sure go ahead!

inesane avatar Oct 01 '21 19:10 inesane

Hey, can you assign this to me? I'm using C#, PR #195.

gabrielhs1357 avatar Oct 07 '21 13:10 gabrielhs1357

@gabrielhs1357 assigned! Looks like you accidentally closed the PR by force-pushing. Please reopen it so that I can merge it.

codelixir avatar Oct 07 '21 21:10 codelixir

Fixed! I've created a new PR: #213. Thank you!

gabrielhs1357 avatar Oct 07 '21 21:10 gabrielhs1357

Merged #213 !

deutranium avatar Oct 07 '21 21:10 deutranium

@codelixir can you assign this issue to me I will implement it in c#

skywalker2207 avatar Oct 12 '22 20:10 skywalker2207

@skywalker2207 C# has already been implemented in #213. You can also do it in a language not listed above.

codelixir avatar Oct 13 '22 17:10 codelixir