Categories

Leet Code: Let's Get Started

Author: Jason Smith

Greetings programs!

It seems that our industry has become obsessed with using coding challenges as interview questions. As such I need to practice doing some of these so that I am better prepared for any interviews I go on. So I'm going to dive in head first and hopefully come out the other side with some new problem solving skills.

In these posts I will tackle problems from the LeetCode website. I'll walk you through my thought process and the approach I used to solve the problem. I don't expect to solve all of these problems. When I am unable to solve a problem I will go over what I tried and then what the actual solution was.

I will be streaming live each problem that I tackle. This will probably slow down how fast I can solve these problems as I try to talk about the code as I go. These unedited streams will be available on youtube and linked with each post.

I will be solving the problems in Rust, which may slow me down again as well. I will probably also solve some of them in C. The post will be tagged with the languages I solved it in. Each problem, once solved, should be easily translatable into another language without too much extra work.

If you see me broadcasting on my twitch channel feel free to come say hello. I'm always happy to chat about writing software.

End of Line