Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andrea Asperti
Andrea Asperti has asked
0
questions and find answers to
8
problems.
Stats
194
EtPoint
61
Vote count
0
questions
8
answers
About
I am Professor of Computer Science at the University of Bologna
Andrea Asperti questions
Andrea Asperti answers
In functional languages, how is the compiler able to translate non-tail recursion into loops to avoid stack overflows (if at all)?
lambda calculus, normal order, normal form,
Can it be proved that call-by-need has the minimal asymptotic time complexity among all reduction strategies?
Is it possible to evaluate lambda calculus terms efficiently?
Is poly-time functions class recursively enumerable?
Are there any Recursively Enumerable problems that are not RE-hard?
Can a Turing machine perform Quicksort?