Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dongyi-kim/10weeks-codingtest
/ functions
Functions
1,179 in github.com/dongyi-kim/10weeks-codingtest
⨍
Functions
1,179
◇
Types & classes
326
↓ 127 callers
Method
push
chapter05/problem_n/main.cpp:30
↓ 110 callers
Method
add
@TODO 가장 뒤에 새로운 원소를 추가하는 메소드 구현 @param element
Projects/DynamicArray/Java/DynamicArray.java:33
↓ 108 callers
Method
size
chapter05/problem_n/main.cpp:24
↓ 37 callers
Method
length
()
Bonus/Problem05K/Main.java:134
↓ 37 callers
Method
pop
chapter05/problem_n/main.cpp:39
↓ 31 callers
Method
get
현재 배열에서 'index'번째에 존재하는 원소를 반환하는 함수 @param index @return
chapter04/problem_g/Main.java:65
↓ 23 callers
Method
sort
(&mut self)
chapter02/problem_g/main.rs:30
↓ 22 callers
Method
fill
(&mut self, job: &ColorSpec)
chapter03/problem_b/main.rs:62
↓ 21 callers
Method
poll
현재 중앙값인 원소를 pop하고 반환한다. @return 중앙값 원소 @throws NoSuchElementException 큐가 비어있는 경우
chapter05/problem_n/Main.java:59
↓ 17 callers
Method
print
(self)
chapter01/problem_i/main.rs:57
↓ 15 callers
Method
empty
chapter05/problem_n/main.cpp:27
↓ 15 callers
Method
isEmpty
(int r, int c)
chapter07/problem_j/Main.java:154
↓ 13 callers
Method
peek
현재 중앙값인 원소를 반환한다. @return 중앙값 원소 @throws NoSuchElementException 큐가 비어있는 경우
chapter05/problem_n/Main.java:46
↓ 12 callers
Method
equals
두 문자열이 일치하면 true, 아니면 false를 반환하는 함수를 작성하시오. @param obj @return
chapter02/problem_d/Main.java:79
↓ 12 callers
Method
size
남은 원소의 수
chapter05/problem_m/main.cpp:43
↓ 10 callers
Method
toString
()
chapter02/problem_d/Main.java:102
↓ 9 callers
Method
find
(int u)
chapter08/problem_e/Main.java:87
↓ 8 callers
Method
contains
해당 점 (x, y)가 원 내부에 포함되는지 검사하는 함수
chapter10/problem_d/main.cpp:22
↓ 8 callers
Method
isEmpty
()
chapter05/problem_n/Main.java:19
↓ 8 callers
Method
size
()
chapter05/problem_n/Main.java:15
↓ 7 callers
Method
getMax
(int leftEnd, int rightEnd)
chapter10/problem_e/Main.java:189
↓ 6 callers
Function
ABS
Bonus/Problem05K/solution.cpp:13
↓ 6 callers
Method
find
(int u)
chapter10/problem_f/Main.java:146
↓ 5 callers
Method
getGroupBoss
(int u)
chapter08/problem_d/Main.java:63
↓ 4 callers
Method
binarySearch
(재귀함수 버전 구현체) arr[l] ~ arr[r] 사이에 target이 존재하는지 반환하는 함수 @param arr 오름차순으로 정렬된 배열 @param target 탐색하고자 하는 값 @param l 탐색범위의 왼쪽 끝 인덱스 @param r
chapter06/problem_c/Main.java:16
↓ 4 callers
Method
f
values[0][0] ~ values[lastRow][lastCol] 까지의 직사각형 누적합을 계산하는 함수 @param lastRow 마지막 행 번호 @param lastCol 마지막 열 번호 @return 해당 범위의 누적합
chapter09/problem_e/Main.java:62
↓ 4 callers
Method
f
* values[0][0] ~ values[lastRow][lastCol] 까지의 직사각형 누적합을 계산하는 함수 * * @param lastRow 마지막 행 번호 * @param lastCol 마지막 열 번호 * @return 해당 범위의 누적합 *
chapter09/problem_e/main.cpp:27
↓ 4 callers
Method
getAliveOne
주어진 큐에서 제거되지 않은 원소들 중 가장 우선순위가 높은 원소를 반환 @param heap 대상 힙 @return 가장 우선순위가 높은 원소 @throws NoSuchElementException
chapter05/problem_m/Main.java:91
↓ 4 callers
Method
getBottomY
()
Bonus/Problem05K/Main.java:154
↓ 4 callers
Method
getCurrentDirection
()
Bonus/Problem05J/Main.java:104
↓ 4 callers
Method
getLeftX
()
Bonus/Problem05K/Main.java:142
↓ 4 callers
Method
getRightX
()
Bonus/Problem05K/Main.java:146
↓ 4 callers
Method
getTopY
()
Bonus/Problem05K/Main.java:150
↓ 3 callers
Method
f
lastIndex번째 날에 연속으로 count번째 근무한다면 얻을 수 있는 최대 인센티브 @param lastIndex 고려할 마지막 날짜의 인덱스 @param count 연속으로 근무한 횟수 @return 해당 가정에서의 정답
chapter09/problem_c/Main.java:68
↓ 3 callers
Method
getBotY
Bonus/Problem05K/solution.cpp:53
↓ 3 callers
Method
getBottomY
()
Bonus/Problem05I/Main.java:67
↓ 3 callers
Method
getLeftX
Bonus/Problem05K/solution.cpp:38
↓ 3 callers
Method
getLeftX
()
Bonus/Problem05I/Main.java:55
↓ 3 callers
Method
getRandomArray
임의의 랜덤한 정수 배열을 생성하는 메소드 @param size 배열의 크기 @return 수행 시간 (초)
Projects/DynamicArray/Java/DynamicArrayTest.java:19
↓ 3 callers
Method
getRightX
Bonus/Problem05K/solution.cpp:43
↓ 3 callers
Method
getRightX
()
Bonus/Problem05I/Main.java:59
↓ 3 callers
Method
getTopY
Bonus/Problem05K/solution.cpp:48
↓ 3 callers
Method
getTopY
()
Bonus/Problem05I/Main.java:63
↓ 3 callers
Method
get_bit
get_bit 131072비트의 맵에서 target 비트를 bool로 return함.
chapter03/problem_c/main.rs:59
↓ 3 callers
Method
hasEdge
(int from, int to)
chapter08/problem_b/Main.java:90
↓ 3 callers
Function
heavy_stdinln_vec_i32
(len: usize)
chapter03/problem_i/main.rs:17
↓ 3 callers
Function
heavy_stdinln_vec_i32
(len: usize)
chapter03/problem_j/main.rs:17
↓ 3 callers
Function
heavy_stdinln_vec_i32
(len: usize)
chapter03/problem_h/main.rs:17
↓ 3 callers
Method
next_pos
(&self, pos: &(i32, i32), size: usize)
Bonus/Problem05G/main.rs:38
↓ 3 callers
Method
pow
a^n을 계산하는 함수 @param a @param n @return a^n을 1,000,000,007로 나눈 나머지를 출력한다
chapter06/problem_f/Main.java:15
↓ 3 callers
Method
print
(self)
chapter02/problem_g/main.rs:44
↓ 3 callers
Method
remove
()
chapter05/problem_f/Main.java:122
↓ 3 callers
Method
size
@TODO 현재 저장된 원소의 수를 반환하는 메소드 구현 @return
Projects/DynamicArray/Java/DynamicArray.java:72
↓ 3 callers
Function
stdinln_vec_i32
()
Bonus/Problem05C/main.rs:12
↓ 3 callers
Function
swap
* @brief 배열의 두 원소 arr[indexA] 와 arr[indexB]를 swap해주는 함수 * * @param arr * @param indexA * @param indexB */
chapter06/problem_h/main.cpp:34
↓ 2 callers
Method
MAX
(int... arr)
chapter09/problem_c/Main.java:8
↓ 2 callers
Method
addBirthDate
* 새로운 생일을 등록하고 빈도수를 갱신한다. * @param birthDate */
chapter03/problem_g/solution.cpp:22
↓ 2 callers
Method
addBirthDate
새로운 생일을 등록하고 빈도수를 갱신한다. @param birthDate
chapter03/problem_g/Main.java:82
↓ 2 callers
Method
add_birthdate
(self, birthdate: int)
chapter03/problem_g/solution.py:15
↓ 2 callers
Method
balancing
두 힙의 사이즈를 균형을 맞춘다. 항상 maxHeap의 사이즈가 같거나 하나 더 큰 상태로 만든다.
chapter05/problem_n/Main.java:73
↓ 2 callers
Method
clearBoard
(int r, int c)
chapter07/problem_j/Main.java:117
↓ 2 callers
Method
contains
(double x, double y)
chapter10/problem_d/Main.java:98
↓ 2 callers
Method
f
전체 totalCost개의 세그먼트를 사용하여 만들 수 있는 "숫자 문자열"의 수 올바른 10진수가 아니어도 됨. @param totalCost 사용한 전체 세그먼트의 수 @return 만들 수 있는 숫자 문자열의 경우의 수
chapter09/problem_l/Main.java:77
↓ 2 callers
Method
f
* 전체 totalCost개의 세그먼트를 사용하여 만들 수 있는 "숫자 문자열"의 수 * * 올바른 10진수가 아니어도 됨. * * @param totalCost 사용한 전체 세그먼트의 수 * @return 만들 수 있는 숫자 문자열의 경우의
chapter09/problem_l/main.cpp:42
↓ 2 callers
Function
fillSieve
chapter07/problem_i/main.cpp:21
↓ 2 callers
Method
findIndex
배열에서 특정 원소의 위치를 찾는 함수 @param data 중복 없는 정수 배열 data[0] ~ data[n-1] @param n 배열의 크기 n @param m 배열에서 찾고자 하는 원소 @return 원소가 존재한다면 인덱스를, 존재하지 않으면
chapter01/problem_f/Main.java:16
↓ 2 callers
Method
findMidVal
chapter05/problem_n/main.cpp:43
↓ 2 callers
Method
get
@TODO 특정 인덱스에 위치한 원소를 반환하는 메소드 구현 @param index @return
Projects/DynamicArray/Java/DynamicArray.java:52
↓ 2 callers
Method
getBuildingsAt
(int r, int c)
Bonus/Problem05C/Main.java:73
↓ 2 callers
Method
getBuildingsAt
(r, c)ĭ�� �����ϴ� �ǹ��� �� @param r @param c @return �ش� ĭ�� �ǹ� ��
Bonus/Problem05D/Main.java:74
↓ 2 callers
Method
getChildCount
()
chapter05/problem_f/Main.java:118
↓ 2 callers
Method
getChildCount
()
chapter05/problem_e/Main.java:121
↓ 2 callers
Method
getColByIndex
(int index)
chapter04/problem_a/Main.java:44
↓ 2 callers
Method
getCurrentColumn
()
Bonus/Problem05J/Main.java:124
↓ 2 callers
Method
getCurrentRow
()
Bonus/Problem05J/Main.java:128
↓ 2 callers
Method
getDegree
(int nodeIndex)
chapter08/problem_c/Main.java:120
↓ 2 callers
Method
getDegree
chapter08/problem_c/main.cpp:29
↓ 2 callers
Method
getDirection
()
Bonus/Problem05G/Main.java:118
↓ 2 callers
Method
getDistance
(int from, int to)
chapter08/problem_b/Main.java:94
↓ 2 callers
Method
getDistance
chapter08/problem_b/main.cpp:25
↓ 2 callers
Method
getElapsedTimeTo
(Timestamp next)
Bonus/Problem05L/Main.java:64
↓ 2 callers
Function
getGCD
* a와 b의 최대 공약수를 계산하는 함수 * * @param a * @param b * @return */
chapter04/problem_c/solution.cpp:13
↓ 2 callers
Method
getGCD
a와 b의 최대 공약수를 계산하는 함수 @param a @param b @return
chapter04/problem_c/Main.java:41
↓ 2 callers
Method
getGroupBoss
chapter08/problem_e/main.cpp:21
↓ 2 callers
Method
getHash
주어진 Weight 테이블을 사용해 문자열 P의 해시 값을 계산하는 함수 @param P 해시 값을 계산할 문자열 @param weights 각 자리별 가중치 테이블 @return
chapter11/problem_a/Main.java:112
↓ 2 callers
Method
getIntersection
(Rectangle other)
Bonus/Problem05H/Main.java:78
↓ 2 callers
Method
getNextPosition
()
Bonus/Problem05E/Main.java:75
↓ 2 callers
Method
getNextPosition
()
Bonus/Problem05G/Main.java:106
↓ 2 callers
Method
getRowByIndex
(int index)
chapter04/problem_a/Main.java:38
↓ 2 callers
Method
getSquaredDistanceTo
* 2차원 평면 상에서 점 this부터 점 target까지 거리의 제곱을 계산하는 함수 * @param target * @return */
chapter02/problem_f/solution.cpp:24
↓ 2 callers
Method
getSquaredDistanceTo
@param target @return @brief 2차원 평면 상에서 점 this부터 점 target까지 거리의 제곱을 계산하는 함수
chapter02/problem_f/Main.java:58
↓ 2 callers
Method
getSquaredDistanceTo
(Point2D target)
chapter05/problem_i/Main.java:95
↓ 2 callers
Method
getSquaredDistanceTo
chapter05/problem_i/main.cpp:29
↓ 2 callers
Method
getTargetTower
()
chapter05/problem_b/Main.java:92
↓ 2 callers
Function
getTile
Bonus/Problem05A/main.cpp:11
↓ 2 callers
Method
get_squared_dist
두 점(self, other) 사이의 거리의 제곱을 반환합니다. :param other: 다른 점 :return: 두 점 사이의 거리의 제곱
chapter02/problem_f/solution.py:13
↓ 2 callers
Method
hasEdge
chapter08/problem_b/main.cpp:21
↓ 2 callers
Function
i32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_f/main.rs:14
↓ 2 callers
Function
i32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_d/main.rs:5
↓ 2 callers
Function
i32_from_vec_u8
Vec<u8> -> i32
chapter04/problem_j/main.rs:14
next →
1–100 of 1,179, ranked by callers