해커랭크 알고리즘 (1) 썸네일형 리스트형 [해커랭크] Extra Long Factoriasl (C#) https://www.hackerrank.com/challenges/extra-long-factorials/problem?isFullScreen=true Extra Long Factorials | HackerRank Calculate a very large factorial that doesn't fit in the conventional numeric data types. www.hackerrank.com 해당 문제는 BigInterger를 사용하는 문제인데 BigInterger를 구현 해서 사용하는 문제인데, c#에서는 BigInteger라는 정수형이 이미 존재해서 이 정수형을 사용하면 금방 구현이 가능했다. https://docs.microsoft.com/ko-kr/dotnet/api/system... 이전 1 다음