876. Middle of the Linked List

题目链接

876. Middle of the Linked List

题目分析

返回一个链表中最中间的元素。

思路

先全部塞入数组,再根据长度/2得到中间元素的下标,再返回。

最终代码

<?php
/*** Definition for a singly-linked list.* class ListNode {*     public $val = 0;*     public $next = null;*     function __construct($val) { $this->val = $val; }* }*/
class Solution {function middleNode($head) {$items = [$head];while($head){$items[] = $head;$head = $head->next;};return $items[ceil(count($items)/2)];}
}
复制代码

若觉得本文章对你有用,欢迎用爱发电资助。

D35 876. Middle of the Linked List相关推荐

  1. Leetcode PHP题解--D35 876. Middle of the Linked List

    2019独角兽企业重金招聘Python工程师标准>>> 876. Middle of the Linked List 题目链接 876. Middle of the Linked L ...

  2. 876. Middle of the Linked List - LeetCode

    为什么80%的码农都做不了架构师?>>>    Question 876. Middle of the Linked List Solution 题目大意:求链表的中间节点 思路:构 ...

  3. LeetCode 876 Middle of the Linked List 解题报告

    题目要求 Given a non-empty, singly linked list with head node head, return a middle node of linked list. ...

  4. C语言获取链表的中间值Middle of the Linked List(附完整源码)

    获取链表的中间值Middle of the Linked List node结构体 获取链表的中间值Middle of the Linked List 完整源码(定义,实现,main函数测试) nod ...

  5. C#LeetCode刷题之#876-链表的中间结点(Middle of the Linked List)

    问题 该文章的最新版本已迁移至个人博客[比特飞],单击链接 https://www.byteflying.com/archives/3836 访问. 给定一个带有头结点 head 的非空单链表,返回链 ...

  6. lintcode-easy-Delete Node in the Middle of Singly Linked List

    Implement an algorithm to delete a node in the middle of a singly linked list, given only access to ...

  7. [LintCode] Delete Node in the Middle of Singly Linked List 在单链表的中间删除节点

    Implement an algorithm to delete a node in the middle of a singly linked list, given only access to ...

  8. LintCode Delete Node in the Middle of Singly Linked List 在O(1)时间复杂度删除链表节点

    中文描述: 给定一个单链表中的表头和一个等待被删除的节点(非表头或表尾).请在在O(1)时间复杂度删除该链表节点.并在删除该节点后,返回表头. 样例 给定 1->2->3->4,和节 ...

  9. Lintcode372 Delete Node in the Middle of Singly Linked List solution 题解

    [题目描述] Implement an algorithm to delete a node in the middle of a singly linked list, given only acc ...

最新文章

  1. rsync 常见错误与解决方法整理
  2. yandex注册验证码怎么填_注册资本到底怎么填?
  3. 【其它】我博客的个性化代码
  4. vue $data data
  5. vb+socket 编写入侵监听程序
  6. migration mysql_MySql 使用 EF Core 2.0 CodeFirst、DbFirst、数据库迁移(Migration)介绍及示例...
  7. Node.js nodemn
  8. md5 加密 swfit版
  9. 企业级监控软件使用zabbix key监控nginx status各种状态
  10. XML揭秘 入门 应用 精通pdf
  11. TensorFlow:作用域name_scope和variable_scope
  12. android上的自由软件,Android十款生活必备软件推荐
  13. 中国邮路算法(中国邮递员问题)(详细)
  14. PRCV2021 第四届中国模式识别与计算机视觉大会开放注册
  15. 黑苹果安装经验整理|再见丁小果
  16. 二进制数相减计算机如何计算,二进制减法怎么算
  17. 重装电脑系统前,如何设置BIOS ?
  18. echarts之饼图制作+标示线
  19. SORT跟踪算法的详细解释,不容错过
  20. SKY13626-685LF射频开关

热门文章

  1. java获取文件大小_Java实现获取文件大小的几种方法
  2. 幻月大陆辅助多开挂机攻略
  3. 群晖搭建Blynk服务器 可开外网及改Mixly文件完美支持教程
  4. 安卓设置keychain_简单实现KeyChain实例
  5. 2021年中国LED驱动器(LED照明驱动器)市场趋势报告、技术动态创新及2027年市场预测
  6. 「鸡尾酒排序」不会?每天一遍,排序再见【超详细】
  7. 成都java培训、android培训免费领取java学习视频
  8. 彼岸夏花(一个爱与救赎的凄美故事)
  9. 弹簧物理-如何模拟弹簧和阻尼
  10. 浙江大学求是科学班计算机,2018年浙江大学求是科学班(生物科学)招生简章...