LeetCode Tracker
Filters
Showing 1-9 of 41 problems
1. Two Sum
Easy
1. Two Sum Easy Given an array of integers nums and an integer target...
2 solutions
java
python
Array
Hash Table
7. Reverse Integer
Medium
7. Reverse Integer Medium Given a signed 32-bit integer x , return x ...
1 solution
python
Math
9. Palindrome Number
Easy
9. Palindrome Number Easy Given an integer x , return true if...
1 solution
java
Math
11. Container With Most Water
Medium
11. Container With Most Water Medium You are given an integer array height of...
1 solution
java
Array
Two Pointers
Greedy
27. Remove Element
Easy
27. Remove Element Easy Given an integer array nums and an integer val...
1 solution
python
Array
Two Pointers
49. Group Anagrams
Medium
49. Group Anagrams Medium Given an array of strings strs , group the anagrams...
1 solution
java
Array
Hash Table
Sorting
String
88. Merge Sorted Array
Easy
88. Merge Sorted Array Easy You are given two integer arrays nums1 and ...
1 solution
python
Array
Two Pointers
Sorting
175. Combine Two Tables
Easy
175. Combine Two Tables Easy Table: Person +-------------+---------+ | Column Name...
1 solution
sql
Database
181. Employees Earning More Than Their Managers
Easy
181. Employees Earning More Than Their Managers Easy Table: Employee +-------------+---------+...
1 solution
sql
Database
Previous
Page 1 of 5
Next