查看: 13027| 回复: 18
收起左侧

[高频题] Meta 最近一个月高频题

   
本楼:   👍  31
97%
3%
1   👎
全局:   42
89%
11%
5

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x

之前看到有楼主发了最近一年meta高频题, 这里附上更精确的最近30 天的,希望可以帮到最近需要面试的小伙伴, 本人新人求加米看面经。。。


1249. Minimum Remove to Make Valid Parentheses
Med.


408. Valid Word Abbreviation
Easy


314. Binary Tree Vertical Order Traversal
Med.


680. Valid Palindrome II
Easy


1650. Lowest Common Ancestor of a Binary Tree III
Med.


227. Basic Calculator II
Med.


339. Nested List Weight Sum
Med.


528. Random Pick with Weight
Med.


1570. Dot Product of Two Sparse Vectors
Med.


215. Kth Largest Element in an Array
Med.


162. Find Peak Element
Med.


236. Lowest Common Ancestor of a Binary Tree
Med.


283. Move Zeroes
Easy


560. Subarray Sum Equals K
Med.


71. Simplify Path
Med.


50. Pow(x, n)
Med.


1091. Shortest Path in Binary Matrix
Med.


31. Next Permutation
Med.


1762. Buildings With an Ocean View
Med.


15. 3Sum
Med.


56. Merge Intervals
Med.


125. Valid Palindrome
Easy


146. LRU Cache
Med.


88. Merge Sorted Array
Easy


138. Copy List with Random Pointer
Med.


199. Binary Tree Right Side View
Med.


200. Number of Islands
Med.


346. Moving Average from Data Stream
Easy


670. Maximum Swap
Med.


973. K Closest Points to Origin
Med.


987. Vertical Order Traversal of a Binary Tree
Hard


791. Custom Sort String
Med.


1539. Kth Missing Positive Number
Easy


347. Top K Frequent Elements
Med.


539. Minimum Time Difference
Med.


20. Valid Parentheses
Easy


23. Merge k Sorted Lists
Hard


65. Valid Number
Hard


249. Group Shifted Strings
Med.


691. Stickers to Spell Word
Hard


824. Goat Latin
Easy


921. Minimum Add to Make Parentheses Valid
Med.


938. Range Sum of BST
Easy


16. 3Sum Closest
Med.


17. Letter Combinations of a Phone Number
Med.


121. Best Time to Buy and Sell Stock
Easy


129. Sum Root to Leaf Numbers
Med.


207. Course Schedule
Med.


392. Is Subsequence
Easy


480. Sliding Window Median
Hard


498. Diagonal Traverse
Med.


523. Continuous Subarray Sum
Med.


543. Diameter of Binary Tree
Easy


636. Exclusive Time of Functions
Med.


827. Making A Large Island
Hard


986. Interval List Intersections
Med.


1004. Max Consecutive Ones III
Med.


1371. Find the Longest Substring Containing Vowels in Even Counts
Med.


2. Add Two Numbers
Med.


3. Longest Substring Without Repeating Characters
Med.


4. Median of Two Sorted Arrays
Hard


14. Longest Common Prefix
Easy


43. Multiply Strings
Med.


128. Longest Consecutive Sequence
Med.


140. Word Break II
Hard


179. Largest Number
Med.


270. Closest Binary Search Tree Value
Easy


278. First Bad Version
Easy


398. Random Pick Index
Med.


658. Find K Closest Elements
Med.


721. Accounts Merge
Med.


426. Convert Binary Search Tree to Sorted Doubly Linked List
Med.


708. Insert into a Sorted Circular Linked List
Med.


863. All Nodes Distance K in Binary Tree
Med.


875. Koko Eating Bananas
Med.


934. Shortest Bridge
Med.


1011. Capacity To Ship Packages Within D Days
Med.


1367. Linked List in Binary Tree
Med.


1424. Diagonal Traverse II
Med.


1609. Even Odd Tree
Med.


2667. Create Hello World Function
Easy


1. Two Sum
Easy


5. Longest Palindromic Substring
Med.


7. Reverse Integer
Med.


8. String to Integer (atoi)
Med.


9. Palindrome Number
Easy


19. Remove Nth Node From End of List
Med.


22. Generate Parentheses
Med.


27. Remove Element
Easy


34. Find First and Last Position of Element in Sorted Array
Med.


37. Sudoku Solver
Hard


42. Trapping Rain Water
Hard


63. Unique Paths II
Med.


72. Edit Distance
Med.


76. Minimum Window Substring
Hard


78. Subsets
Med.


91. Decode Ways
Med.


118. Pascal's Triangle
Easy


124. Binary Tree Maximum Path Sum
Hard


135. Candy
Hard


153. Find Minimum in Rotated Sorted Array
Med.


163. Missing Ranges
Easy


181. Employees Earning More Than Their Managers
Easy


198. House Robber
Med.


206. Reverse Linked List
Easy


246. Strobogrammatic Number
Easy


269. Alien Dictionary
Hard


273. Integer to English Words
Hard


301. Remove Invalid Parentheses
Hard


317. Shortest Distance from All Buildings
Hard


328. Odd Even Linked List
Med.


333. Largest BST Subtree
Med.


350. Intersection of Two Arrays II
Easy


415. Add Strings
Easy


416. Partition Equal Subset Sum
Med.


419. Battleships in a Board
Med.


443. String Compression
Med.


450. Delete Node in a BST
Med.


556. Next Greater Element III
Med.


629. K Inverse Pairs Array
Hard


725. Split Linked List in Parts
Med.


739. Daily Temperatures
Med.


766. Toeplitz Matrix
Easy


930. Binary Subarrays With Sum
Med.


953. Verifying an Alien Dictionary
Easy


1047. Remove All Adjacent Duplicates In String
Easy


1768. Merge Strings Alternately
Easy


2419. Longest Subarray With Maximum Bitwise AND
Med.


2807. Insert Greatest Common Divisors in Linked List
Med.


3043. Find the Length of the Longest Common Prefix
Med.

评分

参与人数 58大米 +63 收起 理由
jinl00 + 1 给你点个赞!
pokeritney + 1 给你点个赞!
明理的机器猫 + 1 谢谢分享!
tonkatsudon + 2 很有用的信息!
_ppp + 1 给你点个赞!

查看全部评分


上一篇:专题:回溯算法
下一篇:TikTok 高频题 (LeetCode题库包含的才列出)
bspcsquad 2024-10-6 12:13:12 | 显示全部楼层
本楼:   👍  6
100%
0%
0   👎
全局:   168
98%
2%
4
各位,我把LZ的高频题单录入了刷题网(因我个人没有开会员,所以不包括其中16道会员题),方便大家练习:https://leetcode.com/problem-list/av8i6us3/
本来想用脚本实现,已经扒出了刷题网的API(使用的是GraphQL),但随即发现题目的内部ID和显示的序号并不一致(仅前500道左右一致),所以还是手工完成了……
感觉Meta的题还行,没有特别刁钻的,即使有Hard也基本是经典题

评分

参与人数 2大米 +3 收起 理由
eric_0609 + 2 给你点个赞!
coolhotsz + 1 赞一个

查看全部评分

回复

使用道具 举报

bspcsquad 2024-10-22 07:11:59 | 显示全部楼层
本楼:   👍  1
100%
0%
0   👎
全局:   168
98%
2%
4
Cullen-Shirley 发表于 2024-10-21 11:09
想问一下有没有推荐的hard 经典题list啊

我认为经典题其实就是前385题,因为386题以后大多数题的来源其实是周赛、也就是说并不是收集的面试题,而是LC的小编出的题
所以想学习经典hard就先把前385里面的几十道hard做掉吧,之后再按公司准备
回复

使用道具 举报

tenger_sh 2024-10-3 20:08:09 | 显示全部楼层
本楼:   👍  1
100%
0%
0   👎
全局:   91
90%
10%
10
已经加米。请问楼主,这些高频题是统计帖子里面的信息汇总出来的吗?
回复

使用道具 举报

bspcsquad 2024-10-3 12:37:52 | 显示全部楼层
本楼:   👍  1
100%
0%
0   👎
全局:   168
98%
2%
4
顶LZ,今天米加完了,点个赞先……
请问这些是NG还是experienced呢
回复

使用道具 举报

本楼:   👍  1
100%
0%
0   👎
全局:   73
97%
3%
2
顶楼主, 必须加米~  请问这些是按照频率排的么
回复

使用道具 举报

 楼主| 老衲洗头用飘柔 2024-10-3 13:19:15 | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   42
89%
11%
5
一双泪眼的猴子 发表于 2024-10-3 00:58
顶楼主, 必须加米~  请问这些是按照频率排的么

是, 求加米~~~
回复

使用道具 举报

本楼:   👍  0
0%
0%
0   👎
全局:   16
84%
16%
3
以加米. 请问这些是ng还是有experience?
回复

使用道具 举报

Kiveiru 2024-10-3 15:26:07 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   60
79%
21%
16
已加米 是leetcode高频吗
回复

使用道具 举报

 楼主| 老衲洗头用飘柔 2024-10-3 22:12:06 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   42
89%
11%
5
骨碌碌的毛巾 发表于 2024-10-02 23:04:52
以加米. 请问这些是ng还是有experience?
小弟新人,不懂什么意思,这些题是leetcode会员里的排行,不知道有解答到你的问题吗
回复

使用道具 举报

 楼主| 老衲洗头用飘柔 2024-10-3 22:12:34 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   42
89%
11%
5
Kiveiru 发表于 2024-10-03 00:26:07
已加米 是leetcode高频吗
最近30天
回复

使用道具 举报

 楼主| 老衲洗头用飘柔 2024-10-3 22:13:42 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   42
89%
11%
5
tenger_sh 发表于 2024-10-03 05:08:09
已经加米。请问楼主,这些高频题是统计帖子里面的信息汇总出来的吗?
leetcode会员最近的统计
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

Advertisement
>
快速回复 返回顶部 返回列表