一、拓扑排序 1、hdu 1285确定比赛名次 代码;(领接矩阵避免重复) #include
本来这个题目很简单的,就是情况要考虑细致,比如0,0.0,0/1,0%,100.001,100/100等,这些的反...[作者空间]
算法——不用加减乘除做加法 题目描述 写一个函数,求两个整数之和,要求在函数体内不得使用+、-、*、/四则运算符号...[作者空间]
题目 有一座旅游城,它的街道成网格状(如图).其中东西向的街道是“风景线、两旁分布着许多景观:南北向的街道都是林萌...[作者空间]
Follow up for "Remove Duplicates":What if duplicates are ...[作者空间]
Given a m x n grid filled with non-negative numbers, find...[作者空间]
Given a set of distinct integers, nums, return all possib...[作者空间]
Given an array with n objects colored red, white or blue,...[作者空间]
Reverse a singly linked list. click to show more hints. H...[作者空间]
Remove all elements from a linked list of integers that h...[作者空间]
Given an integer n, return the number of trailing zeroes ...[作者空间]
Given a positive integer, return its corresponding column...[作者空间]
Design a stack that supports push, pop, top, and retrievi...[作者空间]
Given a linked list, determine if it has a cycle in it. 题...[作者空间]
Given a string, determine if it is a palindrome, consider...[作者空间]
Say you have an array for which the ith element is the pr...[作者空间]
Given an array of size n, find the majority element. The ...[作者空间]
Given numRows, generate the first numRows of Pascal's tri...[作者空间]
Given a binary tree, determine if it is height-balanced. ...[作者空间]