0% found this document useful (0 votes)
2 views

?? Most IMP Array Questions _ Must Solve ?? - LeetCode Discuss

Array important questions.

Uploaded by

Khushi Chaurasia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

?? Most IMP Array Questions _ Must Solve ?? - LeetCode Discuss

Array important questions.

Uploaded by

Khushi Chaurasia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

(/s

plore(/explore/) Problems(/problemset/all/) Contest(/contest/) Discuss(/discuss/) Interview Store Sign in


ref

 Back to Discuss (/discuss/)

Study Guide (/discuss/study-guide)


Check out the announcement (https://leetcode.com/discuss/general-discussion/1182961/New-Feature-!-LeetCode-
Interview) of our new feature - LeetCode Interview (https://interview.leetcode.com/)


Share your post on LeetCode and enter our giveaway (https://leetcode.com/discuss/general-
discussion/1144555/LeetCode's-Pick...-extended!) 🎁!

Please take a moment to read our Community Rules here (https://leetcode.com/discuss/general-
discussion/324861/LeetCode-Community-Rules) before posting.

 (/discuss/study-guide)  🔥🔥 Most IMP Array Questions | Must Solve 🚀🚀


 Share

🔥🔥 Most IMP Array Questions | Must Solve 🚀🚀 1.4K


VIEWS

 Created at: February 10, 2024 3:08 PM

33  Anonymous User

💎 Just search question on browser to get link of question on different platforms.
💎 Thank me later.😊
Basic Questions 1D Array
1. Linear Search in an array.
2. Count 0's and 1's in an array.
3. Maximum number in an array.
4. Minimum number in an array.
5. Extreme print in an array.
6. Reverse an array.

Medium Questions 1D Array


1. Find unique element.
2. Union of two arrays.
3. Intersection of two arrays.
4. Pair sum.
5. Two sum.
6. Triplet sum.
7. Sort 0's, 1's and 2's.

2D Array
1. Rowwise sum print.
2. Columnwise sum print.
3. Linear search in 2D array.
4. Min/Max element in 2D array.
5. Transpose of a matrix.

Ideal Questions
1. Move all negative numbers to begining and positive to end.
2. Find the duplicate number.
3. Missing element from an array with duplicates.
4. Missing element in an array.
5. Find first repeating element.
6. Common element in 3 sorted arrays.
7. Wave order print.
8. Spiral order print.
9. Add two numbers represented by array.
10. Factorial of a large number.
11. Rotate array by k positions to right.
12. Rotate array by k positions to left.
13. Majority element.
14. Best time to buy and sell stocks.
15. Count pairs with given sum.
16. Factorial trailing zeroes.

Comments: 3 Sort By 

 Login to Comment
(/accounts/login/?next=/discuss/study-guide/4705503/Most-IMP-Array-Questions-or-Must-Solve)

OnjoujiToki (/OnjoujiToki)  16  February 10, 2024 5:45 PM


No offense, but I believe categorizing "array" questions is a bad idea.
People should focus on techniques/ tricks/ algorithms behind those "arrays".
8    Share

SHOW 1 REPLY

alpha_777 (/alpha_777)  -7  3 days ago


https://leetcode.com/discuss/interview-question/4711783/Active-Whatsapp-group-for-DSA-Enthusiasts-(Link-below)-(with-live-
sessions) (https://leetcode.com/discuss/interview-question/4711783/Active-Whatsapp-group-for-DSA-Enthusiasts-(Link-below)-
(with-live-sessions))
1    Share

miaow (/miaow)  736  February 10, 2024 11:38 PM


Medium Questions 1D Array

Two sum.

ok. XD
0    Share

Copyright © 2024 LeetCode

Help Center (/support) Jobs (/jobs) Bug Bounty (/bugbounty) Online Interview (/interview/) Students (/student) Terms (/terms)

Privacy Policy (/privacy)

United States (/region)

You might also like