forked from RohanKumar01/Leet-Code
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Important Questions
29 lines (28 loc) · 1.78 KB
/
Important Questions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
```bash
PASTE THE LINKS OF IMPORTANT QUESTIONS FROM LEETCODE BELOW.
```
```bash
- TWO SUM : https://leetcode.com/problems/two-sum/
- FIND K CLOSEST ELEMENT : https://leetcode.com/problems/find-k-closest-elements/
- CONTAINER WITH MOST WATER : https://leetcode.com/problems/container-with-most-water/
- String to Integer (atoi): https://leetcode.com/problems/string-to-integer-atoi/
- Valid Parentheses: https://leetcode.com/problems/valid-parentheses/
- Number of pairs: https://practice.geeksforgeeks.org/problems/number-of-pairs-1587115620/1
- Palindrome Number : https://leetcode.com/problems/palindrome-number/
- Roman to Integer : https://leetcode.com/problems/roman-to-integer/
- Reverse Integer : https://leetcode.com/problems/reverse-integer/
- String to Integer : https://leetcode.com/problems/string-to-integer-atoi/
- Divide two Integer : https://leetcode.com/problems/divide-two-integers/
- NQueens : https://leetcode.com/problems/n-queens/
- Kth Largest Element : https://leetcode.com/problems/kth-largest-element-in-an-array/
- Length of last word : https://leetcode.com/problems/length-of-last-word/
- Remove Duplicates from Sorted List https://leetcode.com/problems/remove-duplicates-from-sorted-list/
- Search Insert Position https://leetcode.com/problems/search-insert-position/
- Palindrome number https://leetcode.com/problems/palindrome-number/
- Sqrt(x) https://leetcode.com/problems/palindrome-number/
- Linked List Cycle https://leetcode.com/problems/linked-list-cycle/
- Excel sheet column number https://leetcode.com/problems/excel-sheet-column-number/
- Reverse bit https://leetcode.com/problems/reverse-bits/
- https://leetcode.com/problems/find-first-palindromic-string-in-the-array/submissions/801888841/
- checking for symmetric tree : https://leetcode.com/problems/symmetric-tree/
```