Skip to content

Instantly share code, notes, and snippets.

@tyrji
tyrji / codetop.csv
Last active January 8, 2025 02:19
CodeTop 面试算法题按照频率排序,链接用 leetcode.cn 前缀拼接 slug name 得到的,可能有误,以序号为准~
id title url freq
3 无重复字符的最长子串 https://leetcode.cn/problems/longest-substring-without-repeating-characters/ 566
206 反转链表 https://leetcode.cn/problems/reverse-linked-list/ 540
146 LRU缓存机制 https://leetcode.cn/problems/lru-cache/ 455
215 数组中的第K个最大元素 https://leetcode.cn/problems/kth-largest-element-in-an-array/ 388
25 K 个一组翻转链表 https://leetcode.cn/problems/reverse-nodes-in-k-group/ 298
15 三数之和 https://leetcode.cn/problems/3sum/ 276
53 最大子序和 https://leetcode.cn/problems/maximum-subarray/ 243
补充题4 手撕快速排序 https://leetcode.cn/problems/sort-an-array/ 242
21 合并两个有序链表 https://leetcode.cn/problems/merge-two-sorted-lists/ 224