Created
October 13, 2020 16:51
-
-
Save ifkas/5fc1389ad7bc66c4b874f0a6d7f237e6 to your computer and use it in GitHub Desktop.
Final result - exercise 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = "xyaabbbccccdefww" | |
b = "xxxxyyyyabklmopq" | |
longest(a, b) -> "abcdefklmopqwxy" | |
a = "abcdefghijklmnopqrstuvwxyz" | |
longest(a, a) -> "abcdefghijklmnopqrstuvwxyz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment