List Question
10 TechQA 2024-11-20 04:49:42Designing a DFA (alphabet 'a' and 'b') : The number of 'a' in the string must be a multiple of 3, and the string does not contain 'aba'
2.3k views
Asked by Dang Manh Truong
What is the asymptotic complexity of log_2(n)-log_3(n)?
208 views
Asked by Binary
Why are all the fundamental data structures in computer science recursive in nature?
248 views
Asked by vg1
Proof by induction binary tree of height n has 2^(n+1)-1 nodes
2.8k views
Asked by iordanis
How to covert bnf to ebnf from that !? bnf <Z> ::= DCd | D<N>C
58 views
Asked by ฺBUGS
how to prove {(a^m)(b^n)(c^k): m!=k and m,n,k ∈ N} is non-regular?
32 views
Asked by 李力扬
Is there any algorithm for converting the 2d images into 3d model?
111 views
Asked by Payal Maken
Pumping lemma for CFL
828 views
Asked by learner
LISP 1.5 How lisp is like a machine language?
503 views
Asked by Salah Eddine Taouririt
Choosing the optimal radix/number-of-buckets when sorting n-bit integers using radix sort
1.2k views
Asked by sigue