上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要: 题目链接 之前没有做过这种类型的题目,看到的时候一脸蒙圈 看了官方题解之后,了解到这个是双向链表 然后来写一下题解: 我们可以维护一个链表,这个链表是一个双向的,把这个链表维护成从头节点到尾节点是单调递增的,然后我们就可以很好的通过头尾返回出现次数最多(尾部)和出现次数最小的字符串(头部) 在这个链 阅读全文
posted @ 2022-03-16 22:34 PushyTao 阅读(19) 评论(0) 推荐(0)
摘要: Linux rpm 命令 Linux rpm 命令用于管理套件。 rpm(英文全拼:redhat package manager) 原本是 Red Hat Linux 发行版专门用来管理 Linux 各项套件的程序,由于它遵循 GPL 规则且功能强大方便,因而广受欢迎。逐渐受到其他发行版的采用。RP 阅读全文
posted @ 2022-03-11 21:13 PushyTao 阅读(52) 评论(0) 推荐(0)
摘要: 网址链接 Description Little Johnny has got a new car. He decided to dr... 阅读全文
posted @ 2021-10-25 15:43 PushyTao 阅读(41) 评论(0) 推荐(0)
摘要: Description Bessie’s been appointed the new watch-cow for the farm... 阅读全文
posted @ 2021-10-24 20:15 PushyTao 阅读(44) 评论(0) 推荐(0)
摘要: 题目描述 Consider a directed graph with N (1 v 的,那么说我们应该加入一从v->u的边,这样一... 阅读全文
posted @ 2021-10-23 16:09 PushyTao 阅读(26) 评论(0) 推荐(0)
摘要: 题目链接 题目描述 A network administrator manages a large network. The net... 阅读全文
posted @ 2021-10-21 00:47 PushyTao 阅读(24) 评论(0) 推荐(0)
摘要: 题目描述 A 国派出将军uim,对 B 国进行战略性措施,以解救涂炭的生灵。 B 国有 nn 个城市,这些城市以铁路相连。任意两个城... 阅读全文
posted @ 2021-10-19 20:15 PushyTao 阅读(62) 评论(0) 推荐(0)
摘要: Problem Description Caocao was defeated by Zhuge Liang and Zhou Yu... 阅读全文
posted @ 2021-10-18 21:15 PushyTao 阅读(39) 评论(0) 推荐(0)
摘要: 链接 description The problem statement looms below, filling you with... 阅读全文
posted @ 2021-10-18 18:59 PushyTao 阅读(99) 评论(0) 推荐(0)
摘要: Description New labyrinth attraction is open in New Lostland amuse... 阅读全文
posted @ 2021-10-13 09:14 PushyTao 阅读(59) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页