LeetCode 997. Find the Town Judge (Easy)
LeetCode 997. Find the Town Judge :Hey there, coding enthusiasts! Welcome back to another exciting coding session. Today’s problem is a treat—literally! We’re going to…
// author
’m Nilesh, a Software Development Engineer with 2+ years of experience, specializing in Go, JavaScript, Python, Docker, Kubernetes, Git, Jenkins, microservices, and system design (LLD/HLD), backed by a strong foundation in data structures and algorithms. Alongside my engineering journey, I bring 4+ years of hands-on experience in SEO, where I’ve worked extensively on content strategy, keyword research, technical SEO, and organic growth, helping products and businesses scale efficiently by aligning solid technology with search-driven performance.
252 articles
LeetCode 997. Find the Town Judge :Hey there, coding enthusiasts! Welcome back to another exciting coding session. Today’s problem is a treat—literally! We’re going to…
Problem: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. The Steps for solving this problem can be…
The Subarray Sums Divisible by K approach is a technique used to solve problems that involve finding the number of subarrays in an array…
Example 1: Input: [3,-2,2,-3] Output: 3 Explanation: Subarray [3] and [3,-2,2] both have the maximum sum 3 Example 2: Input: [-2,-3,-1] Output: -1 Explanation:…
C++ is a powerful programming language that is widely used for creating various types of software and applications. One of the most important features…
C++ Strings are a data type used to store and manipulate sequences of characters. They are an important part of the C++ standard template…
In C++, a variable is a named storage location that can hold a value of a specific data type. There are several basic data…
In C++, input and output (I/O) operations are performed using the standard input/output library, which is defined in the <iostream> header file. The basic…
To get started with C++ programming, you will need a few tools and resources. Here is a basic list of what you will need:…
C++ is a powerful, high-performance programming language that is widely used in a variety of applications, from video games to operating systems to scientific…
The problem of finding the longest substring without repeating characters is a common problem in computer science and can be found in various coding…
Here is a roadmap for becoming an Android developer: 1. Learn the basics of programming: If you are new to programming, it is important…
What is amortised time complexity and method to calculate? Amortized time complexity is a measure of the efficiency of an algorithm that takes into…
What are Binary Trees? A binary tree is a tree data structure in which each node has at most two children. The children are…
How to Get a Job at Google If you’re looking for a job at Google, there are a few things you’ll need to do.…
Experience 1: There are just too many postings out there that describe the normal Amazon SDE beginner drill. But I’ll still tell you about…
Leet Code 55.:In this post, we’ll look at two jump game difficulties offered on Leet Code 55. These are well-known coding tasks that might…
I am currently a 4th year undergraduate at one of the new SIT. You can connect with me on LinkedIn – https://in.linkedin.com/in/nilesh-raut-8584a81abI started my DSA…