백준 1158 요세푸스 문제 파이썬
요즘 파이썬도 틈틈이 공부하고자 간단한 문제들은 파이썬을 이용해 해결해보고 있다. https://www.acmicpc...
키자드에 등록된 총 262개의 포스트를 확인하실 수 있습니다.
요즘 파이썬도 틈틈이 공부하고자 간단한 문제들은 파이썬을 이용해 해결해보고 있다. https://www.acmicpc...
오늘은 오랜만에 파이썬을 한번 사용해서 간단한 문제를 해결해 보았다. 기존에 파이참을 사용해서 프로그...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRQm6qf...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWajgCUaa...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWIeV9sKk...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5PpLlK...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV15QRX6...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXQsLW...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXGGNB...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWzaq5KKk_...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV18P2B6I...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWBOKg-a6...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5P0-h6Ak...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5Psz16A...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV15StKqA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5LrsUaD...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV15B1cKA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV_mSnmKU...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWBJKA6q...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWAe7XSK...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV15OZ4qA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWIeUtVak...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWgv9va6Hnk...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV14w-rKA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV141176AI...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AW8Wj7cqbY...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWT-lPB6d...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWGsRbk6A...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV7GLXqK...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV14uWl6A...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5PzOCK...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5LyE7K...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV14ABYK...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5PobmqA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV139KOaA...
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV19AcoKI...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=357&sca=99&...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=561&sca=3060 ht...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=954&sca=99&...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=316&sca=99&...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=1136&sca=99&...
http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=1101&sca=99&...
https://programmers.co.kr/learn/courses/30/lessons/42577 https://github.com/JUNGSOONIL/J...
https://programmers.co.kr/learn/courses/30/lessons/42576 https://github.com/JUNGSOONIL/J...
Set : 중복 값을 삽입할 수 없고, 특정한 순서를 가지고 있지 않다는 특징이 있다. HashSet : Set 인터...
List : 데이터를 관리하기 위한 자료구조, 배열은 중간 부분이 삭제되면 해당 부분을 비워두지만 리스트는...
HashMap : map 안에서 key/value에 대한 특별한 순서가 없다. TreeMap은 이진 트리를 기반으로 한 Map...
Comparable Comparable 인터페이스를 상속받은 Node 클래스에서 compareTo 메서드를 재정의하여 정렬한...
순열 조합을 응용하여 주사위 3개를 던질 때 경우의 수를 테스트해보았다. 순열 - 주사위를 3번 던져서 모...
어제 카카오 코딩 테스트를 한번 쳐봤다. 저번에 여기요 코딩 테스트를 해본 적이 있는데 당시 문제가 모두...
오늘 면접 스터디 전까지 자소서에 대한 질문 리스트에해 답변을 준비했는데 a4용지 3페이지의 분량이 나왔...
본인은 2/25일 체크인 미팅에 참석하였다. 당일 오전에 메일로 접속 링크와 설명 같은 게 와있었고 아무시 ...
어제 42 SEOUL / 체크인 미팅을 등록하였다. 3차 체크인 미팅이였으며 미팅 날짜는 2월 25일이다. 상...