发表评论取消回复
相关阅读
相关 解题报告之代码 pku 1789
\include<stdio.h> \include<string.h> \define N 2001 int grah\[N\]\[N\]; in
相关 leetCode解题报告之Clone Graph
题目: Clone an undirected graph. Each node in the graph contains a `label` and a list of
相关 leetCode解题报告之Gas Station
题目: There are N gas stations along a circular route, where the amount of gas at station
相关 leetCode解题报告之Candy(简单回溯)
题目: There are N children standing in a line. Each child is assigned a rating value. Yo
相关 leetCode解题报告之Reorder List
题目: Given a singly linked list L: L0→L1→…→Ln\-1→Ln, reorder it to: L0→Ln→L1→Ln\-1→L2→
相关 leetCode解题报告之Insertion Sort List
题目: Sort a linked list using insertion sort. 分析: 这个题目是想要让我们来做一个链表的插入排序问题. 这样
相关 POJ1007解题报告
其实就是求线性代数里面所谓的逆序数,既然是逆序数那肯定从后往前计数,通过计算每个字符的逆序数最终算出整个字符串的逆序数。用switch进行条件判断, 比如CAGT,直观上看这
相关 3Sum——解题报告
【题目】 Given an array S of n integers, are there elements a, b, c in S such that a
相关 windows画图(解题报告)
计蒜之道2017复赛题 在 Windows 的“画图”工具里,可以绘制各种各样的图案。可以把画图当做一个标准的二维平面,在其上先后绘制了 nnn 条颜色互不相
相关 [解题报告]Feynman
题目大意 题目原文:[http://uva.onlinejudge.org/external/121/12149.pdf][http_uva.onlinejudge
还没有评论,来说两句吧...