I'm Trevor, a Swift developer working mainly in iOS đŸ“±. This blog is where I share my learnings, thoughts & insights. Thanks for reading!

Featured Posts:

CATEGORY

Algorithms

Merge Two Lists - Iterative & Recursive Solutions

This is LeetCode problem #21. I liked it so much that I wanted to write a post with an in depth walkthrough of the logic to solve it both iteratively & recursively.Here’s the problem - you’re given two linked lists that are ...

Read more