随笔分类 -  TOP 面试精选

摘要:该系列题目取自 LeetCode 精选 TOP 面试题列表:https://leetcode cn.com/problemset/top/ 题目描述 原题链接:https://leetcode cn.com/problems/maximum depth of binary tree 给定一个二叉树, 阅读全文
posted @ 2019-12-01 10:48 江不知 阅读(299) 评论(0) 推荐(0)
摘要:题目描述 原题链接 LeetCode 237. 删除链表中的节点:https://leetcode cn.com/problems/delete node in a linked list 请编写一个函数,使其可以删除某个链表中给定的(非末尾)节点,你将只被给定要求被删除的节点。 现有一个链表 he 阅读全文
posted @ 2019-12-01 10:46 江不知 阅读(289) 评论(0) 推荐(0)