Yash SoniSolving the “Minimum Cost to Convert String” Problem EfficientlyIn this article, we will explore an interesting problem called “Minimum Cost to Convert String I” and devise an efficient solution using a…Jul 27Jul 27
Yash SoniDeleting Nodes from a Binary Tree to Form a Forest in JavaIn this article, we will delve into a fascinating problem involving binary trees and node deletion. Specifically, we will explore how to…Jul 17Jul 17
Yash SoniUnraveling the Longest Substring Without Repeating Characters in JavaAs a third-year B.Tech student diving deep into the world of data structures and algorithms, I’ve encountered a fascinating challenge on…Jun 1Jun 1
Yash SoniMy Journey with LeetCode: Conquering the May ChallengeHello everyone! Today, I want to share my journey of completing the LeetCode May 2024 Challenge. It was a month full of learning, struggle…May 31May 31
Yash SoniSolving Single Number III: A LeetCode ProblemHello everyone! Today, I want to share my solution to a fascinating problem from LeetCode called “260. Single Number III”.May 31May 31
Yash SoniHow I Passed the Microsoft Certified Azure AI Fundamentals Exam Amidst College MidtermsAs a college student juggling midterms and preparing for the Microsoft Certified Azure AI Fundamentals exam, I found myself in a race…May 27May 27
Yash SoniSolving LeetCode Problem: Maximum Score Words Formed by LettersHello everyone! Today, I’d like to share my solution to a problem I recently solved on LeetCode — “Maximum Score Words Formed by Letters”…May 24May 24
Yash SoniSolving LeetCode 3068. Find the Maximum Sum of Node ValuesLeetCode Hard — DP — Greedy — Tree — SortingMay 19May 19
Yash SoniSolving LeetCode Problem 149: Max Points on a LineGiven an array of points where points[i] = [xi, yi] represents a point on the X-Y plane, return the maximum number of points that lie on theMay 17May 17