antranapp / blog

AnTran.App: #Swift #Kotlin #MachineLearning #Minimalism
https://antran.app
MIT License
0 stars 0 forks source link

iOS Interview - Leetcode 21. Merge Two Sorted Lists | An Tran #13

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

iOS Interview - Leetcode 21. Merge Two Sorted Lists | An Tran

Solving Leetcode Problem 21. Merge Two Sorted Lists

https://antran.app/2024/leetcode_21_merge_two_sorted_lists/

codedeman commented 1 month ago

I found out we can do it with recursive func it's more concise