2002
DOI: 10.1023/a:1020011921468
|View full text |Cite
|
Sign up to set email alerts
|

Untitled

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 0 publications
0
2
0
Order By: Relevance
“…Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time (by time, here, is referred to the time elapsed till reaching any level of the search tree). Backtracking Algorithm is usually applied to avoid or reduce the possibility of fail pathways in a maze or a puzzle [10]. Other than backtracking while fail in pathway, the backtracking technique may also be applied in the way to start its path from the end to find all possible path way to reach end from start by backtracking from end to start without leaving out any possible pathway [9].…”
Section: Backtracking Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time (by time, here, is referred to the time elapsed till reaching any level of the search tree). Backtracking Algorithm is usually applied to avoid or reduce the possibility of fail pathways in a maze or a puzzle [10]. Other than backtracking while fail in pathway, the backtracking technique may also be applied in the way to start its path from the end to find all possible path way to reach end from start by backtracking from end to start without leaving out any possible pathway [9].…”
Section: Backtracking Algorithmmentioning
confidence: 99%
“…As each end of the tree will result in one unique test case path; by starting from each end nodes, it will reduce the number of loops, and reduce the deciding time. Backtracking may go through all possible nodes and make sure there is no any possible test cases paths left out [10]. This research aims to know which of Depth First Search technique or Backtracking technique is more suitable for generating test cases.…”
Section: Introductionmentioning
confidence: 99%