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
99
problems.
Stats
2.4k
EtPoint
749
Vote count
3
questions
99
answers
About
Software developer.
Patrick87 questions
Speed difference between If-Else and Ternary operator in C...?
Patrick87 answers
How Can I Tell if a DFA Accepts an Empty String?
Advantages of Weak Typing over Strong Typing
When is it "allowed" not to free dynamically allocated memory?
Why are integer variable sizes limited (to 32/64 bits, etc)?
Space Complexity Example
Worst scenario for shell sort: Θ(N^3/2) or O((NlogN)^2)?
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}