Math




Powers of 2 and k-digits structures

Powers of 2 and some of their k-digit structures.



Eulerian cycles for combinatorial independent sets determination

In the last post, we described a naive algorithm to determine independent sets and got a terrible complexity. Now, we want to grab this algorithm to use it as a base for an alternative way of independent set generation.



Ad hoc method for independent sets

Today, we want to determine indpendent sets of an arbitrary undirected graph. Which can be done by a trivial ad hoc method, described as follows...



Cyclotomic polynomials for primes: Appendix

Ok, last time, we had ...



Cyclotomic polynomials for primes

How you can use cyclotomic polynomials for primes number describtion.