この記事は note株式会社 Advent Calendar 2022の 15 日目の記事です。 LeetCode はプログラミング問題の対策サイトだというのが専らの紹介文だと思うんだけど、別にそれだけに限定した使い方じゃなくても十分楽しいサービスだよ、という話をしたい。 LeetCodeとは ...
LeetCodeを今年中に100問解くという目標をたててから、約3ヶ月。現在50問解くことに成功したので、一回振り返りをしてみようと思います。 メンターに勧められたからというのが一番大きいのですが、CSを専攻していない自分に足りないプログラミングの考え ...
Two Pointers is an effective technique used for searching pairs in a sorted array. The two pointers technique is a technique used to iterate through a data set, typically an array or a list, in a ...
So, you’re looking to get better at those tricky LeetCode problems, especially the ones with stacks and queues? Good call! These data structures pop up all the time in coding interviews. It can feel a ...