C# 클래스 Round3_2013.Problem4.WheelFast

파일 보기 프로젝트 열기: eric7237cire/CodeJam

공개 메소드들

메소드 설명
WheelFast ( int N ) : System
solve ( string s ) : double

비공개 메소드들

메소드 설명
f ( int n ) : double
numWays_ijk ( int i, int j, int k ) : System.Numerics.BigInteger

How many ways to fill in interval [i,j] such that nothing spills over on the 2 sides [i,k) and right side (k, j] and k is filled in last (or first)

메소드 상세

WheelFast() 공개 메소드

public WheelFast ( int N ) : System
N int
리턴 System

solve() 공개 메소드

public solve ( string s ) : double
s string
리턴 double