This is the repo that has all of my LeetCode competitive programming problems I've done!
Many of the problems on LeetCode have "given" code snippets that I have to work with. More often than not, their variable naming conventions are awful. So, if you see me using a variable just called "x" or "i1, i2, i3" know that I'm using what was given to me and didn't have a choice.