-
Leetcode Breakdown in C: Merge Sorted Array
Today, we’re going to go through a LeetCode coding challenge. We’ll visit the LeetCode website and do the LeetCode 88: Merge Sorted Array coding challenge. I’ll write the code in C, and you’ll get to see the breakdown of my thought process as I tackle this challenge. If you’re unfamiliar with LeetCode, it’s an online…
-
How To Use the Debugger in Visual Studio Code in C on a Mac
Something every developer will face is a bug, and what better way to get rid of bugs than with using a debugger? What is a debugger? A debugger is just a development tool that you can use to pause your program at a certain line of code. Then, you can step through your program line…
-
What I Would Do Differently if I Had To Start Over (Coding Journey)
What would I do differently if I had to start my coding journey all over from the beginning? I’ve thought about this question, and I think it’s a really helpful one because it can provide insight into what you can do differently from the beginning of your coding journey. This way, you can avoid making…