LeetCode – Contains Duplicates

Hello everyone, in this post I want to explore a solution to the Contains Duplicates LeetCode problem using Swift. Most solutions use Python and I think it would be a good idea to try to use Swift to explore how well it behaves for the LeetCode style questions. The Problem This problem states that we have an array of integers and it may contain some values that are duplicated, so we need to write a function that check if the given array contains any element more than once.
Read more

Hello World

Hey there, tech enthusiasts! 📱, this is my first time blogging 🥳. I decided to create this blog to register all of my learning in the world of programming. I’m so exited to share what I’m learning in this cool journey. I’m bad for making intros, so if something new comes to my mind I’ll update this post. 😅 While my main focus right now is iOS development, that doesn’t mean I’m not intrigued by the myriad of options technology has to offer.
Read more