摘要:
Where is Vasya?Vasya stands in line with number of peoplep (including Vasya), but he doesn't know exactly which position he occupies. He can say that ... 阅读全文
摘要:
http://www.codewars.com/kata/54ff3102c1bad923760001f3/solutions/csharp判断给定的字符串有多少个a e i o uusing System;using System.Linq;public static class Kata{ ... 阅读全文
摘要:
Project Euler 85: Investigating the number of rectangles in a rectangular gridNumber of Rectangles in a GridGiven a grid of size m x n, calculate the ... 阅读全文
摘要:
Factorial 计算阶乘In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to ... 阅读全文
摘要:
Complete The Pattern #1Task:You have to write a functionpatternwhich creates the following pattern upto n number of rows.If the Argument is 0 or a Neg... 阅读全文
摘要:
Complete The Pattern #2Description:Task:You have to write a functionpatternwhich creates the following pattern upto n number of rows.If the Argument i... 阅读全文
摘要:
Complete The Pattern #6 - Odd LadderTask:You have to write a functionpatternwhich creates the following pattern (see examples) up to the desired numbe... 阅读全文