Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation to TextProcessorEC.duplicatesAndUnique() for haiku-kata-solutions module #288

Open
rzrobin213 opened this issue Sep 21, 2023 · 2 comments
Assignees

Comments

@rzrobin213
Copy link
Contributor

The method duplicatesAndUnique() in the TextProcessorEC class for the haiku-kata-solutions module is not yet implemented. Follow the TODOs and hints given in the method. Please do not add solutions to the non-solution modules. After writing the code, uncomment the test and tag annotations and check that the test case duplicatesAndUnique() in the TextProcessorECTest passes for the haiku-kata-solutions module. Make sure to adhere to our contribution guide.

Please note that this issue is created for GHC 2023 Open Source Day, thus priority will be given to the attendees of this event. After the event, this issue will be open to anyone.

@AnujaP2020
Copy link
Contributor

Hi, I am a GHC'23 attendee, and I am interested in working on this.

@harshavardhi123
Copy link
Contributor

Can you assign me this

AnujaP2020 added a commit to AnujaP2020/eclipse-collections-kata that referenced this issue Sep 22, 2023
…ethod and test case for the same

Added implementations of duplicatesAndUnique method in haiku-kata-solutions
AnujaP2020 added a commit to AnujaP2020/eclipse-collections-kata that referenced this issue Sep 22, 2023
…ethod and test case for the same

Added implementations of duplicatesAndUnique method in haiku-kata-solutions

Updated duplicatesAndUnique method

Updated with a different approach to get duplicate chars and unique chars from MutableCharBag
AnujaP2020 added a commit to AnujaP2020/eclipse-collections-kata that referenced this issue Sep 22, 2023
…ethod and test case for the same

Added implementations of duplicatesAndUnique method in haiku-kata-solutions

Updated duplicatesAndUnique method

Updated with a different approach to get duplicate chars and unique chars from MutableCharBag
prathasirisha added a commit that referenced this issue Sep 22, 2023
Fix issue #288 - added implementation of duplicatesAndUnique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants