scispace - formally typeset
T

Tadao Takaoka

Researcher at University of Canterbury

Publications -  101
Citations -  1396

Tadao Takaoka is an academic researcher from University of Canterbury. The author has contributed to research in topics: Shortest path problem & Maximum subarray problem. The author has an hindex of 21, co-authored 100 publications receiving 1363 citations. Previous affiliations of Tadao Takaoka include Hitachi & Ibaraki University.

Papers
More filters
Journal ArticleDOI

A new upper bound on the complexity of the all pairs shortest path problem

TL;DR: A new algorithm is invented for the all pairs shortest path problem with O (n 3 ( log log n log n ) time on a unifor RAM) by an improvement of Fredman's result by a factor of 1.6.
Journal ArticleDOI

Efficient Algorithms for the Maximum Subarray Problem by Distance Matrix Multiplication

TL;DR: An efficient algorithm that maximizes the sum of array elements of a subarray of a two-dimensional array that correlates two parameters involved in data, such as ages and income for the amount of sales per some period is designed.
Journal ArticleDOI

An all pairs shortest path algorithm with expected time O ( n 2 log n )

TL;DR: The new algorithm addresses the all pairs shortest path problem for a nonnegatively weighted directed graph of n vertices in average time and represents an asymptotic improvement over the algorithm given by Bloniarz for this class of random graphs.
Journal ArticleDOI

Subcubic Cost Algorithms for the All Pairs Shortest Path Problem

TL;DR: Three subcubic cost algorithms for the all pairs shortest distance (APSD) and path (APSP) problems are given and with respect to M the complexity O((Mn)μ) of a sequential algorithm for a graph with edge costs up to M to O(M1/3n(6+ω)/3(log n)2/3( log log n) 1/3) in the APSD problem.
Journal ArticleDOI

A technique for two-dimensional pattern matching

TL;DR: By reducing an array matching problem to a string matching problem in a natural way, it is shown that efficient string matching algorithms can be applied to arrays, assuming that a linear preprocessing is made on the text.