List Question
10 TechQA 2025-01-02 12:43:15Designing 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)?
217 views
Asked by Binary
Why are all the fundamental data structures in computer science recursive in nature?
257 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
67 views
Asked by ฺBUGS
how to prove {(a^m)(b^n)(c^k): m!=k and m,n,k ∈ N} is non-regular?
43 views
Asked by 李力扬
Is there any algorithm for converting the 2d images into 3d model?
122 views
Asked by Payal Maken
Pumping lemma for CFL
841 views
Asked by learner
LISP 1.5 How lisp is like a machine language?
512 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