TORONTO KIDS COMPUTER CLUB | Markham Saturday 14:00 Java Homework 20.05.16.
17547
post-template-default,single,single-post,postid-17547,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Markham Saturday 14:00 Java Homework 20.05.16.

22 May Markham Saturday 14:00 Java Homework 20.05.16.

Question:
You have two strings. Find the number of characters you have to add to make them anagrams of each other.

Sample Input 1:
abc
Abd

Sample Output 1:
2

Sample Input 2:
Abcd
Abc

Sample Output 2:
1

Sample Input 3:
Abcd
A

Sample Output 3:
3
No Comments

Sorry, the comment form is closed at this time.