MCPcopy Create free account

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

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

↓ 127 callersMethodpush
chapter05/problem_n/main.cpp:30
↓ 110 callersMethodadd
@TODO 가장 뒤에 새로운 원소를 추가하는 메소드 구현 @param element
Projects/DynamicArray/Java/DynamicArray.java:33
↓ 108 callersMethodsize
chapter05/problem_n/main.cpp:24
↓ 37 callersMethodlength
()
Bonus/Problem05K/Main.java:134
↓ 37 callersMethodpop
chapter05/problem_n/main.cpp:39
↓ 31 callersMethodget
현재 배열에서 'index'번째에 존재하는 원소를 반환하는 함수 @param index @return
chapter04/problem_g/Main.java:65
↓ 23 callersMethodsort
(&mut self)
chapter02/problem_g/main.rs:30
↓ 22 callersMethodfill
(&mut self, job: &ColorSpec)
chapter03/problem_b/main.rs:62
↓ 21 callersMethodpoll
현재 중앙값인 원소를 pop하고 반환한다. @return 중앙값 원소 @throws NoSuchElementException 큐가 비어있는 경우
chapter05/problem_n/Main.java:59
↓ 17 callersMethodprint
(self)
chapter01/problem_i/main.rs:57
↓ 15 callersMethodempty
chapter05/problem_n/main.cpp:27
↓ 15 callersMethodisEmpty
(int r, int c)
chapter07/problem_j/Main.java:154
↓ 13 callersMethodpeek
현재 중앙값인 원소를 반환한다. @return 중앙값 원소 @throws NoSuchElementException 큐가 비어있는 경우
chapter05/problem_n/Main.java:46
↓ 12 callersMethodequals
두 문자열이 일치하면 true, 아니면 false를 반환하는 함수를 작성하시오. @param obj @return
chapter02/problem_d/Main.java:79
↓ 12 callersMethodsize
남은 원소의 수
chapter05/problem_m/main.cpp:43
↓ 10 callersMethodtoString
()
chapter02/problem_d/Main.java:102
↓ 9 callersMethodfind
(int u)
chapter08/problem_e/Main.java:87
↓ 8 callersMethodcontains
해당 점 (x, y)가 원 내부에 포함되는지 검사하는 함수
chapter10/problem_d/main.cpp:22
↓ 8 callersMethodisEmpty
()
chapter05/problem_n/Main.java:19
↓ 8 callersMethodsize
()
chapter05/problem_n/Main.java:15
↓ 7 callersMethodgetMax
(int leftEnd, int rightEnd)
chapter10/problem_e/Main.java:189
↓ 6 callersFunctionABS
Bonus/Problem05K/solution.cpp:13
↓ 6 callersMethodfind
(int u)
chapter10/problem_f/Main.java:146
↓ 5 callersMethodgetGroupBoss
(int u)
chapter08/problem_d/Main.java:63
↓ 4 callersMethodbinarySearch
(재귀함수 버전 구현체) arr[l] ~ arr[r] 사이에 target이 존재하는지 반환하는 함수 @param arr 오름차순으로 정렬된 배열 @param target 탐색하고자 하는 값 @param l 탐색범위의 왼쪽 끝 인덱스 @param r
chapter06/problem_c/Main.java:16
↓ 4 callersMethodf
values[0][0] ~ values[lastRow][lastCol] 까지의 직사각형 누적합을 계산하는 함수 @param lastRow 마지막 행 번호 @param lastCol 마지막 열 번호 @return 해당 범위의 누적합
chapter09/problem_e/Main.java:62
↓ 4 callersMethodf
* values[0][0] ~ values[lastRow][lastCol] 까지의 직사각형 누적합을 계산하는 함수 * * @param lastRow 마지막 행 번호 * @param lastCol 마지막 열 번호 * @return 해당 범위의 누적합 *
chapter09/problem_e/main.cpp:27
↓ 4 callersMethodgetAliveOne
주어진 큐에서 제거되지 않은 원소들 중 가장 우선순위가 높은 원소를 반환 @param heap 대상 힙 @return 가장 우선순위가 높은 원소 @throws NoSuchElementException
chapter05/problem_m/Main.java:91
↓ 4 callersMethodgetBottomY
()
Bonus/Problem05K/Main.java:154
↓ 4 callersMethodgetCurrentDirection
()
Bonus/Problem05J/Main.java:104
↓ 4 callersMethodgetLeftX
()
Bonus/Problem05K/Main.java:142
↓ 4 callersMethodgetRightX
()
Bonus/Problem05K/Main.java:146
↓ 4 callersMethodgetTopY
()
Bonus/Problem05K/Main.java:150
↓ 3 callersMethodf
lastIndex번째 날에 연속으로 count번째 근무한다면 얻을 수 있는 최대 인센티브 @param lastIndex 고려할 마지막 날짜의 인덱스 @param count 연속으로 근무한 횟수 @return 해당 가정에서의 정답
chapter09/problem_c/Main.java:68
↓ 3 callersMethodgetBotY
Bonus/Problem05K/solution.cpp:53
↓ 3 callersMethodgetBottomY
()
Bonus/Problem05I/Main.java:67
↓ 3 callersMethodgetLeftX
Bonus/Problem05K/solution.cpp:38
↓ 3 callersMethodgetLeftX
()
Bonus/Problem05I/Main.java:55
↓ 3 callersMethodgetRandomArray
임의의 랜덤한 정수 배열을 생성하는 메소드 @param size 배열의 크기 @return 수행 시간 (초)
Projects/DynamicArray/Java/DynamicArrayTest.java:19
↓ 3 callersMethodgetRightX
Bonus/Problem05K/solution.cpp:43
↓ 3 callersMethodgetRightX
()
Bonus/Problem05I/Main.java:59
↓ 3 callersMethodgetTopY
Bonus/Problem05K/solution.cpp:48
↓ 3 callersMethodgetTopY
()
Bonus/Problem05I/Main.java:63
↓ 3 callersMethodget_bit
get_bit 131072비트의 맵에서 target 비트를 bool로 return함.
chapter03/problem_c/main.rs:59
↓ 3 callersMethodhasEdge
(int from, int to)
chapter08/problem_b/Main.java:90
↓ 3 callersFunctionheavy_stdinln_vec_i32
(len: usize)
chapter03/problem_i/main.rs:17
↓ 3 callersFunctionheavy_stdinln_vec_i32
(len: usize)
chapter03/problem_j/main.rs:17
↓ 3 callersFunctionheavy_stdinln_vec_i32
(len: usize)
chapter03/problem_h/main.rs:17
↓ 3 callersMethodnext_pos
(&self, pos: &(i32, i32), size: usize)
Bonus/Problem05G/main.rs:38
↓ 3 callersMethodpow
a^n을 계산하는 함수 @param a @param n @return a^n을 1,000,000,007로 나눈 나머지를 출력한다
chapter06/problem_f/Main.java:15
↓ 3 callersMethodprint
(self)
chapter02/problem_g/main.rs:44
↓ 3 callersMethodremove
()
chapter05/problem_f/Main.java:122
↓ 3 callersMethodsize
@TODO 현재 저장된 원소의 수를 반환하는 메소드 구현 @return
Projects/DynamicArray/Java/DynamicArray.java:72
↓ 3 callersFunctionstdinln_vec_i32
()
Bonus/Problem05C/main.rs:12
↓ 3 callersFunctionswap
* @brief 배열의 두 원소 arr[indexA] 와 arr[indexB]를 swap해주는 함수 * * @param arr * @param indexA * @param indexB */
chapter06/problem_h/main.cpp:34
↓ 2 callersMethodMAX
(int... arr)
chapter09/problem_c/Main.java:8
↓ 2 callersMethodaddBirthDate
* 새로운 생일을 등록하고 빈도수를 갱신한다. * @param birthDate */
chapter03/problem_g/solution.cpp:22
↓ 2 callersMethodaddBirthDate
새로운 생일을 등록하고 빈도수를 갱신한다. @param birthDate
chapter03/problem_g/Main.java:82
↓ 2 callersMethodadd_birthdate
(self, birthdate: int)
chapter03/problem_g/solution.py:15
↓ 2 callersMethodbalancing
두 힙의 사이즈를 균형을 맞춘다. 항상 maxHeap의 사이즈가 같거나 하나 더 큰 상태로 만든다.
chapter05/problem_n/Main.java:73
↓ 2 callersMethodclearBoard
(int r, int c)
chapter07/problem_j/Main.java:117
↓ 2 callersMethodcontains
(double x, double y)
chapter10/problem_d/Main.java:98
↓ 2 callersMethodf
전체 totalCost개의 세그먼트를 사용하여 만들 수 있는 "숫자 문자열"의 수 올바른 10진수가 아니어도 됨. @param totalCost 사용한 전체 세그먼트의 수 @return 만들 수 있는 숫자 문자열의 경우의 수
chapter09/problem_l/Main.java:77
↓ 2 callersMethodf
* 전체 totalCost개의 세그먼트를 사용하여 만들 수 있는 "숫자 문자열"의 수 * * 올바른 10진수가 아니어도 됨. * * @param totalCost 사용한 전체 세그먼트의 수 * @return 만들 수 있는 숫자 문자열의 경우의
chapter09/problem_l/main.cpp:42
↓ 2 callersFunctionfillSieve
chapter07/problem_i/main.cpp:21
↓ 2 callersMethodfindIndex
배열에서 특정 원소의 위치를 찾는 함수 @param data 중복 없는 정수 배열 data[0] ~ data[n-1] @param n 배열의 크기 n @param m 배열에서 찾고자 하는 원소 @return 원소가 존재한다면 인덱스를, 존재하지 않으면
chapter01/problem_f/Main.java:16
↓ 2 callersMethodfindMidVal
chapter05/problem_n/main.cpp:43
↓ 2 callersMethodget
@TODO 특정 인덱스에 위치한 원소를 반환하는 메소드 구현 @param index @return
Projects/DynamicArray/Java/DynamicArray.java:52
↓ 2 callersMethodgetBuildingsAt
(int r, int c)
Bonus/Problem05C/Main.java:73
↓ 2 callersMethodgetBuildingsAt
(r, c)ĭ�� �����ϴ� �ǹ��� �� @param r @param c @return �ش� ĭ�� �ǹ� ��
Bonus/Problem05D/Main.java:74
↓ 2 callersMethodgetChildCount
()
chapter05/problem_f/Main.java:118
↓ 2 callersMethodgetChildCount
()
chapter05/problem_e/Main.java:121
↓ 2 callersMethodgetColByIndex
(int index)
chapter04/problem_a/Main.java:44
↓ 2 callersMethodgetCurrentColumn
()
Bonus/Problem05J/Main.java:124
↓ 2 callersMethodgetCurrentRow
()
Bonus/Problem05J/Main.java:128
↓ 2 callersMethodgetDegree
(int nodeIndex)
chapter08/problem_c/Main.java:120
↓ 2 callersMethodgetDegree
chapter08/problem_c/main.cpp:29
↓ 2 callersMethodgetDirection
()
Bonus/Problem05G/Main.java:118
↓ 2 callersMethodgetDistance
(int from, int to)
chapter08/problem_b/Main.java:94
↓ 2 callersMethodgetDistance
chapter08/problem_b/main.cpp:25
↓ 2 callersMethodgetElapsedTimeTo
(Timestamp next)
Bonus/Problem05L/Main.java:64
↓ 2 callersFunctiongetGCD
* a와 b의 최대 공약수를 계산하는 함수 * * @param a * @param b * @return */
chapter04/problem_c/solution.cpp:13
↓ 2 callersMethodgetGCD
a와 b의 최대 공약수를 계산하는 함수 @param a @param b @return
chapter04/problem_c/Main.java:41
↓ 2 callersMethodgetGroupBoss
chapter08/problem_e/main.cpp:21
↓ 2 callersMethodgetHash
주어진 Weight 테이블을 사용해 문자열 P의 해시 값을 계산하는 함수 @param P 해시 값을 계산할 문자열 @param weights 각 자리별 가중치 테이블 @return
chapter11/problem_a/Main.java:112
↓ 2 callersMethodgetIntersection
(Rectangle other)
Bonus/Problem05H/Main.java:78
↓ 2 callersMethodgetNextPosition
()
Bonus/Problem05E/Main.java:75
↓ 2 callersMethodgetNextPosition
()
Bonus/Problem05G/Main.java:106
↓ 2 callersMethodgetRowByIndex
(int index)
chapter04/problem_a/Main.java:38
↓ 2 callersMethodgetSquaredDistanceTo
* 2차원 평면 상에서 점 this부터 점 target까지 거리의 제곱을 계산하는 함수 * @param target * @return */
chapter02/problem_f/solution.cpp:24
↓ 2 callersMethodgetSquaredDistanceTo
@param target @return @brief 2차원 평면 상에서 점 this부터 점 target까지 거리의 제곱을 계산하는 함수
chapter02/problem_f/Main.java:58
↓ 2 callersMethodgetSquaredDistanceTo
(Point2D target)
chapter05/problem_i/Main.java:95
↓ 2 callersMethodgetSquaredDistanceTo
chapter05/problem_i/main.cpp:29
↓ 2 callersMethodgetTargetTower
()
chapter05/problem_b/Main.java:92
↓ 2 callersFunctiongetTile
Bonus/Problem05A/main.cpp:11
↓ 2 callersMethodget_squared_dist
두 점(self, other) 사이의 거리의 제곱을 반환합니다. :param other: 다른 점 :return: 두 점 사이의 거리의 제곱
chapter02/problem_f/solution.py:13
↓ 2 callersMethodhasEdge
chapter08/problem_b/main.cpp:21
↓ 2 callersFunctioni32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_f/main.rs:14
↓ 2 callersFunctioni32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_d/main.rs:5
↓ 2 callersFunctioni32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_j/main.rs:14
next →1–100 of 1,179, ranked by callers