discrete-mathematics
Counting problem: possible sudoko tables?
I\'m working on a sudoko solver (python). my method is using a game tree and explore possible permutations for each set of digits by DFS Algorithm.[详细]
2022-12-25 18:54 分类:问答count of distinct acyclic paths from A[a,b] to A[c,d]?
I\'m writing a sokoban solver for fun and practice, it uses a simple algorithm (something like BFS with a bit of difference).[详细]
2022-12-24 14:45 分类:问答Which topic in Discrete Mathematics is considered as a prerequisite for data structures course?
I want to read a book on data structures and algorithms, but I would like to开发者_JAVA百科 know if there is any specific topic in discrete mathematics considered very important as a prerequisite to u[详细]
2022-12-18 21:33 分类:问答Permutation of an arraylist objects
I have an arraylist which contains some objects and i have to get permutation of that objects?How can i do that?[详细]
2022-12-16 22:09 分类:问答Project Euler: please help me understand #106
I have solved #103 and #105, but I have a hard time understanding #106, specifically where does the number 25 come from?[详细]
2022-12-12 23:58 分类:问答RSA cryptosystem
Hi i am trying to set up an RSA cryptosystem i have all the values except d selected prime numbers: p=1889, q=2003, n=3783667, phi=3779776, e= 61[详细]
2022-12-11 05:31 分类:问答Looking for examples where knowledge of discrete mathematics is helpful [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_运维技巧[详细]
2022-12-11 04:05 分类:问答What number in binary can only be represented as an approximation?
In decimal (base 10), 1/3 can only be approximated to 0.33333 repeating. What number is the equival开发者_StackOverflowent in binary that can only be represented as an approximation?0.1 is one such[详细]
2022-12-10 01:21 分类:问答