MCPcopy Create free account

hub / github.com/dongyi-kim/10weeks-codingtest / functions

Functions1,179 in github.com/dongyi-kim/10weeks-codingtest

↓ 1 callersMethodnext_pos
(&self, pos: &(i32, i32))
Bonus/Problem05F/main.rs:31
↓ 1 callersMethodpopMax
최댓값 삭제
chapter05/problem_m/main.cpp:94
↓ 1 callersMethodpopMaximum
현재 저장된 최대값 원소를 삭제/반환하는 메소드 @return 최대값 @throws NoSuchElementException
chapter05/problem_m/Main.java:76
↓ 1 callersMethodpopMin
최솟값 삭제
chapter05/problem_m/main.cpp:80
↓ 1 callersMethodpopMinimum
현재 저장된 최소값 원소를 삭제/반환하는 메소드 @return 최소값 @throws NoSuchElementException
chapter05/problem_m/Main.java:62
↓ 1 callersFunctionpowInt
* 두 정수 a, n에 대해 a ^ n을 계산해주는 함수 * * @param a * @param n * @return */
chapter04/problem_j/solution.cpp:36
↓ 1 callersMethodpowInt
두 정수 a, n에 대해 a ^ n을 계산해주는 함수 @param a @param n @return
chapter04/problem_j/Main.java:104
↓ 1 callersFunctionpre_works
(map: &mut RazerTowerMap)
Bonus/Problem05D/main.rs:65
↓ 1 callersMethodprint
(self)
chapter01/problem_j/main.rs:32
↓ 1 callersMethodprint
(&self)
chapter01/problem_h/main.rs:58
↓ 1 callersMethodprint
(self)
chapter02/problem_f/main.rs:86
↓ 1 callersFunctionprintIndexes
* 배열에서 소속이 "AJOU"인 첫 원소와 마지막 원소를 출력하는 함수 * @param school 각 사람들의 소속학교 정보 배열 * @param n 사람들의 수 */
chapter01/problem_g/solution.cpp:12
↓ 1 callersMethodprintIndexes
배열에서 소속이 "AJOU"인 첫 원소와 마지막 원소를 출력하는 함수 @param school 각 사람들의 소속학교 정보 배열 @param n 사람들의 수
chapter01/problem_g/Main.java:14
↓ 1 callersMethodprintMap
(int[][] map, int N)
Bonus/Problem05E/Main.java:32
↓ 1 callersMethodprintMap
(int[][] map, int N)
Bonus/Problem05F/Main.java:42
↓ 1 callersMethodprintMap
(int[][] map, int N)
Bonus/Problem05G/Main.java:64
↓ 1 callersFunctionprocess
chapter04/problem_i/solution.cpp:39
↓ 1 callersFunctionprocess
chapter04/problem_f/solution.cpp:66
↓ 1 callersFunctionprocess
chapter04/problem_c/solution.cpp:35
↓ 1 callersFunctionprocess
chapter04/problem_a/solution.cpp:47
↓ 1 callersFunctionprocess
chapter04/problem_h/solution.cpp:58
↓ 1 callersFunctionprocess
chapter04/problem_e/solution.cpp:37
↓ 1 callersFunctionprocess
chapter05/problem_i/main.cpp:100
↓ 1 callersFunctionprocess
chapter05/problem_c/main.cpp:79
↓ 1 callersFunctionprocess
chapter05/problem_a/main.cpp:68
↓ 1 callersFunctionprocess
chapter05/problem_g/main.cpp:51
↓ 1 callersMethodpush
정수 데이터 하나를 추가하는 메소드 @param value
chapter05/problem_m/Main.java:27
↓ 1 callersMethodpush
데이터 추가 메소드
chapter05/problem_m/main.cpp:48
↓ 1 callersMethodpush
새 원소를 큐에 추가한다. @param value
chapter05/problem_n/Main.java:28
↓ 1 callersFunctionquickSort
* @brief arr[left] ~ arr[right] 범위를 정렬해주는 함수 * * @param arr * @param left * @param right */
chapter06/problem_h/main.cpp:88
↓ 1 callersMethodquickSort
@brief quickSort 함수의 축약형 @param arr
chapter06/problem_h/Main.java:49
↓ 1 callersMethodrandomShuffleEdges
모든 간선을 임의의 순서에 따라 셔플링해주는 함수 @param M 간선의 수 @param edges 간선 정보
chapter10/problem_f/Main.java:106
↓ 1 callersMethodremove
()
chapter05/problem_e/Main.java:125
↓ 1 callersMethodremoveBirthDate
* 기존의 생일을 제거하고 빈도수를 갱신한다. * @param birthDate */
chapter03/problem_g/solution.cpp:38
↓ 1 callersMethodremoveBirthDate
기존의 생일을 제거하고 빈도수를 갱신한다. @param birthDate
chapter03/problem_g/Main.java:101
↓ 1 callersMethodremove_birthdate
(self, birthdate: int)
chapter03/problem_g/solution.py:23
↓ 1 callersMethodrunTest
()
Projects/DynamicArray/Java/DynamicArrayTest.java:101
↓ 1 callersMethodsel_sort
(&mut self)
chapter01/problem_i/main.rs:42
↓ 1 callersFunctionselectionSort
chapter01/problem_i/solution.cpp:27
↓ 1 callersMethodselectionSort
(int[] data, int n)
chapter01/problem_i/Main.java:32
↓ 1 callersFunctionselection_sort
(data, length)
chapter01/problem_i/app.js:1
↓ 1 callersMethodset
* 현재 배열에서 'index'번째에 존재하는 원소를 'value'로 변경하는 함수 * * @param index * @param value */
chapter04/problem_g/solution.cpp:38
↓ 1 callersMethodset
현재 배열에서 'index'번째에 존재하는 원소를 'value'로 변경하는 함수 @param index @param value
chapter04/problem_g/Main.java:78
↓ 1 callersMethodsetBuildingsAt
(int r, int c, int value)
Bonus/Problem05C/Main.java:80
↓ 1 callersMethodsetBuildingsAt
(r, c)ĭ�� �����ϴ� �ǹ� ���� �����ϴ� �޼ҵ� @param r @param c @param value �����ϴ� �ǹ� ��
Bonus/Problem05D/Main.java:88
↓ 1 callersMethodsetCurrentDirection
(int currentDirection)
Bonus/Problem05J/Main.java:108
↓ 1 callersMethodsetQueen
@brief r행 c열 칸에 퀸을 놓는 함수
chapter07/problem_k/Main.java:94
↓ 1 callersMethodsetTargetTower
(Tower targetTower)
chapter05/problem_b/Main.java:88
↓ 1 callersMethodsetTargetTowerIndex
chapter05/problem_b/main.cpp:19
↓ 1 callersMethodsetUsed
* 티켓 사용 여부를 갱신하기 위한 메소드 */
chapter04/problem_b/solution.cpp:37
↓ 1 callersMethodsetUsed
티켓 사용 여부를 갱신하기 위한 메소드
chapter04/problem_b/Main.java:81
↓ 1 callersMethodshiftLeft
* 현재 배열의 모든 원소를 왼쪽으로 'times'번 이동하는 함수 * @param times */
chapter04/problem_g/solution.cpp:49
↓ 1 callersMethodshiftLeft
현재 배열의 모든 원소를 왼쪽으로 'times'번 이동하는 함수 @param times
chapter04/problem_g/Main.java:90
↓ 1 callersMethodshiftRight
* 현재 배열의 모든 원소를 오른쪽으로 'times'번 이동하는 함수 * * @param times */
chapter04/problem_g/solution.cpp:61
↓ 1 callersMethodshiftRight
현재 배열의 모든 원소를 오른쪽으로 'times'번 이동하는 함수 @param times
chapter04/problem_g/Main.java:102
↓ 1 callersMethodshow_result
(self)
chapter03/problem_d/main.rs:40
↓ 1 callersFunctionsolve
()
Bonus/Problem05A/main.rs:21
↓ 1 callersFunctionsolve
()
Bonus/Problem05C/main.rs:68
↓ 1 callersFunctionsolve
()
Bonus/Problem05D/main.rs:77
↓ 1 callersFunctionsolve
()
Bonus/Problem05B/main.rs:31
↓ 1 callersFunctionsolve
(target: i32)
chapter04/problem_a/main.rs:12
↓ 1 callersFunctionsolve
* 동아리 멤버들의 탑승 가능 여부를 출력하는 함수 * * @param data 각 멤버들의 몸무게 data[0] ~ data[n-1] * @param n 멤버들의 수 * @param p 놀이기구 탑승 가능 체중 제한 * @param q 놀이기구 최대
chapter01/problem_e/solution.cpp:14
↓ 1 callersFunctionsolve
동아리 멤버들의 탑승 가능 여부를 출력하는 함수 :param data: 각 멤버들의 몸무게 data[0] ~ data[n-1] :param n: 멤버들의 수 :param p: 놀이기구 탑승 가능 체중 제한 :param q: 놀이기구 최대 하중
chapter01/problem_e/solution.py:1
↓ 1 callersFunctionsolve
(nr_cup :usize, contigious :usize, cups :Vec<i32>)
chapter02/problem_j/main.rs:20
↓ 1 callersFunctionsolve
(nr_case: usize, heights: &Vec<i32>, births: &Vec<i32>, match_birth: i32)
chapter02/problem_a/main.rs:20
↓ 1 callersFunctionsolve
* * @param n : 좌석의 수. 좌석은 0~(n-1)번의 번호를 가진다. * @param m : 좌석을 칠한 횟수. * @param paintings : 좌석들을 색칠한 이벤트들의 정보 */
chapter03/problem_b/solution.cpp:48
↓ 1 callersMethodsolve
(int[][] input)
chapter06/problem_e/Main.java:51
↓ 1 callersMethodsolve
(&self)
chapter04/problem_g/main.rs:98
↓ 1 callersMethodsolve
(&mut self, source: &Vec<i32>, nr_items: usize)
chapter01/problem_h/main.rs:36
↓ 1 callersMethodsolve
동아리 멤버들의 탑승 가능 여부를 출력하는 함수 @param data 각 멤버들의 몸무게 data[0] ~ data[n-1] @param n 멤버들의 수 @param p 놀이기구 탑승 가능 체중 제한 @param q 놀이기구 최대 하중
chapter01/problem_e/Main.java:17
↓ 1 callersMethodsolve
(&mut self)
chapter03/problem_b/main.rs:83
↓ 1 callersMethodsolve
@param n : 좌석의 수. 좌석은 0~(n-1)번의 번호를 가진다. @param m : 좌석을 칠한 횟수. @param paintings : 좌석들을 색칠한 이벤트들의 정보
chapter03/problem_b/Main.java:28
↓ 1 callersMethodsolve
(&self)
chapter03/problem_i/main.rs:79
↓ 1 callersMethodsolve
(&mut self)
chapter03/problem_f/main.rs:82
↓ 1 callersMethodsolve
(&mut self)
chapter03/problem_c/main.rs:78
↓ 1 callersMethodsolve
(&self)
chapter03/problem_j/main.rs:85
↓ 1 callersMethodsolve
(&self)
chapter03/problem_h/main.rs:71
↓ 1 callersFunctionsolve_from_prime_table
(target: i32, table: &Vec<i32>)
chapter04/problem_i/main.rs:51
↓ 1 callersMethodsplitIntoBlocks
N개의 배열을 여러개의 부분 배열로 쪼갠 후 반환해주는 함수 @param N 배열의 전체 데이터의 수 @param data 배열의 데이터 @param blockSize 각 부분 범위의 길이 @return 배열 전체를 blockSize단위로 나눈
chapter10/problem_e/Main.java:47
↓ 1 callersFunctionstdinln_i32
()
Bonus/Problem05A/main.rs:4
↓ 1 callersFunctionstdinln_i32
()
Bonus/Problem05C/main.rs:5
↓ 1 callersFunctionstdinln_i32
()
Bonus/Problem05B/main.rs:4
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_b/main.rs:1
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_f/main.rs:4
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_c/main.rs:1
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_d/main.rs:17
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_j/main.rs:4
↓ 1 callersFunctionstdinln_i32
()
chapter04/problem_h/main.rs:4
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_b/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_i/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_c/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_j/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_g/main.rs:8
↓ 1 callersFunctionstdinln_i32
()
chapter01/problem_h/main.rs:8
↓ 1 callersFunctionstdinln_i32
()
chapter02/problem_b/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter02/problem_i/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter02/problem_f/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter02/problem_c/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter02/problem_g/main.rs:3
↓ 1 callersFunctionstdinln_i32
()
chapter03/problem_c/main.rs:4
← previousnext →501–600 of 1,179, ranked by callers