menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Barc Interview Experience 2020- CSE stream
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
I think The JEST website rercently updated the...
hi this pdf have gate prevoius year questions or...
Thanks, dude for sharing your experience !! It...
Congratulations, at least you made it to the...
seems like you really enjoyed the process.......
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recursive problem
[closed]
0
votes
48
views
closed as a duplicate of:
GATE2014-1-35
asked
Jul 22, 2018
in
Compiler Design
Deepalitrapti
closed
Jul 22, 2018
by
Arjun
48
views
comment
0
is it C?
Please
log in
or
register
to add a comment.
0
Answers
← Prev.
Next →
← Prev. Qn. in Sub.
Next Qn. in Sub. →
Related questions
0
votes
2
answers
1
571
views
Halting problem of TM which recognize recursive languages is undecidable?
Halting problem of Turing machines which recognize recursive languages is undecidable. (True / False)
Halting problem of Turing machines which recognize recursive languages is undecidable. (True / False)
asked
Dec 10, 2018
in
Theory of Computation
gmrishikumar
571
views
decidability
recursive-and-recursively-enumerable-languages
theory-of-computation
turing-machine
rice-theorem
1
vote
2
answers
2
247
views
Write C Program using Recursive Funtions for the Problem Described below and Analyse the Complexity Of the Code
Write C Program using Recursive Funtions for the Problem Described below and Analyse the Complexity Of the Code Problem Given an unordered array arr[] which contains n distincct numbers . Propose a method which output the number which is neither maximum nor minimum . The algorithm ... C language) [ hint : Do not spent time in sorting the array . Go for a direct method using Recursive Functions ]
asked
Dec 21, 2016
in
Programming
Anjana Babu
247
views
programming-in-c
algorithms
functions
time-complexity
0
votes
0
answers
3
248
views
Recursive Descent Parser
Does RDP require back tracking ? I am asking this because I have read that if RDP doesn't require back tracking then it is a predictive parser(LL(1))!! A predictive parser is a recursive descent parser that does not require backtracking. ... the class of LL(k) grammars ( https://en.wikipedia.org/wiki/Recursive_descent_parser ) Does it mean that the RDP requires BT
Does RDP require back tracking ? I am asking this because I have read that if RDP doesn't require back tracking then it is a predictive parser(LL(1))!! A predictive parser is a recursive descent parser that does not require backtracking. Predictive parsing is ... for the class of LL(k) grammars ( https://en.wikipedia.org/wiki/Recursive_descent_parser ) Does it mean that the RDP requires BT
asked
Jan 24, 2019
in
Compiler Design
Nandkishor3939
248
views
compiler-design
parsing
1
vote
0
answers
4
184
views
Non-Left recursive grammar of the below grammar.
Grammar. S → Aa | B A → Ac | Aad | bd | epsilon . .
Grammar. S → Aa | B A → Ac | Aad | bd | epsilon . .
asked
Jan 2, 2019
in
Compiler Design
susgir2
184
views
compiler-design
left-recursion
grammar
parsing
recurrence
...