aditya109 / git-osp-for-beginners

A GitHub Repository to encourage and involve beginners in Open Source Contributions
GNU General Public License v3.0
104 stars 250 forks source link

Check given string is valid anagram or not? | CPP #58

Closed drj-sharma closed 3 years ago

drj-sharma commented 3 years ago

Given two strings say s and t, write a function to determine if t is an anagram of s. | CPP

Example

Input: s = "anagram", t = "nagaram" Output: True Input: s = "rat", t = "car" Output: False

drj-sharma commented 3 years ago

Please assign to me.

IMPrimph commented 3 years ago

@wayne9499 Assign this to me, I will write the program and send

gayatripalkar commented 3 years ago

Hi, can you assign this to me

xyther14 commented 3 years ago

Can you assign me this problem? I have a unique implementation for this.

aditya109 commented 3 years ago

Hi @wayne9499 ! Thanks for opening the issue and following the issue-template. I will assign this issue to you.

aditya109 commented 3 years ago

Hi @gayatripalkar @IMPrimph @xyther14, I am sorry I can't this issue has already been claimed or merge your PR, but feel free to raise one and link this issue. I will approve your PR and tag it hacktoberfest-accepted which carries the same value and will counted in Hacktoberfest stats. Also a humble request could please star the repo, it helps in encouraging contributions.

xyther14 commented 3 years ago

Hi @gayatripalkar @IMPrimph @xyther14, I am sorry I can't this issue has already been claimed or merge your PR, but feel free to raise one and link this issue. I will approve your PR and tag it hacktoberfest-accepted which carries the same value and will counted in Hacktoberfest stats. Also a humble request could please star the repo, it helps in encouraging contributions.

Can I raise an issue for doing the same algorithm in Java?

gayatripalkar commented 3 years ago

Hi @gayatripalkar @IMPrimph @xyther14, I am sorry I can't this issue has already been claimed or merge your PR, but feel free to raise one and link this issue. I will approve your PR and tag it hacktoberfest-accepted which carries the same value and will counted in Hacktoberfest stats. Also a humble request could please star the repo, it helps in encouraging contributions.

So I am brand new to open source and don't know how to do that, can you guide me?

aditya109 commented 3 years ago

Hi @gayatripalkar @IMPrimph @xyther14, I am sorry I can't this issue has already been claimed or merge your PR, but feel free to raise one and link this issue. I will approve your PR and tag it hacktoberfest-accepted which carries the same value and will counted in Hacktoberfest stats. Also a humble request could please star the repo, it helps in encouraging contributions.

So I am brand new to open source and don't know how to do that, can you guide me?

Sure so what you wanna do is, Find a question you like. Open a issue on the same. Claim it for yourself(ask me to assign it you). Follow this template. Clone the forked repo. Raise a PR and link your issue. That's it ! Hope this helps.

gayatripalkar commented 3 years ago

Yes thanks