MCPcopy Create free account

hub / github.com/EndlessCheng/codeforces-go / functions

Functions8,098 in github.com/EndlessCheng/codeforces-go

↓ 2 callersMethodtop
()
leetcode/weekly/195/d/d.go:32
↓ 2 callersFunctiontopSort
(g [][]int, deg, items []int)
leetcode/weekly/155/d/d.go:3
↓ 2 callersMethodtransform
(a, omega []complex128)
main/900-999/958F3.go:28
↓ 2 callersMethodtransform
(a, omega []int64)
copypasta/math_ntt.go:122
↓ 2 callersMethodtransform
注:下面 swap 的代码,另一种写法是初始化每个 i 对应的 j https://blog.csdn.net/Flag_z/article/details/99163939
copypasta/math_fft.go:44
↓ 2 callersFunctiontrimSpaceAndNewLine
(s string)
leetcode/testutil/helper.go:5
↓ 2 callersMethoduniqueSlice
TODO: O(size) 做法 https://mivik.blog.luogu.org/the-art-of-randomness
main/testutil/rand.go:174
↓ 2 callersMethodunit
单位向量 https://en.wikipedia.org/wiki/Unit_vector
copypasta/geometry.go:214
↓ 2 callersMethodupdate
(o, i int)
main/1300-1399/1380F.go:51
↓ 2 callersMethodupdate
(o, i, v int)
main/1100-1199/1187D.go:29
↓ 2 callersMethodupdate
(dstVersion, srcVersion int, idx int, val int)
main/800-899/813E.go:66
↓ 2 callersMethodupdate
(o, l, r, v int)
main/edu/2/segmenttree2/step4/c/main.go:54
↓ 2 callersMethodupdate
(o, l, r, v int)
misc/atcoder/dp/w/w.go:38
↓ 2 callersMethodupdate
(l, r, val int)
leetcode/season/2019fall/e/e.go:72
↓ 2 callersMethodupdate
(idx, val int)
leetcode/weekly/186/d/d.go:58
↓ 2 callersMethodupdateCnt
(o *node15, work bool)
main/900-999/915E.go:130
↓ 2 callersFunctionvalidMovesBishop
(x, y int)
leetcode/biweekly/64/d/d.go:21
↓ 2 callersFunctionvalidMovesRook
(dx,dy) 表示移动方向,t 表示移动的步数(时间)
leetcode/biweekly/64/d/d.go:6
↓ 1 callersMethodAppend
(v int)
leetcode/biweekly/37/d/d.go:92
↓ 1 callersMethodBack
(steps int)
leetcode/weekly/192/c/c.go:22
↓ 1 callersFunctionBuildListNodeFromInts
(a []int)
leetcode/testutil/predefined_type.go:278
↓ 1 callersFunctionCF1067B
github.com/EndlessCheng/codeforces-go
main/1000-1099/1067B.go:10
↓ 1 callersFunctionCF514C
(_r io.Reader, _w io.Writer)
main/500-599/514C.go:44
↓ 1 callersFunctionConstructor
(capacity int)
leetcode/weekly/151/d/d.go:25
↓ 1 callersMethodEmpty
()
copypasta/deque.go:11
↓ 1 callersMethodFloat
Float generates a random float in range [min, max] with a fixed precision
main/testutil/rand.go:72
↓ 1 callersFunctionGenAtCoderContestTemplates
(contestID string)
copypasta/template/atcoder/generator.go:363
↓ 1 callersFunctionGenAtCoderProblemTemplate
(problemURL string)
copypasta/template/atcoder/generator.go:384
↓ 1 callersFunctionGenCodeforcesContestTemplates
生成 CF 比赛模板(需要先 cf race,以确认题目数量)
copypasta/template/generator.go:15
↓ 1 callersFunctionGenCodeforcesProblemTemplates
生成单道题目的模板(Codeforces)
copypasta/template/generator.go:58
↓ 1 callersFunctionGenLeetCodeTests
获取题目信息(含题目链接) contestTag 如 "weekly-contest-200",可以从比赛链接中获取
copypasta/template/leetcode/generator.go:602
↓ 1 callersFunctionGenNowCoderTemplates
(emailOrPhone, cipherPwd, contestDir string, contestID int, funcComment string)
copypasta/template/nowcoder/generator.go:194
↓ 1 callersFunctionGenTemplates
在某一路径下批量生成模板
copypasta/template/generator.go:152
↓ 1 callersFunctionGetBiweeklyContestTag
(contestID int)
copypasta/template/leetcode/tag.go:46
↓ 1 callersFunctionGetWeeklyContestTag
(contestID int)
copypasta/template/leetcode/tag.go:42
↓ 1 callersMethodGraphEdges
TreeEdges generates a graph with n nodes, m edges, st-index, without self-loops and multiple edges TIPS: pass directed=false to generate a DAG.
main/testutil/rand.go:345
↓ 1 callersMethodHas
(p int)
copypasta/bits.go:171
↓ 1 callersMethodIntMatrix
IntMatrix generates a random int matrix with fixed row and col and its values in range [min, max]
main/testutil/rand.go:148
↓ 1 callersFunctionKuhnMunkres
(wt [][]int)
leetcode/weekly/251/c/c.go:8
↓ 1 callersFunctionLCS
github.com/EndlessCheng/codeforces-go
leetcode/weekly/229/d/d.go:4
↓ 1 callersMethodLen
()
main/700-799/706C.go:16
↓ 1 callersMethodLen
()
main/100-199/144D.go:13
↓ 1 callersMethodLen
()
main/400-499/449B.go:18
↓ 1 callersMethodLen
()
main/1400-1499/1422D.go:15
↓ 1 callersMethodLen
()
leetcode/weekly/233/b/b.go:10
↓ 1 callersMethodLsh
置 0 左移 k 位 应用 https://leetcode-cn.com/problems/minimize-the-difference-between-target-and-chosen-elements/submissions/
copypasta/bits.go:178
↓ 1 callersMethodMerge
将 c 的元素合并进 b
copypasta/bits.go:309
↓ 1 callersFunctionNewBitset
(n int)
misc/acwing/weekly/31/c/c.go:13
↓ 1 callersFunctionNewBitset
(n int)
copypasta/bits.go:167
↓ 1 callersMethodNext
()
leetcode/biweekly/15/c/c.go:47
↓ 1 callersMethodNext
(n int)
leetcode/weekly/101/a/a.go:12
↓ 1 callersFunctionParsePoints
(rawPoints string)
misc/imageutil/helper.go:24
↓ 1 callersMethodPop
()
main/500-599/567E.go:21
↓ 1 callersMethodPop
()
main/500-599/507E.go:22
↓ 1 callersMethodPop
()
main/1300-1399/1353D.go:17
↓ 1 callersMethodPop
()
main/1200-1299/1283F.go:15
↓ 1 callersMethodPop
()
main/1200-1299/1239C.go:15
↓ 1 callersMethodPop
()
main/1200-1299/1251E2.go:15
↓ 1 callersMethodPop
()
main/700-799/786B.go:21
↓ 1 callersMethodPop
()
main/700-799/715B.go:21
↓ 1 callersMethodPop
()
main/1500-1599/1572A.go:16
↓ 1 callersMethodPop
()
main/1100-1199/1196F.go:21
↓ 1 callersMethodPop
()
main/400-499/449B.go:22
↓ 1 callersMethodPop
()
main/400-499/416C.go:15
↓ 1 callersMethodPop
()
main/1400-1499/1422D.go:19
↓ 1 callersMethodPop
()
main/1400-1499/1486E.go:18
↓ 1 callersMethodPop
()
main/1400-1499/1473E.go:21
↓ 1 callersMethodPop
()
main/800-899/884D.go:17
↓ 1 callersMethodPop
()
main/800-899/825E.go:16
↓ 1 callersMethodPop
()
main/1000-1099/1076D.go:21
↓ 1 callersMethodPop
()
misc/luogu/p1792.go:18
↓ 1 callersMethodPop
()
misc/acwing/weekly/29/c/c.go:74
↓ 1 callersMethodPop
()
misc/acwing/weekly/2/c/c.go:19
↓ 1 callersMethodPop
()
misc/nowcoder/6629/c/c.go:12
↓ 1 callersMethodPop
()
misc/nowcoder/9887/c/c.go:32
↓ 1 callersMethodPop
()
misc/atcoder/abc170/f/f.go:18
↓ 1 callersMethodPop
()
leetcode/biweekly/57/b/b.go:46
↓ 1 callersMethodPop
()
leetcode/biweekly/22/d/d.go:16
↓ 1 callersMethodPop
()
leetcode/biweekly/64/b/b.go:30
↓ 1 callersMethodPop
()
leetcode/biweekly/7/c/c.go:12
↓ 1 callersMethodPop
()
leetcode/biweekly/51/b/b.go:12
↓ 1 callersMethodPop
()
leetcode/biweekly/9/d/d.go:12
↓ 1 callersMethodPop
()
leetcode/weekly/221/b/b.go:13
↓ 1 callersMethodPop
()
leetcode/weekly/180/d_pq.go:11
↓ 1 callersMethodPop
()
leetcode/weekly/266/d/d.go:59
↓ 1 callersMethodPop
()
leetcode/weekly/243/c/c.go:13
↓ 1 callersMethodPop
()
leetcode/weekly/197/c/c.go:21
↓ 1 callersMethodPop
()
leetcode/weekly/231/c/c.go:13
↓ 1 callersMethodPop
()
leetcode/weekly/237/c/c.go:16
↓ 1 callersMethodPop
()
leetcode/weekly/187/d/d.go:15
↓ 1 callersMethodPopFront
()
copypasta/deque.go:27
↓ 1 callersMethodPush
(v interface{})
main/500-599/567E.go:20
↓ 1 callersMethodPush
(v interface{})
main/500-599/507E.go:21
↓ 1 callersMethodPush
(v interface{})
main/1300-1399/1398E.go:137
↓ 1 callersMethodPush
(v interface{})
main/1300-1399/1353D.go:16
↓ 1 callersMethodPush
(v interface{})
main/1200-1299/1283F.go:14
↓ 1 callersMethodPush
(v interface{})
main/1200-1299/1239C.go:14
↓ 1 callersMethodPush
(v interface{})
main/1200-1299/1251E2.go:14
↓ 1 callersMethodPush
(v interface{})
main/700-799/713C.go:14
↓ 1 callersMethodPush
(v interface{})
main/700-799/786B.go:20
← previousnext →701–800 of 8,098, ranked by callers