An Efficient Algorithm for Graph Bisection of Triangularizations

Size: px
Start display at page:

Download "An Efficient Algorithm for Graph Bisection of Triangularizations"

Transcription

1 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri , USA Abstract. Graph bisectio is a elemetary problem i graph theory. We cosider the best kow experimetal algorithms ad itroduce a ew algorithm called Logest-Path-Algorithm. Applyig this algorithm to the cluster tree geeratio of hierarchical matrices, arisig for example i discretizatios of partial equatios, we show that this algorithm outperforms previous algorithms. Keywords. Graph bisectio, hierarchical matrices, triagularizatios. AMS Subject Classificatio. 05C85, 68Q25, 68W20. 1 Itroductio Let G = (V, E) be a udirected ad uweighted graph with V =. Geeralizig the stadard defiitio for odd we defie a bisectio as a partitio (X, Y ) of V with X = 2. The bisectio width is

2 defied as the miimum umber of edges betwee X ad Y amog all possible bisectios (X, Y ) ad MiBisectio is the NP-hard problem of fidig a bisectio with miimum bisectio width. Sara ad Vazirai [9] developed a polyomial-time algorithm approximatig the bisectio width by a factor of /2 ad showed that their algorithm does ot approximate it with a better factor. Feige, Krauthgamer, Nissim [2] improved the approximatio factor to log. For some classes we ca compute the bisectio width i polyomial time. Papadimitriou, Sideri [8] gave such a algorithm for grid graphs. Boppaa [1] gave a algorithm based o eigevalue computatio ad the ellipsoid algorithm, which is able to compute a lower boud for the bisectio width ad equals it for a radom class of graphs. We cosider some elemetary algorithms, as the Simple-Greedy- Algorithm, the Kerigha-Algorithm [7] ad the Radomized-Black- Holes-Algorithm [3]. Although oly less complexity results are kow about them, they give good experimetal results. I this paper, we itroduce a ew elemetary bisectio algorithm. We show that its complexity is equal or better tha the complexity of the previous algorithms. I experimets with plaar graphs it beats the kow algorithms ad fids optimal solutios. Our applicatio is the followig problem which is importat i may topics, e.g. solvig partial differetial equatios ad itegral equatios: Cosider high-dimesioal matrices, which are dese, but might have large rak. As additio, multiplicatio ad iversio of those matrices are expesive, they are represeted as hierarchical matrices (Hmatrices). The operatios applied to the hierarchical matrices give the exact results with a small error term, but with a almost liear complexity. The hierarchical matrices cosist of some blocks of differet size each havig small rak. The partitio of the hierarchical matrices is described by cluster trees ad ca be viewed as a graph (for details see [4], [5], [6]). Fidig a small bisectio width of this graph eables us to efficietly computig the above operatios. We apply the algorithms to the followig typical example. We partitio the matrices by triagularizatio, with refiig at differet places: uiform refiemet, refiemet at oe side, refiemet at all sides. 2

3 2 Previous Algorithms For the algorithms we eed the followig defiitio: Defiitio 1. Let G = (V, E) be a graph ad X, Y V with X Y = ad X Y = V. a) For x X deote with I(x) the ier costs, i.e. the umber of edges (x, z) E with z X \ {x}. Aalogously we defie I(y) for y Y. b) For x X deote with O(x) the outer costs, i.e. the umber of edges (x, z) E with z Y. Aalogously we defie O(y) for y Y. { 1, if (x, y) E c) For x X, y Y let ω(x, y) :=. 0, otherwise d) For x X, y Y let S(x, y) := O(x) I(x) + O(y) I(y) 2ω(x, y). 2.1 Simple-Greedy-Algorithm The followig elemetary algorithm starts with a radom bisectio ad swaps two vertices of differet sides of the bisectio obtaiig a better bisectio, util there is o improvemet by this method. As the ier costs become outer costs ad the outer costs become ier costs by swappig two vertices x, y, we get a improvemet, if ad oly if S(x, y) > 0. Algorithm 1 (Simple-Greedy) Iput Graph G = (V, E) with V =. 1 Choose a bisectio (X, Y ), uiformly at radom amog all possible bisectios. 2 Choose x X, y Y with S(x, y) > 0. 3 Swap vertices x ad y. 4 Repeat steps 2 ad 3, util there are o x X, y Y with S(x, y) > 0. Output Bisectio (X, Y ) As the bisectio width is smaller tha 2, the steps 2 ad 3 ca be executed at most 2 times. Sice i each executio of step 2 the value S(x, y) is computed at most times, it follows: 2 2 Remark 1. The Simple-Greedy-Algorithm eeds O( 4 ) steps. 3

4 2.2 Kerigha-Li-Algorithm The followig algorithm of Kerigha, Li [7] is a geeralizatio of the Simple-Greedy-Algorithm. We do some swaps, eve if there is o improvemet after the swaps, but there might be a later improvemet. Algorithm 2 (Kerigha, Li) Iput Graph G = (V, E) with V =. 1 Choose a bisectio (X, Y ), uiformly at radom amog all possible bisectios. 2 Copy (X, Y ) to (X, Y ). 3 Choose x X, y Y with maximum S(x, y) (it might be S(x, y) 0). 4 Swap vertices x ad y. 5 X := X \ {x}, Y := Y \ {y}. 6 Repeat steps 3 to 5, util X :=, Y :=. 7 Choose the bisectio (X, Y ) as the bisectio with miimum bisectio width amog all bisectios received after step 4. 8 Repeat steps 2 to 7, util we caot get ay improvemet by these steps. Output Bisectio (X, Y ) Istead of oe executio of the steps 2 ad 3 i the Simple-Greedy- Algorithm, we execute times the steps 3 to 5 of the Kerigha- 2 Li-Algorithm. So we obtai: Remark 2. The Kerigha-Li-Algorithm eeds O( 5 ) steps. 2.3 Radomized-Black-Holes-Algorithm The followig algorithm of Ferecz et al. [3] starts with two empty sets X, Y, called the black holes, ad alterately adds to both sets oe vertex, util we have a bisectio. 4

5 Algorithm 3 (Radomized-Black-Holes) Iput Graph G = (V, E) with V =. 1 X :=, Y :=. 2 Choose uiformly at radom a edge betwee V \{X Y } ad X ad add the correspodig vertex i V \ {X Y } to X. If there is o such edge, choose uiformly at radom a vertex amog all vertices i V \ {X Y } ad add it to X. 3 Do step 2 for Y. 4 Repeat steps 2 ad 3, util (X, Y ) is a bisectio. Output Bisectio (X, Y ) Sice i each executio of step 2 or 3 we have to test at most 2 edges ad the steps 2 or 3 are executed times, it follows: Remark 3. The Radomized-Black-Holes-Algorithm eeds O( 3 ) steps. 3 Logest-Path-Algorithm For plaar graphs, it is reasoable to partitio the vertices ito two classes, which are separated by oly oe lie. We should get such a separatio, if we start from two vertices with large distace. So we choose oe arbitrary vertex z. By repeatedly determiig the eighborhoods of z, we fid aother vertex x, as far as possible from z. After repeatig this process with x, we obtai y. We start with {x} ad {y} ad multiply add the eighborhoods to the previous sets, util we have a bisectio. Algorithm 4 (Logest-Path) Iput Graph G = (V, E) with V =. 1 Choose uiformly at radom a vertex z. 2 Z := {z}. 3 List all eighbors of vertices from Z ad add it to Z. 4 Repeat step 3, util Z = V. 5 Choose oe of the vertices, added i the last executio of step 3, ad deote it with x. 5

6 6 Repeat steps 2 to 5 with x istead of z. The resultig vertex is deoted with y. 7 X := {x}, Y := {y}. 8 List all eighbors of vertices from X ad add each eighbor to X, except for X 2. 9 Repeat step 8, if X < List all eighbors of vertices from Y ad add each eighbor to Y, except for Y Repeat step 10, if Y < Add the remaiig vertices i a arbitrary way, so that X = 2 ad Y = 2. Output Bisectio (X, Y ) As i the steps 3,8 ad 10 for every added vertex we have to test at most 2 edges, we obtai the same complexity as for the Radomized- Black-Holes-Algorithm: Remark 4. The Logest-Path-Algorithm eeds O( 3 ) steps. As the Simple-Greedy-Algorithm should reduce the legth of the lie separatig the two sides of the bisectio, we add this algorithm to the Logest-Path-Algorithm. I this case, for the Simple-Greedy- Algorithm it is sufficiet to test oly the vertices, which have at least oe eighbor at the other side of the bisectio. 4 Experimetal Results We have tested the Simple-Greedy-Algorithm (SG), the Kerigha- Li-Algorithm (KL), the Radomized-Black-Holes-Algorithm (RBH), the Logest-Path-Algorithm (LP) ad the Logest-Path-Algorithm followed by the Simple-Greedy-Algorithm (LP+ SG) for the examples described i the itroductio. We compare their bisectio widths with the optimal oes ad additioally compare their executio times. Fially we graphically preset oe typical example of all three graph classes. We color all areas at the oe side of the bisectio with red ad all areas at the other side of the bisectio with gree. Areas betwee the sides of the bisectio are ot colored. For the 6

7 Logest-Path-Algorithm, we additioally show, where are the startig vertices x ad y. I the tables let be the umber of vertices ad m the umber of edges of the graph. 4.1 Uiform refiemet SG KL RBH LP LP+SG OPT = 9 Bisectio width m = 16 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 25 Bisectio width m = 56 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 81 Bisectio width m = 208 Executio time 00:00:00 00:00:02 00:00:01 00:00:00 00:00:00 = 289 Bisectio width m = 800 Executio time 00:00:00 00:02:33 00:00:37 00:00:00 00:00:00 = 1089 Bisectio width m = 3136 Executio time 00:00:05 05:44:04 00:33:46 00:00:02 00:00:06 = 4225 Bisectio width m = Executio time 00:01:23 240:27:19 33:20:59 00:00:32 00:01:35 = Bisectio width m = Executio time 00:22:53 00:08:35 00:25:11 Table 1. Triagularizatio graphs with uiform refiemet 7

8 SG-Algorithm KL-Algorithm RBH-Algorithm y LP-Algorithm x LP+SG-Algorithm/ Optimal Solutio Fig. 1. Example for uiform refiemet: = 289, m = 800 From the structure of the graph, the optimal bisectio width of step k of refiemet ca easily be show to be 2 k The Kerigha-Li-Algorithm ad the Radomized-Black-Holes-Algorithm produce better results tha the Simple-Greedy-Algorithm. Although they eed much more executio time, they give cosiderably worse results tha the two versios of the Logest-Path- Algorithm. The Simple-Greedy-Algorithm after the Logest-Path- Algorithm leads oly to a small improvemet. With the Logest- Path-Algorithm followed by the Simple-Greedy-Algorithm, we fid a optimal solutio or a solutio, oly larger by 1, i compariso to the optimal oe. 8

9 4.2 Refiemet at oe side For these graphs, the optimal bisectio width of step k of refiemet is 2k + 3. The Logest-Path-Algorithm followed by the Simple- Greedy-Algorithm fids a optimal solutio i all cases. The other results are similar to the case of uiform refiemet. SG KL RBH LP LP+SG OPT = 9 Bisectio width m = 16 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 18 Bisectio width m = 39 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 35 Bisectio width m = 84 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 68 Bisectio width m = 173 Executio time 00:00:00 00:00:03 00:00:00 00:00:00 00:00:00 = 133 Bisectio width m = 350 Executio time 00:00:00 00:00:21 00:00:03 00:00:00 00:00:00 = 262 Bisectio width m = 703 Executio time 00:00:00 00:02:09 00:00:27 00:00:00 00:00:00 = 519 Bisectio width m = 1408 Executio time 00:00:02 00:21:33 00:03:27 00:00:00 00:00:01 = 1032 Bisectio width m = 2817 Executio time 00:00:05 02:50:37 00:27:15 00:00:02 00:00:05 = 2057 Bisectio width m = 5634 Executio time 00:00:22 03:37:28 00:00:07 00:00:22 = 4106 Bisectio width m = Executio time 00:01:37 00:00:29 00:01:27 = 8203 Bisectio width m = Executio time 00:06:17 00:01:58 00:05:56 = Bisectio width m = Executio time 00:21:49 00:07:54 00:23:08 Table 2. Triagularizatio graphs with refiemet at oe side 9

10 SG-Algorithm KL-Algorithm RBH-Algorithm y x LP-Algorithm LP+SG-Algorithm/ Optimal Solutio Fig. 2. Example for refiemet at oe side: = 133, m =

11 4.3 Refiemet at all sides SG KL RBH LP LP+SG OPT = 9 Bisectio width m = 16 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 25 Bisectio width m = 56 Executio time 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 = 73 Bisectio width m = 184 Executio time 00:00:00 00:00:02 00:00:01 00:00:00 00:00:00 = 185 Bisectio width m = 488 Executio time 00:00:00 00:00:44 00:00:09 00:00:00 00:00:00 = 425 Bisectio width m = 1144 Executio time 00:00:01 00:15:58 00:01:58 00:00:00 00:00:01 = 921 Bisectio width m = 2504 Executio time 00:00:04 02:44:46 00:20:07 00:00:01 00:00:04 = 1929 Bisectio width m = 5272 Executio time 00:00:22 00:00:07 00:00:20 = 3961 Bisectio width m = Executio time 00:01:28 00:00:27 00:01:23 = 8041 Bisectio width m = Executio time 00:05:25 00:01:53 00:05:46 = Bisectio width m = Executio time 00:22:24 00:07:45 00:23:29 Table 3. Triagularizatio graphs with refiemet at all sides 11

12 SG-Algorithm KL-Algorithm RBH-Algorithm y x LP-Algorithm LP+SG-Algorithm Optimal Solutio Fig. 3. Example for refiemet at all sides: = 425, m = 1144 As there is o trivial formula for the optimal bisectio width, we calculate it separately for every step of refiemet. The Simple-Greedy-Algorithm after the Logest-Path-Algorithm gives a much smaller bisectio width. Except for step k = 7 of refiemet, we fid a optimal or almost optimal solutio. The case k = 7 gives such a bad result, as there are two gree areas i the red area, ad so there is ot oly oe lie, separatig the two areas. For regular structures like rectagular grid graphs or the graph of uiform refiemet of sectio 4.1 this case caot appear. 5 Coclusios I most cases the Logest-Path-Algorithm followed by the Simple- Greedy-Algorithm fids bisectios with miimum bisectio width. 12

13 These bisectio widths are cosiderably smaller tha those that ca be obtaied from previous algorithms. The executio times as well as the complexity of the algorithm is better or equal to previous algorithms. Ackowledgemet I would like to thak Wolfgag Hackbusch ad Aad Srivastav for itroducig me to the partitioig problem of hierarchical matrices as well as for the idea of the Logest-Path-Algorithm ad Lars Grasedyck for some hits for implemetig ad graphically presetig the graphs. Refereces 1. R.B. Boppaa, Eigevalues ad Graph Bisectio: A Average-Case Aalysis, IEEE Symposium o Foudatios of Computer Sciece (FOCS) (1987), U. Feige, R. Krauthgamer ad K. Nissim, Approximatig the Miimum Bisectio Size, Aual ACM Symposium o Theory of Computig (STOC) (2000), A. Ferecz, R. Szewczyk, J. Weistei ad J. Wilkeig, Graph Bisectio, Fial Report, Uiversity of Califoria at Berkeley (1999). 4. L. Grasedyck, Theorie ud Aweduge Hierarchischer Matrize, Ph. D. Thesis, Uiversity of Kiel (2001). 5. W. Hackbusch, A Sparse Matrix Arithmetic Based o H-Matrices. Part I: Itroductio to H-Matrices, Computig, 62 (1999), W. Hackbusch ad B. Khoromskij, A Sparse H Arithmetic. Part II: Applicatio to Multi-Dimesioal Problems, Computig, 64 (2000), B.W. Kerigha ad S. Li, A Efficiet Heuristic Procedure for Partitioig Graphs, The Bell System Techical Joural, 49(2) (1970), C.H. Papadimitriou ad M. Sideri, The Bisectio Width of Grid Graphs, Mathematical Systems Theory, 29 (1996), H. Sara ad V.V. Vazirai, Fidig k Cuts withi Twice the Optimal, SIAM J. Comput., 24(1) (1995),

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations Applied Mathematical Scieces, Vol. 1, 2007, o. 25, 1203-1215 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045, Oe

More information

Ones Assignment Method for Solving Traveling Salesman Problem

Ones Assignment Method for Solving Traveling Salesman Problem Joural of mathematics ad computer sciece 0 (0), 58-65 Oes Assigmet Method for Solvig Travelig Salesma Problem Hadi Basirzadeh Departmet of Mathematics, Shahid Chamra Uiversity, Ahvaz, Ira Article history:

More information

CHAPTER IV: GRAPH THEORY. Section 1: Introduction to Graphs

CHAPTER IV: GRAPH THEORY. Section 1: Introduction to Graphs CHAPTER IV: GRAPH THEORY Sectio : Itroductio to Graphs Sice this class is called Number-Theoretic ad Discrete Structures, it would be a crime to oly focus o umber theory regardless how woderful those topics

More information

New Results on Energy of Graphs of Small Order

New Results on Energy of Graphs of Small Order Global Joural of Pure ad Applied Mathematics. ISSN 0973-1768 Volume 13, Number 7 (2017), pp. 2837-2848 Research Idia Publicatios http://www.ripublicatio.com New Results o Eergy of Graphs of Small Order

More information

Counting the Number of Minimum Roman Dominating Functions of a Graph

Counting the Number of Minimum Roman Dominating Functions of a Graph Coutig the Number of Miimum Roma Domiatig Fuctios of a Graph SHI ZHENG ad KOH KHEE MENG, Natioal Uiversity of Sigapore We provide two algorithms coutig the umber of miimum Roma domiatig fuctios of a graph

More information

arxiv: v2 [cs.ds] 24 Mar 2018

arxiv: v2 [cs.ds] 24 Mar 2018 Similar Elemets ad Metric Labelig o Complete Graphs arxiv:1803.08037v [cs.ds] 4 Mar 018 Pedro F. Felzeszwalb Brow Uiversity Providece, RI, USA pff@brow.edu March 8, 018 We cosider a problem that ivolves

More information

Perhaps the method will give that for every e > U f() > p - 3/+e There is o o-trivial upper boud for f() ad ot eve f() < Z - e. seems to be kow, where

Perhaps the method will give that for every e > U f() > p - 3/+e There is o o-trivial upper boud for f() ad ot eve f() < Z - e. seems to be kow, where ON MAXIMUM CHORDAL SUBGRAPH * Paul Erdos Mathematical Istitute of the Hugaria Academy of Scieces ad Reu Laskar Clemso Uiversity 1. Let G() deote a udirected graph, with vertices ad V(G) deote the vertex

More information

Improved Random Graph Isomorphism

Improved Random Graph Isomorphism Improved Radom Graph Isomorphism Tomek Czajka Gopal Paduraga Abstract Caoical labelig of a graph cosists of assigig a uique label to each vertex such that the labels are ivariat uder isomorphism. Such

More information

Accuracy Improvement in Camera Calibration

Accuracy Improvement in Camera Calibration Accuracy Improvemet i Camera Calibratio FaJie L Qi Zag ad Reihard Klette CITR, Computer Sciece Departmet The Uiversity of Aucklad Tamaki Campus, Aucklad, New Zealad fli006, qza001@ec.aucklad.ac.z r.klette@aucklad.ac.z

More information

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem Exact Miimum Lower Boud Algorithm for Travelig Salesma Problem Mohamed Eleiche GeoTiba Systems mohamed.eleiche@gmail.com Abstract The miimum-travel-cost algorithm is a dyamic programmig algorithm to compute

More information

The Adjacency Matrix and The nth Eigenvalue

The Adjacency Matrix and The nth Eigenvalue Spectral Graph Theory Lecture 3 The Adjacecy Matrix ad The th Eigevalue Daiel A. Spielma September 5, 2012 3.1 About these otes These otes are ot ecessarily a accurate represetatio of what happeed i class.

More information

Chapter 3 Classification of FFT Processor Algorithms

Chapter 3 Classification of FFT Processor Algorithms Chapter Classificatio of FFT Processor Algorithms The computatioal complexity of the Discrete Fourier trasform (DFT) is very high. It requires () 2 complex multiplicatios ad () complex additios [5]. As

More information

CIS 121 Data Structures and Algorithms with Java Fall Big-Oh Notation Tuesday, September 5 (Make-up Friday, September 8)

CIS 121 Data Structures and Algorithms with Java Fall Big-Oh Notation Tuesday, September 5 (Make-up Friday, September 8) CIS 11 Data Structures ad Algorithms with Java Fall 017 Big-Oh Notatio Tuesday, September 5 (Make-up Friday, September 8) Learig Goals Review Big-Oh ad lear big/small omega/theta otatios Practice solvig

More information

Efficient Algorithms for Graph Bisection of Sparse Planar Graphs. Gerold Jäger University of Halle Germany

Efficient Algorithms for Graph Bisection of Sparse Planar Graphs. Gerold Jäger University of Halle Germany Efficient Algorithms for Graph Bisection of Sparse Planar Graphs Gerold Jäger University of Halle Germany Overview 1 Definition of MINBISECTION 2 Approximation Results 3 Previous Algorithms Notations Simple-Greedy-Algorithm

More information

On Alliance Partitions and Bisection Width for Planar Graphs

On Alliance Partitions and Bisection Width for Planar Graphs Joural of Graph Algorithms ad Applicatios http://jgaa.ifo/ vol. 17, o. 6, pp. 599 614 (013) DOI: 10.7155/jgaa.00307 O Alliace Partitios ad Bisectio Width for Plaar Graphs Marti Olse 1 Morte Revsbæk 1 AU

More information

Lecture 1: Introduction and Strassen s Algorithm

Lecture 1: Introduction and Strassen s Algorithm 5-750: Graduate Algorithms Jauary 7, 08 Lecture : Itroductio ad Strasse s Algorithm Lecturer: Gary Miller Scribe: Robert Parker Itroductio Machie models I this class, we will primarily use the Radom Access

More information

Lower Bounds for Sorting

Lower Bounds for Sorting Liear Sortig Topics Covered: Lower Bouds for Sortig Coutig Sort Radix Sort Bucket Sort Lower Bouds for Sortig Compariso vs. o-compariso sortig Decisio tree model Worst case lower boud Compariso Sortig

More information

BASED ON ITERATIVE ERROR-CORRECTION

BASED ON ITERATIVE ERROR-CORRECTION A COHPARISO OF CRYPTAALYTIC PRICIPLES BASED O ITERATIVE ERROR-CORRECTIO Miodrag J. MihaljeviC ad Jova Dj. GoliC Istitute of Applied Mathematics ad Electroics. Belgrade School of Electrical Egieerig. Uiversity

More information

Algorithms for Disk Covering Problems with the Most Points

Algorithms for Disk Covering Problems with the Most Points Algorithms for Disk Coverig Problems with the Most Poits Bi Xiao Departmet of Computig Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog csbxiao@comp.polyu.edu.hk Qigfeg Zhuge, Yi He, Zili Shao, Edwi

More information

How do we evaluate algorithms?

How do we evaluate algorithms? F2 Readig referece: chapter 2 + slides Algorithm complexity Big O ad big Ω To calculate ruig time Aalysis of recursive Algorithms Next time: Litterature: slides mostly The first Algorithm desig methods:

More information

Pattern Recognition Systems Lab 1 Least Mean Squares

Pattern Recognition Systems Lab 1 Least Mean Squares Patter Recogitio Systems Lab 1 Least Mea Squares 1. Objectives This laboratory work itroduces the OpeCV-based framework used throughout the course. I this assigmet a lie is fitted to a set of poits usig

More information

Cubic Polynomial Curves with a Shape Parameter

Cubic Polynomial Curves with a Shape Parameter roceedigs of the th WSEAS Iteratioal Coferece o Robotics Cotrol ad Maufacturig Techology Hagzhou Chia April -8 00 (pp5-70) Cubic olyomial Curves with a Shape arameter MO GUOLIANG ZHAO YANAN Iformatio ad

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Pseudocode ( 1.1) Analysis of Algorithms. Primitive Operations. Pseudocode Details. Running Time ( 1.1) Estimating performance

Pseudocode ( 1.1) Analysis of Algorithms. Primitive Operations. Pseudocode Details. Running Time ( 1.1) Estimating performance Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Pseudocode ( 1.1) High-level descriptio of a algorithm More structured

More information

1 Graph Sparsfication

1 Graph Sparsfication CME 305: Discrete Mathematics ad Algorithms 1 Graph Sparsficatio I this sectio we discuss the approximatio of a graph G(V, E) by a sparse graph H(V, F ) o the same vertex set. I particular, we cosider

More information

On (K t e)-saturated Graphs

On (K t e)-saturated Graphs Noame mauscript No. (will be iserted by the editor O (K t e-saturated Graphs Jessica Fuller Roald J. Gould the date of receipt ad acceptace should be iserted later Abstract Give a graph H, we say a graph

More information

Lecture 6. Lecturer: Ronitt Rubinfeld Scribes: Chen Ziv, Eliav Buchnik, Ophir Arie, Jonathan Gradstein

Lecture 6. Lecturer: Ronitt Rubinfeld Scribes: Chen Ziv, Eliav Buchnik, Ophir Arie, Jonathan Gradstein 068.670 Subliear Time Algorithms November, 0 Lecture 6 Lecturer: Roitt Rubifeld Scribes: Che Ziv, Eliav Buchik, Ophir Arie, Joatha Gradstei Lesso overview. Usig the oracle reductio framework for approximatig

More information

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

LU Decomposition Method

LU Decomposition Method SOLUTION OF SIMULTANEOUS LINEAR EQUATIONS LU Decompositio Method Jamie Traha, Autar Kaw, Kevi Marti Uiversity of South Florida Uited States of America kaw@eg.usf.edu http://umericalmethods.eg.usf.edu Itroductio

More information

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties WSEAS TRANSACTIONS o COMMUNICATIONS Wag Xiyag The Couterchaged Crossed Cube Itercoectio Network ad Its Topology Properties WANG XINYANG School of Computer Sciece ad Egieerig South Chia Uiversity of Techology

More information

Optimal Mapped Mesh on the Circle

Optimal Mapped Mesh on the Circle Koferece ANSYS 009 Optimal Mapped Mesh o the Circle doc. Ig. Jaroslav Štigler, Ph.D. Bro Uiversity of Techology, aculty of Mechaical gieerig, ergy Istitut, Abstract: This paper brigs out some ideas ad

More information

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana The Closest Lie to a Data Set i the Plae David Gurey Southeaster Louisiaa Uiversity Hammod, Louisiaa ABSTRACT This paper looks at three differet measures of distace betwee a lie ad a data set i the plae:

More information

Lecture 5. Counting Sort / Radix Sort

Lecture 5. Counting Sort / Radix Sort Lecture 5. Coutig Sort / Radix Sort T. H. Corme, C. E. Leiserso ad R. L. Rivest Itroductio to Algorithms, 3rd Editio, MIT Press, 2009 Sugkyukwa Uiversity Hyuseug Choo choo@skku.edu Copyright 2000-2018

More information

A study on Interior Domination in Graphs

A study on Interior Domination in Graphs IOSR Joural of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 219-765X. Volume 12, Issue 2 Ver. VI (Mar. - Apr. 2016), PP 55-59 www.iosrjourals.org A study o Iterior Domiatio i Graphs A. Ato Kisley 1,

More information

MAXIMUM MATCHINGS IN COMPLETE MULTIPARTITE GRAPHS

MAXIMUM MATCHINGS IN COMPLETE MULTIPARTITE GRAPHS Fura Uiversity Electroic Joural of Udergraduate Matheatics Volue 00, 1996 6-16 MAXIMUM MATCHINGS IN COMPLETE MULTIPARTITE GRAPHS DAVID SITTON Abstract. How ay edges ca there be i a axiu atchig i a coplete

More information

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers *

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers * Load balaced Parallel Prime umber Geerator with Sieve of Eratosthees o luster omputers * Soowook Hwag*, Kyusik hug**, ad Dogseug Kim* *Departmet of Electrical Egieerig Korea Uiversity Seoul, -, Rep. of

More information

Strong Complementary Acyclic Domination of a Graph

Strong Complementary Acyclic Domination of a Graph Aals of Pure ad Applied Mathematics Vol 8, No, 04, 83-89 ISSN: 79-087X (P), 79-0888(olie) Published o 7 December 04 wwwresearchmathsciorg Aals of Strog Complemetary Acyclic Domiatio of a Graph NSaradha

More information

Thompson s Group F (p + 1) is not Minimally Almost Convex

Thompson s Group F (p + 1) is not Minimally Almost Convex Thompso s Group F (p + ) is ot Miimally Almost Covex Claire Wladis Thompso s Group F (p + ). A Descriptio of F (p + ) Thompso s group F (p + ) ca be defied as the group of piecewiseliear orietatio-preservig

More information

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

Relationship between augmented eccentric connectivity index and some other graph invariants

Relationship between augmented eccentric connectivity index and some other graph invariants Iteratioal Joural of Advaced Mathematical Scieces, () (03) 6-3 Sciece Publishig Corporatio wwwsciecepubcocom/idexphp/ijams Relatioship betwee augmeted eccetric coectivity idex ad some other graph ivariats

More information

CSE 417: Algorithms and Computational Complexity

CSE 417: Algorithms and Computational Complexity Time CSE 47: Algorithms ad Computatioal Readig assigmet Read Chapter of The ALGORITHM Desig Maual Aalysis & Sortig Autum 00 Paul Beame aalysis Problem size Worst-case complexity: max # steps algorithm

More information

Matrix Partitions of Split Graphs

Matrix Partitions of Split Graphs Matrix Partitios of Split Graphs Tomás Feder, Pavol Hell, Ore Shklarsky Abstract arxiv:1306.1967v2 [cs.dm] 20 Ju 2013 Matrix partitio problems geeralize a umber of atural graph partitio problems, ad have

More information

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS Prosejit Bose Evagelos Kraakis Pat Mori Yihui Tag School of Computer Sciece, Carleto Uiversity {jit,kraakis,mori,y

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

Running Time. Analysis of Algorithms. Experimental Studies. Limitations of Experiments

Running Time. Analysis of Algorithms. Experimental Studies. Limitations of Experiments Ruig Time Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Most algorithms trasform iput objects ito output objects. The

More information

Lecture 2: Spectra of Graphs

Lecture 2: Spectra of Graphs Spectral Graph Theory ad Applicatios WS 20/202 Lecture 2: Spectra of Graphs Lecturer: Thomas Sauerwald & He Su Our goal is to use the properties of the adjacecy/laplacia matrix of graphs to first uderstad

More information

Clustering Sparse Graphs

Clustering Sparse Graphs Clusterig Sparse Graphs Yudog Che Departmet of Electrical ad Computer Egieerig The Uiversity of Texas at Austi Austi, TX 7872 ydche@utexas.edu Sujay Saghavi Departmet of Electrical ad Computer Egieerig

More information

INTERSECTION CORDIAL LABELING OF GRAPHS

INTERSECTION CORDIAL LABELING OF GRAPHS INTERSECTION CORDIAL LABELING OF GRAPHS G Meea, K Nagaraja Departmet of Mathematics, PSR Egieerig College, Sivakasi- 66 4, Virudhuagar(Dist) Tamil Nadu, INDIA meeag9@yahoocoi Departmet of Mathematics,

More information

Protected points in ordered trees

Protected points in ordered trees Applied Mathematics Letters 008 56 50 www.elsevier.com/locate/aml Protected poits i ordered trees Gi-Sag Cheo a, Louis W. Shapiro b, a Departmet of Mathematics, Sugkyukwa Uiversity, Suwo 440-746, Republic

More information

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies. Limitations of Experiments

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies. Limitations of Experiments Ruig Time ( 3.1) Aalysis of Algorithms Iput Algorithm Output A algorithm is a step- by- step procedure for solvig a problem i a fiite amout of time. Most algorithms trasform iput objects ito output objects.

More information

Analysis of Algorithms

Analysis of Algorithms Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Ruig Time Most algorithms trasform iput objects ito output objects. The

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c Advaces i Egieerig Research (AER), volume 131 3rd Aual Iteratioal Coferece o Electroics, Electrical Egieerig ad Iformatio Sciece (EEEIS 2017) Pruig ad Summarizig the Discovered Time Series Associatio Rules

More information

Journal of Mathematical Nanoscience. Sanskruti Index of Bridge Graph and Some Nanocones

Journal of Mathematical Nanoscience. Sanskruti Index of Bridge Graph and Some Nanocones Joural of Mathematical Naoscieese 7 2) 2017) 85 95 Joural of Mathematical Naosciece Available Olie at: http://jmathaosrttuedu Saskruti Idex of Bridge Graph ad Some Naocoes K Pattabirama * Departmet of

More information

EE123 Digital Signal Processing

EE123 Digital Signal Processing Last Time EE Digital Sigal Processig Lecture 7 Block Covolutio, Overlap ad Add, FFT Discrete Fourier Trasform Properties of the Liear covolutio through circular Today Liear covolutio with Overlap ad add

More information

A Note on Chromatic Transversal Weak Domination in Graphs

A Note on Chromatic Transversal Weak Domination in Graphs Iteratioal Joural of Mathematics Treds ad Techology Volume 17 Number 2 Ja 2015 A Note o Chromatic Trasversal Weak Domiatio i Graphs S Balamuruga 1, P Selvalakshmi 2 ad A Arivalaga 1 Assistat Professor,

More information

A Study on the Performance of Cholesky-Factorization using MPI

A Study on the Performance of Cholesky-Factorization using MPI A Study o the Performace of Cholesky-Factorizatio usig MPI Ha S. Kim Scott B. Bade Departmet of Computer Sciece ad Egieerig Uiversity of Califoria Sa Diego {hskim, bade}@cs.ucsd.edu Abstract Cholesky-factorizatio

More information

Primitive polynomials selection method for pseudo-random number generator

Primitive polynomials selection method for pseudo-random number generator Joural of hysics: Coferece Series AER OEN ACCESS rimitive polyomials selectio method for pseudo-radom umber geerator To cite this article: I V Aiki ad Kh Alajjar 08 J. hys.: Cof. Ser. 944 0003 View the

More information

CSC165H1 Worksheet: Tutorial 8 Algorithm analysis (SOLUTIONS)

CSC165H1 Worksheet: Tutorial 8 Algorithm analysis (SOLUTIONS) CSC165H1, Witer 018 Learig Objectives By the ed of this worksheet, you will: Aalyse the ruig time of fuctios cotaiig ested loops. 1. Nested loop variatios. Each of the followig fuctios takes as iput a

More information

On Characteristic Polynomial of Directed Divisor Graphs

On Characteristic Polynomial of Directed Divisor Graphs Iter. J. Fuzzy Mathematical Archive Vol. 4, No., 04, 47-5 ISSN: 30 34 (P), 30 350 (olie) Published o April 04 www.researchmathsci.org Iteratioal Joural of V. Maimozhi a ad V. Kaladevi b a Departmet of

More information

c-dominating Sets for Families of Graphs

c-dominating Sets for Families of Graphs c-domiatig Sets for Families of Graphs Kelsie Syder Mathematics Uiversity of Mary Washigto April 6, 011 1 Abstract The topic of domiatio i graphs has a rich history, begiig with chess ethusiasts i the

More information

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA Creatig Exact Bezier Represetatios of CST Shapes David D. Marshall Califoria Polytechic State Uiversity, Sa Luis Obispo, CA 93407-035, USA The paper presets a method of expressig CST shapes pioeered by

More information

Combination Labelings Of Graphs

Combination Labelings Of Graphs Applied Mathematics E-Notes, (0), - c ISSN 0-0 Available free at mirror sites of http://wwwmaththuedutw/ame/ Combiatio Labeligs Of Graphs Pak Chig Li y Received February 0 Abstract Suppose G = (V; E) is

More information

Outline and Reading. Analysis of Algorithms. Running Time. Experimental Studies. Limitations of Experiments. Theoretical Analysis

Outline and Reading. Analysis of Algorithms. Running Time. Experimental Studies. Limitations of Experiments. Theoretical Analysis Outlie ad Readig Aalysis of Algorithms Iput Algorithm Output Ruig time ( 3.) Pseudo-code ( 3.2) Coutig primitive operatios ( 3.3-3.) Asymptotic otatio ( 3.6) Asymptotic aalysis ( 3.7) Case study Aalysis

More information

Sum-connectivity indices of trees and unicyclic graphs of fixed maximum degree

Sum-connectivity indices of trees and unicyclic graphs of fixed maximum degree 1 Sum-coectivity idices of trees ad uicyclic graphs of fixed maximum degree Zhibi Du a, Bo Zhou a *, Nead Triajstić b a Departmet of Mathematics, South Chia Normal Uiversity, uagzhou 510631, Chia email:

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

A RELATIONSHIP BETWEEN BOUNDS ON THE SUM OF SQUARES OF DEGREES OF A GRAPH

A RELATIONSHIP BETWEEN BOUNDS ON THE SUM OF SQUARES OF DEGREES OF A GRAPH J. Appl. Math. & Computig Vol. 21(2006), No. 1-2, pp. 233-238 Website: http://jamc.et A RELATIONSHIP BETWEEN BOUNDS ON THE SUM OF SQUARES OF DEGREES OF A GRAPH YEON SOO YOON AND JU KYUNG KIM Abstract.

More information

What are we going to learn? CSC Data Structures Analysis of Algorithms. Overview. Algorithm, and Inputs

What are we going to learn? CSC Data Structures Analysis of Algorithms. Overview. Algorithm, and Inputs What are we goig to lear? CSC316-003 Data Structures Aalysis of Algorithms Computer Sciece North Carolia State Uiversity Need to say that some algorithms are better tha others Criteria for evaluatio Structure

More information

Solving Fuzzy Assignment Problem Using Fourier Elimination Method

Solving Fuzzy Assignment Problem Using Fourier Elimination Method Global Joural of Pure ad Applied Mathematics. ISSN 0973-768 Volume 3, Number 2 (207), pp. 453-462 Research Idia Publicatios http://www.ripublicatio.com Solvig Fuzzy Assigmet Problem Usig Fourier Elimiatio

More information

Parallel Polygon Approximation Algorithm Targeted at Reconfigurable Multi-Ring Hardware

Parallel Polygon Approximation Algorithm Targeted at Reconfigurable Multi-Ring Hardware Parallel Polygo Approximatio Algorithm Targeted at Recofigurable Multi-Rig Hardware M. Arif Wai* ad Hamid R. Arabia** *Califoria State Uiversity Bakersfield, Califoria, USA **Uiversity of Georgia, Georgia,

More information

CS 683: Advanced Design and Analysis of Algorithms

CS 683: Advanced Design and Analysis of Algorithms CS 683: Advaced Desig ad Aalysis of Algorithms Lecture 6, February 1, 2008 Lecturer: Joh Hopcroft Scribes: Shaomei Wu, Etha Feldma February 7, 2008 1 Threshold for k CNF Satisfiability I the previous lecture,

More information

Fast Fourier Transform (FFT) Algorithms

Fast Fourier Transform (FFT) Algorithms Fast Fourier Trasform FFT Algorithms Relatio to the z-trasform elsewhere, ozero, z x z X x [ ] 2 ~ elsewhere,, ~ e j x X x x π j e z z X X π 2 ~ The DFS X represets evely spaced samples of the z- trasform

More information

ANN WHICH COVERS MLP AND RBF

ANN WHICH COVERS MLP AND RBF ANN WHICH COVERS MLP AND RBF Josef Boští, Jaromír Kual Faculty of Nuclear Scieces ad Physical Egieerig, CTU i Prague Departmet of Software Egieerig Abstract Two basic types of artificial eural etwors Multi

More information

Data Structures and Algorithms. Analysis of Algorithms

Data Structures and Algorithms. Analysis of Algorithms Data Structures ad Algorithms Aalysis of Algorithms Outlie Ruig time Pseudo-code Big-oh otatio Big-theta otatio Big-omega otatio Asymptotic algorithm aalysis Aalysis of Algorithms Iput Algorithm Output

More information

Project 2.5 Improved Euler Implementation

Project 2.5 Improved Euler Implementation Project 2.5 Improved Euler Implemetatio Figure 2.5.10 i the text lists TI-85 ad BASIC programs implemetig the improved Euler method to approximate the solutio of the iitial value problem dy dx = x+ y,

More information

condition w i B i S maximum u i

condition w i B i S maximum u i ecture 10 Dyamic Programmig 10.1 Kapsack Problem November 1, 2004 ecturer: Kamal Jai Notes: Tobias Holgers We are give a set of items U = {a 1, a 2,..., a }. Each item has a weight w i Z + ad a utility

More information

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations Iteratioal Coferece o Applied Mathematics, Simulatio ad Modellig (AMSM 2016) Fuzzy Miimal Solutio of Dual Fully Fuzzy Matrix Equatios Dequa Shag1 ad Xiaobi Guo2,* 1 Sciece Courses eachig Departmet, Gasu

More information

A Note on Least-norm Solution of Global WireWarping

A Note on Least-norm Solution of Global WireWarping A Note o Least-orm Solutio of Global WireWarpig Charlie C. L. Wag Departmet of Mechaical ad Automatio Egieerig The Chiese Uiversity of Hog Kog Shati, N.T., Hog Kog E-mail: cwag@mae.cuhk.edu.hk Abstract

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Characterizing graphs of maximum principal ratio

Characterizing graphs of maximum principal ratio Characterizig graphs of maximum pricipal ratio Michael Tait ad Josh Tobi November 9, 05 Abstract The pricipal ratio of a coected graph, deoted γg, is the ratio of the maximum ad miimum etries of its first

More information

6.854J / J Advanced Algorithms Fall 2008

6.854J / J Advanced Algorithms Fall 2008 MIT OpeCourseWare http://ocw.mit.edu 6.854J / 18.415J Advaced Algorithms Fall 2008 For iformatio about citig these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.415/6.854 Advaced Algorithms

More information

15-859E: Advanced Algorithms CMU, Spring 2015 Lecture #2: Randomized MST and MST Verification January 14, 2015

15-859E: Advanced Algorithms CMU, Spring 2015 Lecture #2: Randomized MST and MST Verification January 14, 2015 15-859E: Advaced Algorithms CMU, Sprig 2015 Lecture #2: Radomized MST ad MST Verificatio Jauary 14, 2015 Lecturer: Aupam Gupta Scribe: Yu Zhao 1 Prelimiaries I this lecture we are talkig about two cotets:

More information

Classification of binary vectors by using DSC distance to minimize stochastic complexity

Classification of binary vectors by using DSC distance to minimize stochastic complexity Patter Recogitio Letters 24 (2003) 65 73 www.elsevier.com/locate/patrec Classificatio of biary vectors by usig DSC distace to miimize stochastic complexity Pasi Fr ati *, Matao Xu, Ismo K arkk aie Departmet

More information

Lecture 18. Optimization in n dimensions

Lecture 18. Optimization in n dimensions Lecture 8 Optimizatio i dimesios Itroductio We ow cosider the problem of miimizig a sigle scalar fuctio of variables, f x, where x=[ x, x,, x ]T. The D case ca be visualized as fidig the lowest poit of

More information

Octahedral Graph Scaling

Octahedral Graph Scaling Octahedral Graph Scalig Peter Russell Jauary 1, 2015 Abstract There is presetly o strog iterpretatio for the otio of -vertex graph scalig. This paper presets a ew defiitio for the term i the cotext of

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

A Polynomial Interval Shortest-Route Algorithm for Acyclic Network

A Polynomial Interval Shortest-Route Algorithm for Acyclic Network A Polyomial Iterval Shortest-Route Algorithm for Acyclic Network Hossai M Akter Key words: Iterval; iterval shortest-route problem; iterval algorithm; ucertaity Abstract A method ad algorithm is preseted

More information

BOOLEAN MATHEMATICS: GENERAL THEORY

BOOLEAN MATHEMATICS: GENERAL THEORY CHAPTER 3 BOOLEAN MATHEMATICS: GENERAL THEORY 3.1 ISOMORPHIC PROPERTIES The ame Boolea Arithmetic was chose because it was discovered that literal Boolea Algebra could have a isomorphic umerical aspect.

More information

Computational Geometry

Computational Geometry Computatioal Geometry Chapter 4 Liear programmig Duality Smallest eclosig disk O the Ageda Liear Programmig Slides courtesy of Craig Gotsma 4. 4. Liear Programmig - Example Defie: (amout amout cosumed

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

Data Structures Week #9. Sorting

Data Structures Week #9. Sorting Data Structures Week #9 Sortig Outlie Motivatio Types of Sortig Elemetary (O( 2 )) Sortig Techiques Other (O(*log())) Sortig Techiques 21.Aralık.2010 Boraha Tümer, Ph.D. 2 Sortig 21.Aralık.2010 Boraha

More information

Rainbow Vertex Coloring for Line, Middle, Central, Total Graph of Comb Graph

Rainbow Vertex Coloring for Line, Middle, Central, Total Graph of Comb Graph Idia Joural of Sciece ad Techology, Vol 9(S, DOI: 0.7485/ijst/206/v9iS/97463, December 206 ISSN (Prit : 0974-6846 ISSN (Olie : 0974-5645 Raibow Vertex Colorig for Lie, Middle, Cetral, Total Graph of Comb

More information

Hash Tables. Presentation for use with the textbook Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, 2015.

Hash Tables. Presentation for use with the textbook Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, 2015. Presetatio for use with the textbook Algorithm Desig ad Applicatios, by M. T. Goodrich ad R. Tamassia, Wiley, 2015 Hash Tables xkcd. http://xkcd.com/221/. Radom Number. Used with permissio uder Creative

More information

Lecturers: Sanjam Garg and Prasad Raghavendra Feb 21, Midterm 1 Solutions

Lecturers: Sanjam Garg and Prasad Raghavendra Feb 21, Midterm 1 Solutions U.C. Berkeley CS170 : Algorithms Midterm 1 Solutios Lecturers: Sajam Garg ad Prasad Raghavedra Feb 1, 017 Midterm 1 Solutios 1. (4 poits) For the directed graph below, fid all the strogly coected compoets

More information

Novel Encryption Schemes Based on Catalan Numbers

Novel Encryption Schemes Based on Catalan Numbers D. Sravaa Kumar, H. Sueetha, A. hadrasekhar / Iteratioal Joural of Egieerig Research ad Applicatios (IJERA) ISSN: 48-96 www.iera.com Novel Ecryptio Schemes Based o atala Numbers 1 D. Sravaa Kumar H. Sueetha

More information

Efficient Synthesis of Networks On Chip

Efficient Synthesis of Networks On Chip Efficiet Sythesis of Networks O Chip Alessadro Pito Luca P. Carloi Alberto L. Sagiovai-Vicetelli EECS Departmet, Uiversity of Califoria at Berkeley, Berkeley, CA 947-77 Abstract We propose a efficiet heuristic

More information

Ranking of Closeness Centrality for Large-Scale Social Networks

Ranking of Closeness Centrality for Large-Scale Social Networks Raig of Closeess Cetrality for Large-Scale Social Networs Kazuya Oamoto 1, Wei Che, ad Xiag-Yag Li 3 1 Kyoto Uiversity, oia@uis.yoto-u.ac.jp Microsoft Research Asia, weic@microsoft.com 3 Illiois Istitute

More information

THE COMPETITION NUMBERS OF JOHNSON GRAPHS

THE COMPETITION NUMBERS OF JOHNSON GRAPHS Discussioes Mathematicae Graph Theory 30 (2010 ) 449 459 THE COMPETITION NUMBERS OF JOHNSON GRAPHS Suh-Ryug Kim, Boram Park Departmet of Mathematics Educatio Seoul Natioal Uiversity, Seoul 151 742, Korea

More information

Theory of Fuzzy Soft Matrix and its Multi Criteria in Decision Making Based on Three Basic t-norm Operators

Theory of Fuzzy Soft Matrix and its Multi Criteria in Decision Making Based on Three Basic t-norm Operators Theory of Fuzzy Soft Matrix ad its Multi Criteria i Decisio Makig Based o Three Basic t-norm Operators Md. Jalilul Islam Modal 1, Dr. Tapa Kumar Roy 2 Research Scholar, Dept. of Mathematics, BESUS, Howrah-711103,

More information

Constant-Time Distributed Dominating Set Approximation*

Constant-Time Distributed Dominating Set Approximation* Costat-Time Distributed Domiatig Set Approximatio* Fabia Kuh Departmet of Computer Sciece ETH Zurich 8092 Zurich, Switzerlad kuh @ if.ethz.ch Roger Wattehofer Departmet of Computer Sciece ETH Zurich 8092

More information