November 22, 2024
Habib Rostami

Habib Rostami

Academic Rank: Associate professor
Address:
Degree: Ph.D in Computer Engineering
Phone: 0773
Faculty: Faculty of Intelligent Systems and Data Science

Research

Title An optimal time algorithm for minimum linear arrangement of chord graphs
Type Article
Keywords
Journal INFORMATION SCIENCES
DOI
Researchers Habib Rostami (Second researcher) ,

Abstract

A linear arrangement ? of an undirected graph G = (V, E) with ?V? = n nodes is a bijective function ?:V ? {0, … , n ? 1}. The cost function is cost(G,?)=?uv?E|(?(u)-?(v))| and opt(G) = min??cost(G, ?). The problem of finding opt(G) is called minimum linear arrangement (MINLA). The Minimum Linear Arrangement is an NP-hard problem in general. But there are some classes of graphs optimally solvable in polynomial time. In this paper, we show that the label of each node equals to the reverse of binary representation of its id in the optimal arrangement. Then, we design an O(n) algorithm to solve the minimum linear arrangement problem of Chord graphs.