Alkesh

All Blogs

February 11, 2023

LeetCode - Merge Nodes in Between Zeros

LeetCode - merge all the nodes lying in between them into a single node whose value is the sum of all the merged nodes using C++, Golang, and JavaScript.

January 28, 2023

LeetCode - Gray Code

LeetCode - return any valid n-bit gray code sequence using C++, Golang, and JavaScript.

January 21, 2023

LeetCode - Path Sum III

LeetCode - return the number of paths where the sum of the values along the path equals targetSum using C++, Golang, and Javascript.

January 14, 2023

LeetCode - Partition List

LeetCode - return the list such that all nodes less than x come before nodes greater than or equal to x using C++, Golang and Javascript.

Showing1of6