This document summarizes Paypal interview questions on LeetCode. It lists 27 common problems seen in Paypal interviews, including Two Sum, Longest Substring Without Repeating Characters, and Number of Islands. It provides the problem title, acceptance rate, difficulty, and frequency for each. This page updates weekly with the most frequent problems for Paypal interviews.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
260 views
Paypal - LeetCode
This document summarizes Paypal interview questions on LeetCode. It lists 27 common problems seen in Paypal interviews, including Two Sum, Longest Substring Without Repeating Characters, and Number of Islands. It provides the problem title, acceptance rate, difficulty, and frequency for each. This page updates weekly with the most frequent problems for Paypal interviews.
54 Spiral Matrix (/problems/spiral-matrix) 30.1% Medium
224 Basic Calculator (/problems/basic-calculator) 32.3% Hard
199 Binary Tree Right Side View (/problems/binary-tree- 47.5% Medium
right-side-view)
273 Integer to English Words (/problems/integer-to-english- 24.2% Hard
words)
237 Delete Node in a Linked List (/problems/delete-node- 53.0% Easy
in-a-linked-list)
6 ZigZag Conversion (/problems/zigzag-conversion) 31.4% Medium
146 LRU Cache (/problems/lru-cache) 25.0% Hard
1 Two Sum (/problems/two-sum) 43 5% Easy
https://leetcode.com/company/paypal/ 1/2 4/24/2019 Paypal - LeetCode 1 Two Sum (/problems/two sum) 43.5% Easy # Title Acceptance Difficulty Frequency 203 Remove Linked List Elements (/problems/remove- 35.6% Easy linked-list-elements)
151 Reverse Words in a String (/problems/reverse-words- 16.4% Medium
in-a-string)
207 Course Schedule (/problems/course-schedule) 37.4% Medium
3 Longest Substring Without Repeating Characters 28.2% Medium