Project Euler 134
ProblemPrime pair connection Consider the consecutive primes p1 = 19 and p2 = 23. It can be verified that 1219 is the smallest number such that the last digits are formed by p1 whilst also being divis
ProblemPrime pair connection Consider the consecutive primes p1 = 19 and p2 = 23. It can be verified that 1219 is the smallest number such that the last digits are formed by p1 whilst also being divis
ProblemPrime cube partnership There are some prime values, p, for which there exists a positive integer, n, such that the expression n3 + n2p is a perfect cube. For example, when p = 19, 83 + 82×19 =
ProblemPrime square remaindersProblem 123 Let pn be the nth prime: 2, 3, 5, 7, 11, …, and let r be the remainder when (pn−1)n + (pn+1)n is divided by pn2. For example, when n = 3, p3 = 5, and 43 + 63
ProblemOrdered radicalsProblem 124 problem is here Solution bruteforce dictionary You can define rad function by using prime_division method. And from 1 to 100000, you can get each of rad value. I
ProblemDisc game prize fundProblem 121 A bag contains one red disc and one blue disc. In a game of chance a player takes a disc at random and its colour is noted. After each turn the disc is returned
참조 인턴 멘토 森田(모리타)씨와의 대화 Redux - motivation 핵심리덕스는 어플리케이션의 클라이언트쪽 state를 관리하기 위한 거대한 이벤트루프이다.액션 = 이벤트리듀서 = 이벤트에 대한 반응 Redux의 이해리액트를 사용하는 프로그래머 입장에서는 누구나
개발자로서의 앞으로의 진로요즘 들은 좋은 말들 사업을 성공시키는 사람 / 프로그래밍을 잘하는 사람의 공통점은 포기하지 않는, 끈질김이 있다는 점이다. UX란 결국 공감이고 경험이다. 자기자신의 comfort zone에서 벗어나보라. 왜 프로그램은 항상 텍스트 형식으로
참조 버그는 나의 힘 배경나는 프로그래머다 슬랙을 켜 놓다가 우연히 임백준님(나는 프로그래머다 MC)께서 쓰신 “버그는 나의 힘” 이라는 글을 보게되었다. 처음에는 버그에 대한 그저그런 대처법을 망라한 글인줄 알았고 내 컴퓨터 크롬에 탭으로만 띄워둔 채 며칠 간 읽지
오늘 저는 교토대학교 경제학교무과로부터 장학생 연장 심사 비추천 대상이라는 메일을 받았습니다. 그래서 저는 그 사유에 대해서 경제학교무과와 유학생과 사무실에 가서 물어보았습니다(덤으로 장학금 사인도 하고요. 안하신 분들 얼른 하세요) 제가 장학금 연장에 실패한건 딱히
참조 Universal JavaScript 기본 내용Universal JavaScriptIn the beginning, there was Netscape. And Netscape wanted to run Scheme in Netscape Navigator. So the