首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
常见面试算法题
GoPilot
创建于2025-04-13
订阅专栏
结合实际面试经验总结的常见题目,golang参考实现
暂无订阅
共16篇文章
创建于2025-04-13
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
LeetCode426 将二叉搜索树转化为排序的双向链表
https://leetcode.cn/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof/description/
实现一个单机版令牌桶限流器(字节)
令牌桶是一种常见的限流算法,它的工作原理如下: 令牌生成:系统以固定的速率向桶中添加令牌 令牌消耗:请求需要消耗令牌才能被处理 容量限制:桶有最大容量,多余的令牌会被丢弃 请求处理
LeetCode176 判断平衡二叉树(字节考题)
https://leetcode.cn/problems/ping-heng-er-cha-shu-lcof/description/
LeetCode155 将二叉搜索树转化为排序的双向链表
https://leetcode.cn/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof/description/
求数组和结果最大的前k个元素(携程)
携程面试题,找不到原题,有点类似https://leetcode.cn/problems/choose-k-elements-with-maximum-sum/
循环队列实现(携程)
https://leetcode.cn/problems/design-circular-queue/description/
计算器实现(携程)
https://leetcode.cn/problems/basic-calculator/ 输入一个字符串,可以包含 + - * /、数字、括号以及空格,你的算法返回运算结果
二维矩阵中搜索最长波折路径(字节)
给定一个 N x N 的二维数组,期望能找到一条波折路径,路径起点是能从任何一个位置开始,终点也可以是任何一个位置。每个位置只能访问一次,波折路径是指相邻元素严格交替增减。
LeetCode26 删除有序数组中的重复项(带扩展)
https://leetcode.cn/problems/remove-duplicates-from-sorted-array/?envType=study-plan-v2&envId=top-in
LeetCode86 分隔链表
https://leetcode.cn/problems/partition-list/description/?envType=study-plan-v2&envId=top-interview-1
LeetCode61 旋转链表
https://leetcode.cn/problems/rotate-list/description/?envType=study-plan-v2&envId=top-interview-150
LeetCode82 删除排序链表中的重复元素 II
https://leetcode.cn/problems/remove-duplicates-from-sorted-list-ii/description/?envType=study-plan-v
合并两个有序链表(变种,字节原题)
https://link.juejin.cn/?target=https%3A%2F%2Fleetcode.cn%2Fproblems%2Fmerge-two-sorted-lists%2F%3Fen
LeetCode567 字符串的排列
https://leetcode.cn/problems/permutation-in-string/description/
二维字符矩阵搜索单词
zoom coding interview zoom coding interview zoom coding interview
LeetCode718 最长重复子数组(带扩展)
https://leetcode.cn/problems/maximum-length-of-repeated-subarray/description/