Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Errichto/youtube
/ functions
Functions
637 in github.com/Errichto/youtube
⨍
Functions
637
◇
Types & classes
183
↓ 2 callers
Method
rotate90
templates/geo.cpp:44
↓ 2 callers
Function
score
PSUT-coding-marathon/f.cpp:280
↓ 2 callers
Function
simulate
returns (score, finished)
hashcode/2021_qual/pro.cpp:220
↓ 2 callers
Function
simulate
returns (score, finished)
hashcode/2021_qual/improve.cpp:189
↓ 1 callers
Function
GenerateSeed
()
GCJ/2021/1B/testing_tool.py:45
↓ 1 callers
Function
Input
()
GCJ/2021/1B/testing_tool.py:105
↓ 1 callers
Function
ReadValues
(line, num_tokens)
GCJ/2021/1B/testing_tool.py:49
↓ 1 callers
Function
RunCase
(input_fn, num_towers, height)
GCJ/2021/1B/testing_tool.py:77
↓ 1 callers
Function
RunCases
(num_cases, num_towers, height, need_correct)
GCJ/2021/1B/testing_tool.py:103
↓ 1 callers
Function
add
998244353
matrix-exponentiation/i2.cpp:57
↓ 1 callers
Function
add
POI/garbage/author.cpp:61
↓ 1 callers
Function
adv
AOC-2024/17.cpp:31
↓ 1 callers
Function
apply
returns char printed OR info_nothing_printed OR error
AOC-2024/21-copy.cpp:91
↓ 1 callers
Function
apply
returns char printed OR info_nothing_printed OR error
AOC-2024/21.cpp:91
↓ 1 callers
Function
bdv
AOC-2024/17.cpp:55
↓ 1 callers
Function
bottom_up
GCJ/2020/R2/d.cpp:123
↓ 1 callers
Function
bst
AOC-2024/17.cpp:37
↓ 1 callers
Function
build
CSES/Introductory/15-creating-strings.cpp:8
↓ 1 callers
Function
bxc
AOC-2024/17.cpp:47
↓ 1 callers
Function
bxl
AOC-2024/17.cpp:34
↓ 1 callers
Method
can_below
AOC-2020/20-jigsaw/jigsaw.cpp:40
↓ 1 callers
Method
can_below
AOC-2020/20-jigsaw/jigsaw2.cpp:92
↓ 1 callers
Method
can_below
AOC-2020/20-jigsaw/visual.cpp:42
↓ 1 callers
Method
can_right
AOC-2020/20-jigsaw/jigsaw.cpp:43
↓ 1 callers
Method
can_right
AOC-2020/20-jigsaw/jigsaw2.cpp:95
↓ 1 callers
Method
can_right
AOC-2020/20-jigsaw/visual.cpp:45
↓ 1 callers
Function
cdv
AOC-2024/17.cpp:59
↓ 1 callers
Function
check
POI/garbage/author.cpp:70
↓ 1 callers
Function
compute
obliczanie wyniku przy znanej liczbie inwersji w kazdym wezle
POI/tree-rotations/author.cpp:82
↓ 1 callers
Function
compute_intervals
uses global array: int priority[n_streets];
hashcode/2021_qual/pro.cpp:210
↓ 1 callers
Function
compute_intervals
uses global array: int priority[n_streets];
hashcode/2021_qual/improve.cpp:179
↓ 1 callers
Method
compute_intervals
void gen_ones() { for(int road : ins) { if(!street_freq[road]) { continue; } int len = 1; cycle.emplace_back(road, len); cycle_sum += len; } }
hashcode/2021_qual/pro.cpp:68
↓ 1 callers
Method
compute_intervals
void gen_ones() { for(int road : ins) { if(!street_freq[road]) { continue; } int len = 1; cycle.emplace_back(road, len); cycle_sum += len; } }
hashcode/2021_qual/improve.cpp:67
↓ 1 callers
Function
det
templates/geo.cpp:99
↓ 1 callers
Function
dfs
CSES/Introductory/24-grid-path.cpp:22
↓ 1 callers
Function
dfs
AOC-2024/10.cpp:16
↓ 1 callers
Function
dfs
AOC-2024/12.cpp:12
↓ 1 callers
Function
dfs_depth
GCJ/2020/R2/d.cpp:116
↓ 1 callers
Function
dfs_one
atcoder-dp/v.cpp:64
↓ 1 callers
Function
dfs_parent
GCJ/2020/R2/d.cpp:230
↓ 1 callers
Function
dfs_two
atcoder-dp/v.cpp:79
↓ 1 callers
Method
dot
templates/geo.cpp:40
↓ 1 callers
Function
dp_solve
leetcode/april-2020-challenge/week1-stocks.cpp:18
↓ 1 callers
Function
draw_plansza
(plansza, name="", backbone=[], routers=[])
hashcode/2021_practice/lol.py:23
↓ 1 callers
Function
expo_power
matrix-exponentiation/d2.cpp:19
↓ 1 callers
Function
expo_power
matrix-exponentiation/e.cpp:16
↓ 1 callers
Function
expo_power
matrix-exponentiation/c.cpp:15
↓ 1 callers
Function
expo_power
matrix-exponentiation/c2.cpp:19
↓ 1 callers
Function
expo_power
matrix-exponentiation/e2.cpp:22
↓ 1 callers
Function
expo_power
matrix-exponentiation/a.cpp:14
↓ 1 callers
Function
expo_power
matrix-exponentiation/g.cpp:16
↓ 1 callers
Function
expo_power
matrix-exponentiation/f2.cpp:21
↓ 1 callers
Function
expo_power
matrix-exponentiation/b.cpp:15
↓ 1 callers
Function
expo_power
matrix-exponentiation/b2.cpp:27
↓ 1 callers
Function
expo_power
matrix-exponentiation/f.cpp:17
↓ 1 callers
Function
expo_power
matrix-exponentiation/d.cpp:22
↓ 1 callers
Function
f
1) Looking for 'target' in a sorted array.
lectures/binary-search/old-implementation.cpp:4
↓ 1 callers
Function
f
O(2^N) f(next_index, sum_of_first_set, sum_of_second_set) f(next_index, sumFirst - sumSecond)
CSES/Introductory/16-apple.cpp:11
↓ 1 callers
Function
f
AOC-2024/22-part2.cpp:5
↓ 1 callers
Function
f
AOC-2024/22.cpp:5
↓ 1 callers
Function
find_good
hashcode/2021_practice/2021_practice_pro.cpp:59
↓ 1 callers
Function
find_monsters
AOC-2020/20-jigsaw/jigsaw2.cpp:27
↓ 1 callers
Method
fix
templates/geo.cpp:109
↓ 1 callers
Function
flip
AOC-2020/20-jigsaw/jigsaw.cpp:14
↓ 1 callers
Function
flip
AOC-2020/20-jigsaw/jigsaw2.cpp:14
↓ 1 callers
Function
flip
AOC-2020/20-jigsaw/visual.cpp:15
↓ 1 callers
Function
for
GCJ/2020/R2/b.cpp:84
↓ 1 callers
Function
for
atcoder-dp/f.cpp:63
↓ 1 callers
Method
gen_ones
hashcode/2021_qual/simulation.cpp:50
↓ 1 callers
Method
get
leetcode/april-2020-challenge/24-lru-cache.cpp:24
↓ 1 callers
Function
getChar
AOC-2024/21-copy.cpp:40
↓ 1 callers
Function
getChar
AOC-2024/21.cpp:40
↓ 1 callers
Function
getDir
<<^^<>>^v^<v^vv<>v
AOC-2024/15.cpp:7
↓ 1 callers
Function
getDir
<<^^<>>^v^<v^vv<>v
AOC-2024/15-part2.cpp:8
↓ 1 callers
Function
getOP
AOC-2024/24-part2.cpp:22
↓ 1 callers
Function
getString
AOC-2024/24-part2.cpp:6
↓ 1 callers
Method
getValue
leetcode/april-2020-challenge/week1-stocks.cpp:102
↓ 1 callers
Function
go
POI/garbage/author.cpp:77
↓ 1 callers
Function
greedy_solve
leetcode/april-2020-challenge/week1-stocks.cpp:38
↓ 1 callers
Function
greedy_solve_segment_tree
leetcode/april-2020-challenge/week1-stocks.cpp:185
↓ 1 callers
Function
ile
(sransza, x1, x2, y1, y2)
hashcode/2021_practice/lol.py:68
↓ 1 callers
Function
inside
vector<pair<int,int>> directions{{-2,-1},{-2,1},{-1,2},{-1,-2},{1,2},{1,-2},{2,-1},{2,1}};
matrix-exponentiation/e.cpp:31
↓ 1 callers
Function
inside
AOC-2024/12.cpp:8
↓ 1 callers
Function
isOK
AOC-2024/02-part2.cpp:7
↓ 1 callers
Function
is_palindrome
O(N^2 log(N)) solution first, then O(N^2) below
leetcode/5-palindromic-substring.cpp:2
↓ 1 callers
Function
jnz
AOC-2024/17.cpp:40
↓ 1 callers
Method
len
templates/geo.cpp:37
↓ 1 callers
Function
main
GCJ/2020/qual/D-esab-atad.cpp:106
↓ 1 callers
Function
main
GCJ/2020/R2/c.cpp:110
↓ 1 callers
Function
main
()
GCJ/2021/1B/testing_tool.py:132
↓ 1 callers
Function
makeMove
AOC-2024/21-copy.cpp:68
↓ 1 callers
Function
makeMove
AOC-2024/21-part2.cpp:74
↓ 1 callers
Function
makeMove
AOC-2024/21.cpp:68
↓ 1 callers
Function
make_pref
PSUT-coding-marathon/k.cpp:49
↓ 1 callers
Method
merge
POI/22-movie-goer.cpp:7
↓ 1 callers
Method
merge
atcoder-dp/w.cpp:43
↓ 1 callers
Function
mix_colors
(c1, c2)
hashcode/2021_practice/lol.py:18
↓ 1 callers
Function
out
AOC-2024/17.cpp:51
↓ 1 callers
Method
pipeToStdErr
(self, stream)
GCJ/2021/1B/interactive_runner.py:68
↓ 1 callers
Function
place
O(N! * N) but way faster in practice because of diagonals
CSES/Introductory/17-chessboard.cpp:12
← previous
next →
101–200 of 637, ranked by callers