1 Matching Annotations
- Jun 2020
-
rickneff.github.io rickneff.github.io
-
Start the branching with 4 powers of 2: 20, 21, 22 and 23
We branch with these powers because the prime factorization has \(2^3\). If it were instead \(2^5\), we would branch with \(2^0\), \(2^1\), \(2^2\), \(2^3\), \(2^4\), and \(2^5\), and we would have a branching factor of 6.
-