Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Valid Anagrams under LGMSOC'21 Leetcode #2135

Closed SnehaAgarwal361 closed 3 years ago

SnehaAgarwal361 commented 3 years ago

Aim

i would like to work on this issue using strings in C++

Details

Valid Anagram Given two strings s and t, return true if t is an anagram of s, and false otherwise.

Example 1:

Input: s = "anagram", t = "nagaram" Output: true Example 2:

Input: s = "rat", t = "car" Output: false

Programming language

SnehaAgarwal361 commented 3 years ago

PLEASE ASSIGN ME THIS ISSUE @ravikr126 @Saurabh4626 @Ayush7614