Commit questions and heap sort #29
Annotations
11 errors and 1 warning
|
build
Process completed with exit code 1.
|
|
build:
graph/dfs.go#L15
exported method Graph.DFS should have comment or be unexported
|
|
build:
graph/dfs.go#L5
exported method Graph.DFSUtil should have comment or be unexported
|
|
build:
graph/bfs.go#L31
exported method Graph.BFS should have comment or be unexported
|
|
build:
graph/bfs.go#L8
exported method Graph.BFSUtil should have comment or be unexported
|
|
build:
array/slidingwindow/subarray_sum.go#L151
exported function SmallestSubarraySumGtEqK should have comment or be unexported
|
|
build:
array/slidingwindow/subarray_sum.go#L119
comment on exported function MaxSubarrayLenK1 should be of the form "MaxSubarrayLenK1 ..."
|
|
build:
array/slidingwindow/subarray_sum.go#L102
comment on exported function MaxSubarrayLenK should be of the form "MaxSubarrayLenK ..."
|
|
build:
array/dp/grid/matrix.go#L22
should omit 2nd value from range; this loop is equivalent to `for r := range ...`
|
|
build:
array/backtracking/generate_parentheses.go#L14
comment on exported function GenerateParentheses should be of the form "GenerateParentheses ..."
|
|
build:
array/backtracking/generate_Permutations.go#L10
exported function GeneratePermutations should have comment or be unexported
|
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/data-structures/data-structures. Supported file pattern: go.sum
|