You have two numbers represented by a linked list, where each node contains a single digit. The digits are stored in reverse order, such that the 1's
分类:
其他好文 时间:
2016-02-21 11:23:13
阅读次数:
120
Description 题目描述 Given N integers A={A[0],A[1],...,A[N-1]}. Here we have some operations: Operation 1: AND opn L R Here opn, L and R are integers. For
分类:
其他好文 时间:
2016-02-20 00:23:12
阅读次数:
204
Hamming Distance Description Have you ever heard of the Hamming distance. It is the number of positions for which the corresponding digits differ. You
分类:
其他好文 时间:
2016-02-18 13:46:37
阅读次数:
175
Description Write a program to convert numbers in one base to numbers in a second base. There are 62 different digits: { 0-9,A-Z,a-z } HINT: If you ma
分类:
其他好文 时间:
2016-02-14 21:01:38
阅读次数:
212
扩展KMP基础题目。 1 /* 4333 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queue> 7 #include <set> 8 #include
分类:
其他好文 时间:
2016-02-11 23:53:35
阅读次数:
394
题目链接 Problem Description Fill the following 8 circles with digits 1~8,with each number exactly once . Conntcted circles cannot be filled with two cons
分类:
其他好文 时间:
2016-02-09 15:03:34
阅读次数:
310
Description "Kronecker's Knumbers" is a little company that manufactures plastic digits for use in signs (theater marquees, gas station price displays
分类:
其他好文 时间:
2016-02-07 13:38:03
阅读次数:
251
题目 Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit i
分类:
其他好文 时间:
2016-02-05 01:12:00
阅读次数:
279
Problem Description: The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit th
分类:
其他好文 时间:
2016-02-02 17:36:24
阅读次数:
133
Description Find and list all four-digit numbers in decimal notation that have the property that the sum of its four digits equals the sum of its digi
分类:
其他好文 时间:
2016-01-30 17:52:35
阅读次数:
225