编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 1664 篇代码解决方案

  • 1:poj2367Genealogical tree

    <em>题目</em>链接:点我点我<em>题目</em>:Genealogical treeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions

    https://www.u72.net/daima/cw23.html - 2024-07-11 03:01:48 - 代码库
  • 2:[leetcode] 17. Merge Two Sorted Lists

    这个非常简单的<em>题目</em>,<em>题目</em>如下:  Merge two sorted linked lists and return it as a new list.

    https://www.u72.net/daima/nk1s0.html - 2024-08-04 05:04:15 - 代码库
  • 3:【LeetCode OJ 232】Implement Queue using Stacks

    <em>题目</em>链接:https://leetcode.com/problems/implement-queue-using-stacks/<em>题目</em>:Implement the

    https://www.u72.net/daima/nsh58.html - 2024-10-16 12:26:41 - 代码库
  • 4:【原创】leetCodeOj --- Intersection of Two Linked Lists 解题报告(经典的相交链表找交点)

    <em>题目</em>地址:https://oj.leetcode.com/problems/intersection-of-two-linked-lists/ <em>题目</em>内容:Write

    https://www.u72.net/daima/nfzn1.html - 2024-08-06 20:47:19 - 代码库
  • 5:POJ1329 Circle Through Three Points(三角形外接圆)

    <em>题目</em>链接:  http://poj.org/problem?

    https://www.u72.net/daima/nrf5x.html - 2024-10-13 14:34:02 - 代码库
  • 6:[HNOI2002]营业额统计

    <em>题目</em>链接:传送门<em>题目</em>大意:中文题,略<em>题目</em>思路:Splay模板题,找前驱和后继#include &lt;iostream&gt;#include &lt;cstdio

    https://www.u72.net/daima/bs6m.html - 2024-08-15 23:54:45 - 代码库
  • 7:1616 疯狂的采药(完全背包问题)

    难度:普及-<em>题目</em>类型:动规提交次数:1涉及知识:背包动规<em>题目</em>背景此题为NOIP2005普及组第三题的疯狂版。此题为纪念LiYuxiang而生。

    https://www.u72.net/daima/bhkb.html - 2024-08-15 18:05:24 - 代码库
  • 8:1803 凌乱的yyy

    难度:普及-<em>题目</em>类型:贪心提交次数:1涉及知识:贪心,排序<em>题目</em>背景快noip了,yyy很紧张!

    https://www.u72.net/daima/bk12.html - 2024-08-15 19:09:52 - 代码库
  • 9:FZU 2082(过路费)

    <em>题目</em>链接:传送门<em>题目</em>大意:中文题,略<em>题目</em>思路:树链剖分(注意要把边上的权值转移到深度较大的点上来维护)          最后当top[x]==top[y]注意id

    https://www.u72.net/daima/dehz.html - 2024-08-15 14:15:20 - 代码库
  • 10:SPOJ - DQUERY

    <em>题目</em>链接:传送门<em>题目</em>大意:一个容量 n 的数组, m次询问,每次询问 [x,y]内不同数的个数<em>题目</em>思路:主席树(注意不是权值线段树而是位置线段树)         

    https://www.u72.net/daima/de3s.html - 2024-08-15 14:42:30 - 代码库
  • 11:欢乐暑假-高校俱乐部暑期线上编程竞赛奖励机制

    评奖规则-        四道月赛<em>题目</em>全部参与,并成功通过三道及以上比赛指定<em>题目</em>;-        线上<em>题目</em>参与总数超过40,且通过率高于50%;排名规则按照通过比赛题

    https://www.u72.net/daima/un9z.html - 2024-07-13 18:42:32 - 代码库
  • 12:POJ 2136 Vertical Histogram 打印特殊图形

    根据<em>题目</em>要求打印出需要的输出&amp;#26684;式。这算是些趣味<em>题目</em>了,<em>题目</em>本身不难,要说难点就是考如何优雅地去编程了,主要是考编程基础功力。

    https://www.u72.net/daima/v6dw.html - 2024-07-15 12:21:49 - 代码库
  • 13:poj 1363 Rails

    <em>题目</em>链接:http://poj.org/problem?id=1363<em>题目</em>大意:1~n输入,然后以<em>题目</em>要求进行输出,判断能否实现!

    https://www.u72.net/daima/vc6s.html - 2024-07-15 01:17:34 - 代码库
  • 14:1541 乌龟棋

    难度:普及+/提高<em>题目</em>类型:动态规划提交次数:2涉及知识:多维动规<em>题目</em>背景小明过生日的时候,爸爸送给他一副乌龟棋当作礼物。<em>题目</em>描述乌龟棋的棋盘是一

    https://www.u72.net/daima/ra41.html - 2024-08-18 06:04:07 - 代码库
  • 15:POJ 1741 Tree ——点分治

    【<em>题目</em>分析】    这貌似是做过第三道以Tree命名的<em>题目</em>了。    听说树分治的代码都很长,一直吓得不敢写,有生之年终于切掉这题。

    https://www.u72.net/daima/3frz.html - 2024-09-02 18:41:24 - 代码库
  • 16:[LintCode/LeetCode]——两数和、三数和、四数和

    LintCode有大部分<em>题目</em>来自LeetCode,但LeetCode比较卡,下面以LintCode为平台,简单介绍我AC的几个<em>题目</em>,并由此引出一些算法基础。

    https://www.u72.net/daima/2d1u.html - 2024-08-31 23:15:55 - 代码库
  • 17:欢乐暑假-高校俱乐部暑期线上编程竞赛奖励机制

    评奖规则-        四道月赛<em>题目</em>所有參与,并成功通过三道及以上比赛指定<em>题目</em>;-        线上<em>题目</em>參与总数超过40,且通过率高于50%;排名规则依照通过比赛题

    https://www.u72.net/daima/2ba8.html - 2024-07-19 23:22:36 - 代码库
  • 18:hdoj 1569 方格取数 【最大点权独立集->最大流】

    <em>题目</em>:hdoj 1569 方&amp;#26684;取数题意:中文<em>题目</em>,就不说题意了。

    https://www.u72.net/daima/1x8v.html - 2024-07-19 06:12:16 - 代码库
  • 19:hdu1465(错排)

    <em>题目</em>分析:可以自己看<em>题目</em>,装错信封的种类http://acm.hdu.edu.cn/showproblem.php?

    https://www.u72.net/daima/mrk9.html - 2024-07-29 11:23:52 - 代码库
  • 20:hdu4521 小明系列问题——小明序列(LIS变种 (线段树+单点更新解法))

    链接:huangjing<em>题目</em>:中文<em>题目</em> 思路:这个<em>题目</em>如果去掉那个距离大于d的条件,那么必然是一个普通的LIS,但是加上那个条件后就变得复杂了。

    https://www.u72.net/daima/mnzv.html - 2024-07-29 03:58:56 - 代码库