DocumentCode
1808005
Title
Crossing distribution of circuit wires between two regions using indexed binary search tree
Author
Deng, Xinguo ; Wu, Wangyu ; Fang, Lina
Author_Institution
Coll. of Software, Fuzhou Univ., Fuzhou, China
Volume
4
fYear
2011
fDate
24-26 Dec. 2011
Firstpage
2799
Lastpage
2802
Abstract
In the problem of crossing distribution of circuit wires between two regions, the current algorithms of using either linear list or dynamic programming have the complexity of O(n2). In order to reduce the complexity of the existing algorithms, a more efficient algorithm of using indexed binary search tree is introduced in this paper. The effectiveness of the algorithm with a time consuming complexity of O(nlogn) is illustrated through the theoretical analysis and by demonstrating the experiment results of corresponding C++ program.
Keywords
C++ language; circuit analysis computing; computational complexity; dynamic programming; C++ program; O(n2) complexity; O(nlogn); circuit wires; crossing distribution; dynamic programming; indexed binary search tree; linear list; time consuming complexity; circuit wires; crossing distribution; indexed binary search tree;
fLanguage
English
Publisher
ieee
Conference_Titel
Computer Science and Network Technology (ICCSNT), 2011 International Conference on
Conference_Location
Harbin
Print_ISBN
978-1-4577-1586-0
Type
conf
DOI
10.1109/ICCSNT.2011.6182545
Filename
6182545
Link To Document