Feb 15, 2026
Two strings are special-equivalent if you can swap characters at even indices among themselves and swap characters at odd indices among themselves, any number of times. Return the number of...
leetcodeeasystringhash
Feb 14, 2026
Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:
leetcodemediummathbit-manipulation
Feb 14, 2026
Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator. Return the quotient after dividing dividend by divisor. The integer division should truncate toward...
leetcodemediummathbit-manipulation
Feb 12, 2026
Problem
leetcodemediumsliding-windowmonotonic-queue
Feb 11, 2026
Given an integer array nums, return true if you can partition the array into two subsets such that the sum of the elements in both subsets is equal or false...
leetcodemediumdynamic-programming
Feb 11, 2026
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
leetcodemediumstack
Feb 10, 2026
Problem Statement
leetcodemediumgraphshortest-pathdijkstragrid
Feb 10, 2026
Problem Statement
leetcodemediumgraphshortest-pathdijkstragrid
Feb 9, 2026
91. Decode Ways
leetcodemediumdynamic-programming
Feb 9, 2026
1944. Number of Visible People in a Queue
leetcodehardstackmonotonic-stack