ShivangiSingh17 / Java-Jet

This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
19 stars 120 forks source link

String Anagram #45 #156

Open afflato opened 4 years ago

afflato commented 4 years ago

Program to check if two given String is Anagram of each other. Compared two words for anagram by ignoring whitespace, punctuations, colons and apostrophes in Big-O(n)

In Digital electronics a number XOR with itself produces 0. @ShivangiSingh17 Kindly review