Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Patrick87
Patrick87 has asked
3
questions and find answers to
93
problems.
Stats
2.3k
EtPoint
730
Vote count
3
questions
93
answers
About
Software developer.
Patrick87 questions
Speed difference between If-Else and Ternary operator in C...?
Patrick87 answers
Understanding (and forming) the regular expression of this finite automaton
Are lower-bounds established by reductions tight?
Detecting if a Program is in an Infinite Loop (Read: Solving the Halting Problem)
PDA for {a^n b^m | n<=m<=2n}
Can a Turing complete language ever have a CFG?
Design DFA accepting decimal strings divisible by 7
Computational arithmetic - how many bits exactly for 8 digit number needed
What type of languages are accepted by a PDA in which stack size is limited?
Putting a for loop in a CUDA Kernel
Construct DFA for L = {(na(w)-nb(w)) mod 3>0}