LeetCode Tracker
Filters
Showing 1-9 of 31 problems
1. Two Sum
Easy
1. Two Sum Easy Given an array of integers nums and an integer target...
1 solution
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
27. Remove Element
Easy
27. Remove Element Easy Given an integer array nums and an integer val...
1 solution
python
Array
Two Pointers
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
182. Duplicate Emails
Easy
182. Duplicate Emails Easy Table: Person +-------------+---------+ | Column Name |...
1 solution
sql
Database
183. Customers Who Never Order
Easy
183. Customers Who Never Order Easy Table: Customers +-------------+---------+ | Column...
1 solution
sql
Database
217. Contains Duplicate
Easy
217. Contains Duplicate Easy Given an integer array nums , return true if...
1 solution
python
Array
Hash Table
Sorting
Previous
Page 1 of 4
Next