add problem source and explanation reference

This commit is contained in:
Suryapratap Singh
2021-08-18 20:25:27 +05:30
parent fd71eff8bf
commit 713ab61985

View File

@ -1,4 +1,7 @@
// Alternative arrange the two given strings in one string in O(n) time complexity. // Alternative arrange the two given strings in one string in O(n) time complexity.
// Problem Source & Explanation: https://www.geeksforgeeks.org/alternatively-merge-two-strings-in-java/
/** /**
* Alternative arrange the two given strings in one string in O(n) time complexity. * Alternative arrange the two given strings in one string in O(n) time complexity.
* @param {String} str1 first input string * @param {String} str1 first input string