Submitted by trainso on Sat, 07/11/2020 - 03:06
Submitted by trainso on Sat, 07/11/2020 - 02:56
Submitted by trainso on Sat, 07/11/2020 - 02:55
Topic 1: Arrays
-
Write a method that accept two strings and check if two strings are anagrams (or permutations of each other). Example: "aaba" and "aaab" should return true. But "aaba" and "aabb" should return false. Test the method by passing positive and negative cases from the main method.
Question sets:
With answers: set-28, set-30 [node:read-more:link]
Submitted by trainso on Sat, 07/11/2020 - 02:52
Submitted by trainso on Sat, 07/11/2020 - 02:50