Skip to content

Solutions to the problems that were solved in September 2014.

Notifications You must be signed in to change notification settings

krnareshkumar23/solutions2014

 
 

Repository files navigation

september2014Solns

Solutions to the problems that were solved in September 2014.

Problem 1.

Given a string of alphabets, determine whether a palindrome can be formed by rearranging the letters of the string.

For example, the string ‘abaab’ can be rearranged as ‘ababa’ to form a palindrome whereas the string ‘acccaa’ cannot be rearranged to form a palindome.

About

Solutions to the problems that were solved in September 2014.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.0%
  • C 27.0%