How to efficiently solve the N Queens problem with a staircase pattern arrangement if you just need one solution.| WaspDev Blog
Throughout my career, I've had hundreds of interviews with investment banks, hedge funds, startups, and tech companies. Some were successful, others less so. I've also been on the other side of the table, interviewing candidates. Additionally, I've prepared several candidates for their interviews, all of whom successfully landed jobs. In this blog post, I want to share my tips on how to best prepare for an interview and boost your chances of landing your dream job.| DefconQ Blog
A solution for a tricky Tricky OA problem related to clustering| WaspDev
Solving the Leetcode 24 Game by precomputing the results in a relatively small associative array, although it is marked as a HARD problem.| WaspDev
A clever logarithmical solution for Leetcode Pens and Pencils problem| WaspDev
A glimpse into the front end interview process and questions that frequently come up.| Tech Interview Handbook Blog
Sum Root to Leaf Numbers is an interesting problem from LeetCode. The problem is of medium difficulty and is about binary trees. This post is an explains the solution to the problem.| Tech Interview Handbook Blog