edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

added solution to how to merge two strings #186

Closed caleberi closed 2 years ago

caleberi commented 2 years ago

Added a solution to a string problem with the description below

Given two strings, s and t, merge the two strings together alternating characters starting with s.
Note: If one string is longer than the other, append the remaining characters of the longer string at the end of the merged string.
For example:
s = "abc", t = "def", return "adbecf".
ghost commented 2 years ago

Changes to your CodeSee Architecture Map:

View a CodeSee Map of these changes

View this PR diagram as an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend