2010
DOI: 10.1201/ebk0824740993
|View full text |Cite
|
Sign up to set email alerts
|

Dynamic Programming

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
24
0
1

Year Published

2010
2010
2017
2017

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 104 publications
(26 citation statements)
references
References 0 publications
1
24
0
1
Order By: Relevance
“…SPED takes a new approach of calculating the distance of strings by representing the string matching process as a problem of computing the shortest path on a directed weighted acyclic graph. The Pulling algorithm (Sniedovich, 1992) designed for such graphs is applied to calculate the shortest path. Statistical dependencies in the strings are taken into account by implementing a compound substring matching operation in addition or in some cases instead of the insertion, deletion and substitution of character pairs.…”
Section: Conclusion and Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…SPED takes a new approach of calculating the distance of strings by representing the string matching process as a problem of computing the shortest path on a directed weighted acyclic graph. The Pulling algorithm (Sniedovich, 1992) designed for such graphs is applied to calculate the shortest path. Statistical dependencies in the strings are taken into account by implementing a compound substring matching operation in addition or in some cases instead of the insertion, deletion and substitution of character pairs.…”
Section: Conclusion and Discussionmentioning
confidence: 99%
“…Classical algorithms are well known: single-source shortest path Dijkstra's algorithm (Dijkstra, 1959) for graphs with non-negative edges has complexity O(|V| 2 ); all-pairs shortest path Floyd algorithm (Floyd, 1962) for a weighted directed graph, O(|V| 3 ); single-source shortest path Bellman-Ford algorithm (Bellman, 1958;Ford and Fulkerson, 1962) can be used for a weighted graph allowing edge weights to be negative, O(|V| ⋅ |E|). Two more efficient algorithms which work for directed acyclic graphs and allow negative edge weights are the Reaching algorithm (Denardo, 2003) and the Pulling algorithm (Sniedovich, 1992) both working in O(n) time.…”
Section: Analysis Of Shortest Path Graph Algorithmsmentioning
confidence: 99%
See 1 more Smart Citation
“…We use the dynamic-programming (DP) graph search algorithm [29] to search the local boundaries of a ROI within the band, such as the Dijkstra's algorithm or the A* algorithm [30]. To accelerate the searching of an optimal path with minimum cost, we employed an active list that sorts nodes by the total cost of starting nodes.…”
Section: Methodsmentioning
confidence: 99%
“…Therefore, we can solve these problems by using convex optimization techniques. Third, the design of joint bandwidth and power allocation to maximize the energy efficiency of the CR network has been formulated as the fractional programming (FP) problem [15]. To solve it, we transform it to the parametric formulation, which allows convex optimization technology to be applied to find the optimal bandwidth and power allocation strategy.…”
Section: Introductionmentioning
confidence: 99%