chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
112 stars 265 forks source link

Task1:Strings:Valid Anagram :C++ #363 #364

Closed ishrutik closed 2 years ago

ishrutik commented 2 years ago

Given two strings s and t, return true if t is an anagram of s, and false otherwise. Fixes #363