Alkesh

All Blogs

May 28, 2023

Longest Valid Parentheses - LeetCode

Given a string consisting of opening and closing parentheses, find the length of the longest valid parentheses in it using C++, Golang, and JavaScript.

May 14, 2023

LeetCode - Edit Distance

LeetCode - return the minimum number of operations required to convert word1 to word2 using C++, Golang, and JavaScript.

April 20, 2023

LeetCode - Sort list

LeetCode - return the list after sorting it in ascending order using C++, Golang, and JavaScript.

April 6, 2023

LeetCode - Count and Say

LeetCode - return the nth term of the count-and-say sequence using C++, Golang, and JavaScript.

March 30, 2023

LeetCode - Valid Number

LeetCode - return true if a string is a valid number using C++, Golang, and JavaScript.

Showing1of7