Neoalgo: Check if 2 strings are anagrams or not

Created on 30 Aug 2020  路  7Comments  路  Source: TesseractCoding/NeoAlgo

馃殌 Feature

Given two strings, check if they are anagrams or not.
An anagram of a string is another string that contains same characters, only the order of characters can be different.
For example: 'word' and 'ordw' are anagrams, 'abcd' and 'abcdb' are not anagrams.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

Helps in understanding strings and how to optimize the solution.

Pitch

This will increase the understanding of string manipulation.

Assignees:
C++: @sukritidawar
Python: @AdityaJ7
Java: @salonilakhotia
C: @AakritiKinra

C C-Plus-Plus CH20 Java Python easy

All 7 comments

I would like to work on this issue in c++

I would like to work on this issue with python

I would like to work on java if it is in hakincodes

I would like to work on this in C if it is under CH20

@Kajol-Kumari I have made the PR in java. Kindly review it
https://github.com/TesseractCoding/NeoAlgo/pull/892

We are logging the scores for the Contributor's Hack 2020. If you have one or more than one PR merged during the program, make sure to fill this form

Please assign me I would like to implement it in C++

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HarshCasper picture HarshCasper  路  9Comments

HarshCasper picture HarshCasper  路  8Comments

sahanabalappa picture sahanabalappa  路  8Comments

HarshCasper picture HarshCasper  路  4Comments

Joshitha18 picture Joshitha18  路  9Comments