Skip to content

Conversation

@nik-6174
Copy link

This is a solution to a problem of reorganizing the string, where the same character shouldn't appear consecutively in the string. I've solved it using two approached, one using dictionary and another using heap data structutes. The link to the problem has been mentioned in the code.

Before opening a Pull Request, please read the following items:

  1. Make sure you have read the CONTRIBUTING guidelines
  2. Make sure no other PR is implementing the same change
  3. Make sure the Continuous Integration workflows (Github Actions) are all passing
  4. If in doubt about how to approach another contributor, read our CODE OF CONDUCT guidelines

Description

This is a solution to a problem of reorganizing the string, where the same character shouldn't appear consecutively in the string. I've solved it using two approached, one using dictionary and another using heap data structutes. The link to the problem has been mentioned in the code.
@nik-6174 nik-6174 closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant