MCPcopy Create free account
hub / github.com/NASU41/AtCoderLibraryForJava / convolutionNaive

Method convolutionNaive

Convolution/Convolution.java:397–409  ·  view source on GitHub ↗

Naive convolution. (Complexity is O(N^2)!!) @param a Target array 1. @param b Target array 2. @param mod Mod. @return Answer.

(long[] a, long[] b, int mod)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76