ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Algorithm for checking if a string can be rearranged into a palindrome #321

Closed colossal-pepe closed 3 years ago

colossal-pepe commented 3 years ago

I would like to do this in C++. Also for hacktoberfest. Another question, if I ended up doing this, where should I put the file?

Kanhakhatri065 commented 3 years ago

Sure, go ahead. You can put it in Algorithms folder

christopherwalkerml commented 3 years ago

PR: https://github.com/ephremdeme/data-structure-and-algorithms/pull/338 I hope python is OK

krishnmohan19 commented 3 years ago

hey @Kanhakhatri065 . plz assign me this in any of java/c#.

Druffl3 commented 3 years ago

@Kanhakhatri065 , implemented the solution in C# and submitted a PR #351