Dec 11, 2025
Given an array of meeting time intervals intervals where intervals[i] = [starti, endi], return the minimum number of conference rooms required.
leetcodealgorithmmediumjavaarraysortingpriority-queuetwo-pointersproblem-solving
Dec 11, 2025
Given two binary strings a and b, return their sum as a binary string.
leetcodealgorithmeasyjavastringmathbit-manipulationproblem-solving
Dec 10, 2025
Given two 1d vectors, implement an iterator to return their elements alternately.
leetcodealgorithmmediumjavadesigniteratorproblem-solving
Dec 3, 2025
Design a Skiplist without using any built-in libraries.
leetcodealgorithmhardjavadata-structuresskiplistlinked-listproblem-solving
Dec 2, 2025
Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order...
leetcodealgorithmmediumjavaarraytwo-pointerssortingproblem-solving
Dec 2, 2025
Given the coordinates of four points in 2D space p1, p2, p3, and p4, return true if the four points construct a square.
leetcodealgorithmmediumjavamathgeometryproblem-solving
Dec 2, 2025
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.
leetcodealgorithmmediumjavadesigndata-structureshash-maplinked-listproblem-solving
Dec 2, 2025
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.
leetcodealgorithmmediumjavadesigndata-structureshash-maplinked-listproblem-solving
Nov 24, 2025
[Medium] Round Trip Ticket Cost Minimization
algorithmmediumjavaarrayoptimizationproblem-solving
Nov 24, 2025
You have planned some train traveling one year in advance. The days of the year in which you will travel are given as an integer array days. Each day is...
leetcodealgorithmmediumjavadynamic-programmingproblem-solving