Blog posts

jump to leetcode section ↓

Interview Projects

2023

A compilation of interview-inspired projects, carefully selected to populate this blog section.



2021-05-12

A search engine for finding github repositories based on user submitted query



Leetcode Solutions

2023-07-19

Day 2 of the Neetcode roadmap outlined at https://neetcode.io/roadmap



2023-07-17

Day 1 of the Neetcode roadmap outlined at https://neetcode.io/roadmap



2023-07-03

Given an integer n, return a counter function. This counter function initially returns n and then returns 1 more than the previous value every subsequent time it is called



2023-06-29

Returning the length of an array, transforming the contents and creating an array prototype to return the last index



2021-05-12

Decoding an encoded array by finding the original array with a given first element using XOR operations.



2021-04-27

Given an integer number n, return the difference between the product of its digits and the sum of its digits.