codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a program to check anagram string #4327

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a program to check the anagram string

Two strings are said to be anagrams if they make a meaningful word by rearranging or shuffling the letters of the string. In other words, we can say that two strings are anagrams if they contain the same characters but in different order.

Input  : pan, nap
Output : Anagram Strings

Contributed by - @sahdev77

Tracking Issues

estelacruz commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @estelacruz, !assign command is only for good first issue !!!

Please choose another issue.

Thanks for your interest in contributing to this project.