Comparator Networks for Binary Heap. Construction? Abstract. Comparator networks for constructing binary heaps of size n

Size: px
Start display at page:

Download "Comparator Networks for Binary Heap. Construction? Abstract. Comparator networks for constructing binary heaps of size n"

Transcription

1 Compaato Netwoks fo Binay Heap Constuction? Geth Stlting Bodal 1;?? and M. Cistina Pinotti 2;??? 1 Max-Planck-Institut fu Infomatik, Im Stadtwald, D Saabucken, Gemany 2 Istituto di Elaboazione della Infomazione, CNR, Pisa, Italy Abstact. Compaato netwoks fo constucting binay heaps of size n ae pesented which have size O(n log log n) and depth O(log n). A lowe bound of n log log n?o(n) fo the size of any heap constuction netwok is also poven, implying that the netwoks pesented ae within a constant facto of optimal. We give a tight elation between the leading constants in the size of selection netwoks and in the size of heap constuction netwoks. Intoduction The heap data stuctue, intoduced in 1964 by Williams [17], has been extensively investigated in the liteatue due to its many applications and intiguing patial ode. Algoithms fo heap management insetion, minimum deletion, and constuction have been discussed in seveal models of computation. Fo the heap constuction algoithm, Floyd has given a sequential algoithm building the tee in a bottom-up fashion in linea time, which is clealy optimal. On the weak shaed memoy machine model, EREW-PRAM, Olaiu and Wen can build a heap of size n in time O(log n) and optimal wok [14]. On the poweful CRCW- PRAM model, the best-known heap constuction algoithm was given by Raman and Dietz and takes O(log log n) time [6]. The same time pefomance holds fo the paallel compaison tee model [5]. Finally Dietz showed that O((n)), whee (n) is the invese of Ackeman's function, is the expected time equied to build a heap in the andomized paallel compaison tee model [5]. All the above paallel algoithms achieve optimal wok O(n), and the time optimality of the deteministic algoithms can be agued by eduction fom the selection of the minimum element in a set. In this pape we addess the heap constuction poblem fo the simplest paallel model of computation, namely compaato netwoks. Compaato netwoks pefom only compaison opeations, which may occu simultaneously.? This eseach was done while the st autho was visiting the Istituto di Elaboazione della Infomazione, CNR, Pisa.?? Suppoted by the Calsbeg foundation (Gant No /20). Patially suppoted by the ESPRIT Long Tem Reseach Pogam of the EU unde contact No (ALCOM-IT). bodal@mpi-sb.mpg.de.??? pinotti@iei.pi.cn.it.

2 The most studied compaato netwoks ae soting and meging netwoks. In the ealy 1960's, Batche poposed the odd-even mege algoithm to mege two sequences of n and m elements, n m, which can be implemented by a meging netwok of size O((m + n) log m). In the ealy 1970's Floyd [12] and Yao [18] poved the asymptotic optimality of Batche's netwoks. The lowe bound has ecently been impoved by Miltesen, Pateson and Taui [13], closing the longstanding facto-of-two gap between uppe and lowe bounds. It is notewothy to ecall, that mege can be solved in the compaison tee model with a tee of depth m + n? 1. Batche also showed how his mege algoithm could be used to implement soting netwoks with size O(n log 2 n) and depth O(log 2 n) to sot n inputs [12]. Fo a long time, the question emained open as to whethe soting netwoks with size O(n log n) and depth O(log n) existed. In 1983, Ajtai, Komlos and Szemeedi [1] pesented soting netwoks with size O(n log n) and depth O(log n) to sot n elements. This esult, although patially unsatisfying due to big constants hidden by the O-notation, eveals that the soting poblem equies the same amount of wok in both compaison tee and compaato netwok models. Selection, soting and meging ae stictly elated poblems. Seveal sequential algoithms with linea wok have been discussed fo selection. The st is due to Blum et al. [4] and equies 5:43n compaisons. This esult was late impoved by Schonhage et al. to 3n [16] and by Do and Zwick to 2:95n [7, 8]. Bent and John poved a lowe bound of 2n fo this poblem [3]. Do and Zwick [9] impoved it to (2 + )n [9]. Fo a suvey of pevious wok on lowe bounds in the compaison tee model, see the pape by Do and Zwick [9]. An (n; t)-selection netwok is a compaato netwok that selects the t smallest elements in a set of n elements. Alekseev [2] poved that an (n; t)-selection netwok has at least size (n? t)dlog(t + 1)e. 1 Fo t = (n ) and 0 < < 1, the existence of a wok optimal selection netwok immediately follows by the soting netwoks of Ajtai et al. Howeve, since selection netwoks do not need to do as much as soting netwoks, and due to the big constant hidden by the soting netwoks in [1], selection netwoks with impoved constant factos in both depth and size have been developed. In paticula, Pippenge poposes a (n; bn=2c)-selection netwok with size 2n log n and depth O(log 2 n) [15]. Moe ecently, Jimbo and Maouka have constucted a (n; bn=2c)-selection netwok of depth O(log n) and of size at most Cn log n + O(n), fo any abitay C > 3= log 3 1:89, which impoves Pippenge's constuction by a constant facto in size and at the same time by an ode in depth [11]. The peceding summay shows that wok optimal compaato netwoks have been studied fo meging, soting, and selection. Although the heap data stuctue has histoically been stictly elated to these poblems, we ae not awae of any compaato netwok fo the heap constuction poblem. In this scenaio, we show that heap constuction can be done by compaato netwoks of size O(n log log n) and depth O(log n), and that ou netwoks each optimal size by educing the poblem of selecting the smallest log n elements to heap constuc- 1 All logaithms thoughout this pape have base 2

3 tion. Finally, since nding the minimum equies at least a netwok of size n? 1 and depth dlog ne, ou heap constuction netwoks also have optimal depth. 1 Peliminaies Let us eview some denitions, and agee on some notations used thoughout the pape. A binay tee of size n is a tee with n nodes, each of degee at most two. A node x of a binay tee belongs to level k if the longest simple path fom the oot to x has k edges. The height of the tee is the numbe of edges in the longest simple path stating at the oot of the tee. The subtee T x ooted at node x at level k is the tee induced by the descendants of x. A complete binay tee is a binay tee in which all the leaves ae at the same level and all the intenal nodes have degee two. Clealy, it has height blog nc. A heap shaped binay tee of height h is a binay tee whose h? 1 uppemost levels ae completed lled and the h-th level is lled fom the left to the ight. In a heap odeed binay tee, each node contains one element which is geate o equal to the element at its paent. Finally, a binay heap is dened as a heap-shaped and heap-odeed binay tee [17], which can be stoed in an aay H as an implicit tee of size n, as depicted in Fig. 1. The element of the oot of the tee is at index 1 of the aay, (i.e., oot is stoed in H[1]), and given an index i of a node x, the indices of its left and ight childen ae 2i and 2i + 1, espectively. A compaato netwok with n inputs and size s is a collection of n hoizontal lines, one fo each input, and s compaatos. A compaato between line i and j, biey i : j, compaes the cuent values on lines i and j and is dawn as a vetical line connecting lines i and j. Afte the compaison i : j, the minimum value is put on line i, while the maximum ends up on line j. Finally, a compaato netwok has depth d, if d is the lagest numbe of compaatos that any input element can pass though. Assuming that each compaato poduces its output in constant time, the depth of a compaato netwok is the unning time of such a netwok. Fom now on, let us efe to compaato netwoks simply as netwoks. Fo a compehensive account of compaato netwoks, see [12, pp ]. 2 Sequential Heap Constuction It is well known that an implicit epesentation of a binay heap H of size n can be built in linea sequential time by the heap constuction algoithm of Floyd [10]. Because we base ou heap constuction netwoks on Floyd's algoithm, we ephase it as follows: Assuming that the two binay tees ooted at the childen of a node i ae heaps, the heap-ode popety in the subheap ooted at i can be eestablished simply by bubbling down the element H[i]. We let the bubbling down pocedue be denoted Siftdown. At each step, Siftdown detemines the smallest of the

4 elements H[i]; H[2i], and H[2i+1]. If H[i] is the smallest, then the subtee ooted at node i is a heap and the Siftdown pocedue teminates. Othewise, the child with the smallest element and H[i] ae exchanged. The node exchanged with H[i], howeve, may violate the heap ode at this point. Theefoe, the Siftdown pocedue is ecusively invoked on that subtee. We can now apply Siftdown in a bottom-up manne to convet an aay H stoing n elements into a binay heap. Since the elements in the subaay H[(bn=2c + 1) ::n] ae all leaves, each is a 1-element heap to begin with. Then, the emaining nodes of the tee ae visited to un the Siftdown pocedue on each one. Since the nodes ae pocessed level by level in a bottom up fashion, it is guaanteed that the subtees ooted at the childen of the node i ae heaps befoe Siftdown uns at that node. In conclusion, obseve that the Siftdown outine invoked on a subheap of height i pefoms 2i compaisons in the wost case, and that the wost case unning time of the heap constuction algoithm of Floyd descibed above is P blog nc i=0 n 2 i 2i = O(n), which is optimal. 2m 1 H H H H m5 13m 2 3? @ 14 m m AA A 10 m 26m A 32m 15 m A m 9 9m m 15 Fig. 1. A binay heap of size 15 and its implicit epesentation. 3 Heap Constuction Netwoks of Size n log n In this section we pesent heap constuction netwoks which have size at most nblog nc and depth 4blog nc? 2. Notice that any soting netwok could also be used as a heap constuction netwok. The netwoks pesented in this section ae used in Sect. 4 to constuct impoved heap constuction netwoks of size O(n log log n), and in Sect. 5 to give a eduction fom selection to heap constuction. Lemma 1 gives a netwok implementation of the sifting down algoithm used in the heap constuction algoithm by Floyd [10].

5 Lemma 1. Let T be a binay tee of size n and height h. If the subtees ooted at the childen of the oot satisfy heap ode, then the elements of T can be eaanged to satisfy heap ode with a netwok of size n? 1 and depth 2h. At depth 2i + 1 and 2i + 2 of the netwok the compaatos ae only between nodes at level i and i + 1 in T. All compaatos coespond to edges of T, and fo each edge thee is exactly one compaato. Poof. If the tee has height zeo, no compaato is equied. Othewise let be the oot and u and v the childen of. If u o v is not pesent, the steps below which would involve v o u ae skipped. Fist we apply the compaatos : u and : v. Because T u and T v wee assumed to be heap odeed subtees, now has the minimum. Afte the two compaatos the heap ode can be violated at the oots of both T u and T v. We theefoe ecusively apply the above to the subtees T u and T v. Notice that the two ecusively constucted netwoks involve disjoint nodes and theefoe can be pefomed in paallel. If only has one child we still chage the netwok depth two to compae with its childen to guaantee that all compaisons done in paallel by the netwok coespond to edges between nodes at the same levels in T. The depth of the netwok is two plus the depth of the deepest ecusively constucted netwok. By induction it follows that the depth of the netwok is 2h, and that the netwok at depth 2i + 1 and 2i + 2 only pefoms compaisons between nodes at level i and i + 1 in T. Futhemoe, the netwok contains exactly one compaato fo each edge of T. ut Notice that the netwok has n? 1 compaatos while the coesponding algoithm of Floyd only needs h compaisons. By eplacing the sifting down algoithm in Floyd's heap constuction algoithm by the sifting down netwoks of Lemma 1, we get the following lemma. Lemma 2. Let T be a binay tee of size n and height h which does not satisfy heap ode, and let n i be the numbe of nodes at level i in T. Then a netwok exists of size Ph i=0 i n i and depth 4h? 2 which eaanges the elements of T to satisfy heap ode. All compaatos coespond to edges of T. Poof. Initially all nodes at level h of T by denition ae heap odeed binay tees of height zeo. Iteatively fo each level i = h?1; : : : ; 0 we apply the sifting down netwoks of Lemma 1 in paallel to the 2 i subtees ooted at level i of T, to make these subtees satisfy heap ode. The esulting tee then satises heap ode. By Lemma 1 all compaatos coespond to edges of T. The edge between a node v at level i and its paent coesponds to a set of compaatos in the esulting netwok. These compaatos ae pefomed exactly when we apply the sifting down netwoks of Lemma 1 to an ancesto of v, i.e., thee ae exactly i compaatos coesponding to this edge. The total numbe of compaatos is Ph i=0 i n i. By Lemma 1 the depth of the netwok is Ph i=0 2i = h2 + h. But because the netwoks constucted by Lemma 1 poceeds top-down on T, having exactly

6 depth two fo each level of T, the applications of Lemma 1 can be pipelined. Afte the st two compaatos of the applications of Lemma 1 to subtees ooted at level i, the applications of Lemma 1 to subtees ooted at level i? 1 can be initiated. The application of Lemma 1 to the oot of the tee can theefoe be initiated at depth 2(h? 1) + 1 of the netwok, i.e., the netwok has depth 2(h? 1) + 2h = 4h? 2. ut Theoem 1. Thee exists a heap constuction netwok of size at most nblog nc and depth 4blog nc? 2. All compaatos coespond to edges of T. Poof. Let the n input lines epesent a heap shaped binay tee of height blog nc. The theoem then follows fom Lemma 2. ut In Fig. 2 we show the netwok of Theoem 1 fo n = 15. The netwok has size 34 and depth 10. Notice that the st two compaatos of the application of Lemma 1 to the oot of the tee (1 : 2 and 1 : 3) ae done in paallel with the thid and fouth compaato of the applications of Lemma 1 to the subtees ooted at nodes 2 and 3. x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10 x 11 x 12 x 13 x 14 x Fig. 2. A heap constuction netwok fo n = 15. All compaatos ae of the fom i : j, whee i < j. 4 Heap Constuction Netwoks of Size O(n log log n) In the following we give impoved heap constuction netwoks of depth O(log n) and size O(n log log n). The impoved netwoks ae obtained by combining the netwoks of Theoem 1 with ecient selection netwoks. An abitay soting netwok is obviously also an (n; t)-selection netwok, e.g., the soting netwok of size O(n log n) by Ajtai et al. [1]. Due to the lage constants involved in the soting netwok of Ajtai et al., Pippenge [15] and

7 Jimbo and Mauoka [11] have developed specialized (n; bn=2c)-selection netwoks of size O(n log n) whee the involved constants ae of easonable size. The following lemma was developed by Jimbo and Mauoka [11]. Lemma 3 (Jimbo and Mauoka). Fo an abitay constant C > 3= log3 1:89, thee exist (n; bn=2c)-selection netwoks of size at most Cn log n + O(n) and depth O(log n). Unfotunately, neithe Pippenge [15] o Jimbo and Mauoka [11] give bounds fo geneal (n; t)-selection netwoks. The following lemma is a consequence of Lemma 3, and is sucient fo ou puposes. Lemma 4. Fo an abitay constant C > 6= log 3 3:79, thee exist (n; t)- selection netwoks of size Cn log t + O(n) and depth O(log n log t). Poof. The n input lines ae patitioned into dn=te blocks B 1 ; : : : ; B dn=te of size t each. By applying the selection netwoks of Lemma 3 to B 1 [ B 2 we nd the t least elements of B 1 [ B 2. By combining the dn=te blocks in a teewise fashion with dn=te?1 applications of Lemma 3 to 2t elements, we nd the t least elements of the n inputs. The esulting netwok has size (dn=te? 1)(C 2t log 2t+O(2t)) = 2Cn log t + O(n) and depth O(log n log t), fo C > 3= log 3. ut We need the following denition. Let P be an abitay connected subset of nodes of a binay tee T which contains the oot of T. Let x 1 x 2 x jpj be the set of elements in P, and let x 0 1 x0 2 x0 be the set of elements in P jpj afte applying a netwok N to T. We dene a netwok N to be heap-convegent, if N fo all possible inputs, all connected subsets P of nodes of T containing the oot of T, and i = 1; : : : ; jpj satises x 0 x i i. Notice that soting netwoks ae not heap-convegent. If P is the path to the ightmost node in the lowest level of a tee, then P always contains the maximum element afte applying a soting netwok, but the maximum element could initially be anywhee in the tee. Lemma 5. A compaato coesponding to an edge in a binay tee T is a heapconvegent netwok. Poof. Let the compaato be u : v, whee v is a child of u in T. If P does not contain u it does not contain v eithe, implying that the elements in P ae unchanged. If P contains both u and v, the set of elements is also unchanged. If P contains u but not v, the compaato u : v can only eplace the element at u with a smalle element fom v in which case x 0 x i i fo all i = 1; : : : ; jpj. ut Because the netwoks constucted by Theoem 1 only contain compaatos coesponding to tee edges and heap convegence is a tansitive popety we immediately have the following coollay: Coollay 1. The netwoks constucted by Theoem 1 ae heap-convegent. Theoem 2. If fo some constants C and d, thee exist (n; t)-selection netwoks of size Cn log t + O(n) and depth O(log d n), then thee exist heap constuction netwoks of size Cn log log n+o(n log log log n) and depth 4 log n+o(log d log n).

8 Poof. Assume without loss of geneality that n 4. Let the n input lines epesent a heap shaped binay tee T of height h = blog nc, and let k = dlog he 1. The heap constuction netwok poceeds in thee phases. 1. To each subtee T v ooted at level h? 2k + 1, apply in paallel (jt v j; 2 k? 1)- selection netwoks, such that all elements at the uppe k levels of T v become less than o equal to all elements at the emaining levels of T v. 2. Apply the heap constuction netwoks of Theoem 1 to the uppemost h? k levels of T. 3. In paallel apply Theoem 1 to each subtee T v ooted at level h? 2k + 1. It follows immediately fom Step 2 that the uppemost h? 2k levels of the tee satisfy heap ode and fom Step 3 that each subtee ooted at level h? 2k + 1 satises heap ode. What emains to be poven fo the coectness of the algoithm is that fo all nodes v at level h? 2k + 1, the subtee T v only contains elements which ae geate o equal to the elements on the path fom the oot to v. Afte Step 1, the 2 k? 1 least elements e 0 e 2 k?2 of T v ae at the uppemost k levels of T v, which ae exactly the levels of T v which ovelap with Step 2. Let p 0 p h?2k denote the elements on the path fom the oot to v (excluding v) afte Step 2. Because the netwok applied in Step 2 is heapconvegent and 2 k? 2 h? 2k, we have p i e i fo i = 0; : : :; h? 2k by letting P consist of the path fom the oot to v togethe with the uppe k levels of T v. We conclude that afte Step 2 all elements on the path fom the oot to v ae smalle than o equal to all the elements in T v, and that afte Step 3, T satises heap ode. Fom Theoem 1 we get the following uppe bound on the size and depth of the esulting netwok. The size is bounded by? Cn log 2k + O(n) + O n 2 k log n 2 k +? n log 2 2k + O(n) ; which is (C + 2)n log log n + O(n), and the depth is bounded by O log d 2 2k + (4(h? k)? 2) + (4(2k? 1)? 2) ; which is 4 log n + O(log d log n). The \+2" in the size bound comes fom the application of the heap constuction netwoks of Theoem 1 in Step 3. If we instead apply the above constuction ecusively in Step 3, we get heap constuction netwoks of size Cn log log n + (C + 2)n log log log n + O(n) and depth 4 log n + O(log d log n). ut Notice that in Steps 1 and 3 we could have used abitay soting netwoks, but in Step 2 it is essential that the heap constuction netwok used is heapconvegent. By applying the constuction ecusively O(log n) times the asymptotic size could be slightly impoved, but the constant in font of n log log n would still be C. Fom Lemma 4 we get the following coollay:

9 Coollay 2. Fo an abitay constant C > 6= log 3 3:79, thee exist heap constuction netwoks of size Cn log log n+o(n log log log n) and depth 4 log n+ O(log 2 log n). 5 A Lowe Bound fo the Size of Heap Constuction Netwoks We now pove that the constuction of the pevious section is optimal. Let S(n; t) denote the minimal size of (n; t)-selection netwoks, and let H(n) denote the minimal size of heap constuction netwoks on n inputs. The following lowe bound on S(n; t) is due to Alekseev [2]. Lemma 6 (Alekseev). S(n; t) (n? t)dlog(t + 1)e. Theoem 3. H(n) S(n; blog nc)? O(n). Poof. The theoem is poven by giving a eduction fom (n; t)-selection to heap constuction. We pove that (n; t)-selection can be done by netwoks with size H(n) + 2 t+1? 2t? 2. Fist we constuct a heap ove the n inputs with a netwok of size H(n), and make the obsevation that the t least elements can only be at levels 0; : : : ; t? 1 of the heap. The minimum is at the oot, i.e., at output line one. To nd the second least element we conside the implicit heap given by the lines n; 2; 3; : : :; 2 t?1. Notice that the oot is now line n. By applying the sifting down netwok of Lemma 1 to the levels 0; : : : ; t? 1 of this tee the emaining t? 1 least inputs ae at levels 0; : : :; t? 2 of this tee. The second least element is now at output line n. By iteatively letting the oot be lines n? 1; n? 2; : : :; n? t? 2, and by applying Lemma 1 to tees of deceasing height, the t least elements will appea in soted ode at output lines 1; n; n? 1; n? 2; : : :; n? t + 2. If the t smallest inputs ae equied to appea at the st t output lines, the netwok lines ae pemuted accodingly. The total numbe of compaatos fo the t? 1 applications of Lemma 1 is Xt?1 i=0 (2 i+1? 2) = 2 t+1? 2t? 2 : We conclude that the esulting (n; t)-selection netwok has size H(n) + 2 t+1? 2t?2, implying H(n) S(n; t)?2 t+1 +2t+2. By letting t = blog nc the theoem follows. ut By combining Lemma 6 and Theoem 3, we get the following coollay. Coollay 3. H(n) n log log n? O(n).

10 6 Conclusion The paallel constuction of heaps has been addessed fo seveal paallel models of computation: EREW-PRAM [14], CRCW-PRAM [6], the paallel compaison tee model and the andomized paallel compaison tee model [5]. These algoithms all achieve optimal O(n) wok. In this pape we have addessed the poblem fo the most simple paallel model of computation, namely compaato netwoks. As opposed to meging and selection, which both can be solved in sequential linea time but equie netwoks of size (n log n), we have shown that heap constuction can be done by netwoks of size O(n log log n) and depth O(log n), and that this is optimal. By combining the esults of Theoem 2 and Theoem 3, we get the following chaacteization of the leading constant in the size of heap constuction netwoks compaed to the leading constant in the size of (n; t)- selection netwoks. Theoem 4. If fo constants C 1 and C 2, then C 1 n log t? O(n) S(n; t) C 2 n log t + O(n) ; C 1 n log log n? O(n) H(n) C 2 n log log n + O(n log log log n) : Acknowledgment Thanks to Pete Sandes fo his comments on an ealie daft of this pape. Refeences 1. Miklos Ajtai, Janos Komlos, and Ende Szemeedi. Soting in c log n paallel steps. Combinatoica, 3:1{19, Vladimi Evgen'evich Alekseev. Soting algoithms with minimum memoy. Kibenetika, 5(5):99{103, Samuel W. Bent and John W. John. Finding the median equies 2n compaisons. In Poc. 17th Ann. ACM Symp. on Theoy of Computing (STOC), pages 213{216, Manuel Blum, Robet W. Floyd, Vaughan Patt, Ronald L. Rivest, and Robet Ende Tajan. Time bounds fo selection. Jounal of Compute and System Sciences, 7:448{461, Paul F. Dietz. Heap constuction in the paallel compaison tee model. In Poc. 3d Scandinavian Wokshop on Algoithm Theoy (SWAT), volume 621 of Lectue Notes in Compute Science, pages 140{150. Spinge Velag, Belin, Paul F. Dietz and Rajeev Raman. Vey fast optimal paallel algoithms fo heap constuction. In Poc. 6th Symposium on Paallel and Distibuted Pocessing, pages 514{521, Doit Do and Ui Zwick. Selecting the median. In Poc. 6th ACM-SIAM Symposium on Discete Algoithms (SODA), pages 28{37, 1995.

11 8. Doit Do and Ui Zwick. Finding the alpha n-th lagest element. Combinatoica, 16:41{58, Doit Do and Ui Zwick. Median selection equies (2 + )n compaisons. In Poc. 37th Ann. Symp. on Foundations of Compute Science (FOCS), pages 125{134, Robet W. Floyd. Algoithm 245: Teesot3. Communications of the ACM, 7(12):701, Shuji Jimbo and Akia Mauoka. A method of constucting selection netwoks with O(log n) depth. SIAM Jounal of Computing, 25(4):709{739, Donald E. Knuth. The At of Compute Pogamming, Volume III: Soting and Seaching. Addison-Wesley, Reading, MA, Pete Bo Miltesen, Mike Pateson, and Jun Taui. The asymptotic complexity of meging netwoks. Jounal of the ACM, 43(1):147{165, Stephan Olaiu and Zhaofang Wen. Optimal paallel initialization algoithms fo a class of pioity queues. IEEE Tansactions on Paallel and Distibuted Systems, 2:423{429, Nicholas Pippenge. Selection netwoks. SIAM Jounal of Computing, 20(5):878{ 887, Anold Schonhage, Michael S. Pateson, and Nicholas Pippenge. Finding the median. Jounal of Compute and System Sciences, 13:184{199, John William Joseph Williams. Algoithm 232: Heapsot. Communications of the ACM, 7(6):347{348, Andew C. Yao and Fances F. Yao. Lowe bounds on meging netwoks. Jounal of the ACM, 23:566{571, 1976.

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

arxiv: v1 [math.co] 4 May 2017

arxiv: v1 [math.co] 4 May 2017 On The Numbe Of Unlabeled Bipatite Gaphs Abdullah Atmaca and A Yavuz Ouç axiv:7050800v [mathco] 4 May 207 Abstact This pape solves a poblem that was stated by M A Haison in 973 [] This poblem, that has

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

The Chromatic Villainy of Complete Multipartite Graphs

The Chromatic Villainy of Complete Multipartite Graphs Rocheste Institute of Technology RIT Schola Wos Theses Thesis/Dissetation Collections 8--08 The Chomatic Villainy of Complete Multipatite Gaphs Anna Raleigh an9@it.edu Follow this and additional wos at:

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Mach 6, 013 Abstact To study how balanced o unbalanced a maximal intesecting

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

Quasi-Randomness and the Distribution of Copies of a Fixed Graph

Quasi-Randomness and the Distribution of Copies of a Fixed Graph Quasi-Randomness and the Distibution of Copies of a Fixed Gaph Asaf Shapia Abstact We show that if a gaph G has the popety that all subsets of vetices of size n/4 contain the coect numbe of tiangles one

More information

On the Number of Rim Hook Tableaux. Sergey Fomin* and. Nathan Lulov. Department of Mathematics. Harvard University

On the Number of Rim Hook Tableaux. Sergey Fomin* and. Nathan Lulov. Department of Mathematics. Harvard University Zapiski Nauchn. Seminaov POMI, to appea On the Numbe of Rim Hook Tableaux Segey Fomin* Depatment of Mathematics, Massachusetts Institute of Technology Cambidge, MA 0239 Theoy of Algoithms Laboatoy SPIIRAN,

More information

NOTE. Some New Bounds for Cover-Free Families

NOTE. Some New Bounds for Cover-Free Families Jounal of Combinatoial Theoy, Seies A 90, 224234 (2000) doi:10.1006jcta.1999.3036, available online at http:.idealibay.com on NOTE Some Ne Bounds fo Cove-Fee Families D. R. Stinson 1 and R. Wei Depatment

More information

EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS

EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS ATHULA GUNAWARDENA AND ROBERT R MEYER Abstact A d-dimensional gid gaph G is the gaph on a finite subset in the intege lattice Z d in

More information

On decompositions of complete multipartite graphs into the union of two even cycles

On decompositions of complete multipartite graphs into the union of two even cycles On decompositions of complete multipatite gaphs into the union of two even cycles A. Su, J. Buchanan, R. C. Bunge, S. I. El-Zanati, E. Pelttai, G. Rasmuson, E. Spaks, S. Tagais Depatment of Mathematics

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

arxiv: v1 [math.nt] 12 May 2017

arxiv: v1 [math.nt] 12 May 2017 SEQUENCES OF CONSECUTIVE HAPPY NUMBERS IN NEGATIVE BASES HELEN G. GRUNDMAN AND PAMELA E. HARRIS axiv:1705.04648v1 [math.nt] 12 May 2017 ABSTRACT. Fo b 2 and e 2, let S e,b : Z Z 0 be the function taking

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information

Method for Approximating Irrational Numbers

Method for Approximating Irrational Numbers Method fo Appoximating Iational Numbes Eic Reichwein Depatment of Physics Univesity of Califonia, Santa Cuz June 6, 0 Abstact I will put foth an algoithm fo poducing inceasingly accuate ational appoximations

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

Solution to HW 3, Ma 1a Fall 2016

Solution to HW 3, Ma 1a Fall 2016 Solution to HW 3, Ma a Fall 206 Section 2. Execise 2: Let C be a subset of the eal numbes consisting of those eal numbes x having the popety that evey digit in the decimal expansion of x is, 3, 5, o 7.

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE THE p-adic VALUATION OF STIRLING NUMBERS ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE Abstact. Let p > 2 be a pime. The p-adic valuation of Stiling numbes of the

More information

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity Constuction and Analysis of Boolean Functions of 2t + 1 Vaiables with Maximum Algebaic Immunity Na Li and Wen-Feng Qi Depatment of Applied Mathematics, Zhengzhou Infomation Engineeing Univesity, Zhengzhou,

More information

A solution to a problem of Grünbaum and Motzkin and of Erdős and Purdy about bichromatic configurations of points in the plane

A solution to a problem of Grünbaum and Motzkin and of Erdős and Purdy about bichromatic configurations of points in the plane A solution to a poblem of Günbaum and Motzkin and of Edős and Pudy about bichomatic configuations of points in the plane Rom Pinchasi July 29, 2012 Abstact Let P be a set of n blue points in the plane,

More information

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies Supplementay infomation Efficient Enumeation of Monocyclic Chemical Gaphs with Given Path Fequencies Masaki Suzuki, Hioshi Nagamochi Gaduate School of Infomatics, Kyoto Univesity {m suzuki,nag}@amp.i.kyoto-u.ac.jp

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Splay Trees Handout. Last time we discussed amortized analysis of data structures

Splay Trees Handout. Last time we discussed amortized analysis of data structures Spla Tees Handout Amotied Analsis Last time we discussed amotied analsis of data stuctues A wa of epessing that even though the wost-case pefomance of an opeation can be bad, the total pefomance of a sequence

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

Lifting Private Information Retrieval from Two to any Number of Messages

Lifting Private Information Retrieval from Two to any Number of Messages Lifting Pivate Infomation Retieval fom Two to any umbe of Messages Rafael G.L. D Oliveia, Salim El Rouayheb ECE, Rutges Univesity, Piscataway, J Emails: d746@scaletmail.utges.edu, salim.elouayheb@utges.edu

More information

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr The Congestion of n-cube Layout on a Rectangula Gid S.L. Bezukov J.D. Chavez y L.H. Hape z M. Rottge U.-P. Schoede Abstact We conside the poblem of embedding the n-dimensional cube into a ectangula gid

More information

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function Abstact and Applied Analysis Volume 011, Aticle ID 697547, 7 pages doi:10.1155/011/697547 Reseach Aticle On Alze and Qiu s Conjectue fo Complete Elliptic Integal and Invese Hypebolic Tangent Function Yu-Ming

More information

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland)

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland) Syntactical content of nite appoximations of patial algebas 1 Wikto Batol Inst. Matematyki, Uniw. Waszawski, 02-097 Waszawa (Poland) batol@mimuw.edu.pl Xavie Caicedo Dep. Matematicas, Univ. de los Andes,

More information

Fall 2014 Randomized Algorithms Oct 8, Lecture 3

Fall 2014 Randomized Algorithms Oct 8, Lecture 3 Fall 204 Randomized Algoithms Oct 8, 204 Lectue 3 Pof. Fiedich Eisenband Scibes: Floian Tamè In this lectue we will be concened with linea pogamming, in paticula Clakson s Las Vegas algoithm []. The main

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee Koean J. Math. 23 (2015), No. 3, pp. 427 438 http://dx.doi.og/10.11568/kjm.2015.23.3.427 THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX Jaejin Lee Abstact. The Schensted algoithm fist descibed by Robinson

More information

ON SPARSELY SCHEMMEL TOTIENT NUMBERS. Colin Defant 1 Department of Mathematics, University of Florida, Gainesville, Florida

ON SPARSELY SCHEMMEL TOTIENT NUMBERS. Colin Defant 1 Department of Mathematics, University of Florida, Gainesville, Florida #A8 INTEGERS 5 (205) ON SPARSEL SCHEMMEL TOTIENT NUMBERS Colin Defant Depatment of Mathematics, Univesity of Floida, Gainesville, Floida cdefant@ufl.edu Received: 7/30/4, Revised: 2/23/4, Accepted: 4/26/5,

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

A Multivariate Normal Law for Turing s Formulae

A Multivariate Normal Law for Turing s Formulae A Multivaiate Nomal Law fo Tuing s Fomulae Zhiyi Zhang Depatment of Mathematics and Statistics Univesity of Noth Caolina at Chalotte Chalotte, NC 28223 Abstact This pape establishes a sufficient condition

More information

Matrix Colorings of P 4 -sparse Graphs

Matrix Colorings of P 4 -sparse Graphs Diplomabeit Matix Coloings of P 4 -spase Gaphs Chistoph Hannnebaue Januay 23, 2010 Beteue: Pof. D. Winfied Hochstättle FenUnivesität in Hagen Fakultät fü Mathematik und Infomatik Contents Intoduction iii

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

β β β β β B B B B o (i) (ii) (iii)

β β β β β B B B B o (i) (ii) (iii) Output-Sensitive Algoithms fo Unifom Patitions of Points Pankaj K. Agawal y Binay K. Bhattachaya z Sandeep Sen x Octobe 19, 1999 Abstact We conside the following one and two-dimensional bucketing poblems:

More information

titrrvers:rtt t>1 NO~~H CAROLINA

titrrvers:rtt t>1 NO~~H CAROLINA titvers:tt t>1 NO~~H CAROLINA Depatment of statistics Chapel Hill, N. C. ON A BOUN.D USEFUL IN THE THEORY OF FACTORIAL DESIGNS AND ERROR CORRECTING CODES by R. C. Bose and J. N. Sivastava Apil 1963 Gant

More information

Probablistically Checkable Proofs

Probablistically Checkable Proofs Lectue 12 Pobablistically Checkable Poofs May 13, 2004 Lectue: Paul Beame Notes: Chis Re 12.1 Pobablisitically Checkable Poofs Oveview We know that IP = PSPACE. This means thee is an inteactive potocol

More information

15.081J/6.251J Introduction to Mathematical Programming. Lecture 6: The Simplex Method II

15.081J/6.251J Introduction to Mathematical Programming. Lecture 6: The Simplex Method II 15081J/6251J Intoduction to Mathematical Pogamming ectue 6: The Simplex Method II 1 Outline Revised Simplex method Slide 1 The full tableau implementation Anticycling 2 Revised Simplex Initial data: A,

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

Deterministic vs Non-deterministic Graph Property Testing

Deterministic vs Non-deterministic Graph Property Testing Deteministic vs Non-deteministic Gaph Popety Testing Lio Gishboline Asaf Shapia Abstact A gaph popety P is said to be testable if one can check whethe a gaph is close o fa fom satisfying P using few andom

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

Secret Exponent Attacks on RSA-type Schemes with Moduli N = p r q

Secret Exponent Attacks on RSA-type Schemes with Moduli N = p r q Secet Exponent Attacks on RSA-type Schemes with Moduli N = p q Alexande May Faculty of Compute Science, Electical Engineeing and Mathematics Univesity of Padebon 33102 Padebon, Gemany alexx@uni-padebon.de

More information

1 Explicit Explore or Exploit (E 3 ) Algorithm

1 Explicit Explore or Exploit (E 3 ) Algorithm 2.997 Decision-Making in Lage-Scale Systems Mach 3 MIT, Sping 2004 Handout #2 Lectue Note 9 Explicit Exploe o Exploit (E 3 ) Algoithm Last lectue, we studied the Q-leaning algoithm: [ ] Q t+ (x t, a t

More information

Merging to ordered sequences. Efficient (Parallel) Sorting. Merging (cont.)

Merging to ordered sequences. Efficient (Parallel) Sorting. Merging (cont.) Efficient (Paae) Soting One of the most fequent opeations pefomed by computes is oganising (soting) data The access to soted data is moe convenient/faste Thee is a constant need fo good soting agoithms

More information

Failure Probability of 2-within-Consecutive-(2, 2)-out-of-(n, m): F System for Special Values of m

Failure Probability of 2-within-Consecutive-(2, 2)-out-of-(n, m): F System for Special Values of m Jounal of Mathematics and Statistics 5 (): 0-4, 009 ISSN 549-3644 009 Science Publications Failue Pobability of -within-consecutive-(, )-out-of-(n, m): F System fo Special Values of m E.M.E.. Sayed Depatment

More information

A Comparison and Contrast of Some Methods for Sample Quartiles

A Comparison and Contrast of Some Methods for Sample Quartiles A Compaison and Contast of Some Methods fo Sample Quatiles Anwa H. Joade and aja M. Latif King Fahd Univesity of Petoleum & Mineals ABSTACT A emainde epesentation of the sample size n = 4m ( =, 1, 2, 3)

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computes and Mathematics with Applications 58 (009) 9 7 Contents lists available at ScienceDiect Computes and Mathematics with Applications jounal homepage: www.elsevie.com/locate/camwa Bi-citeia single

More information

Upward order-preserving 8-grid-drawings of binary trees

Upward order-preserving 8-grid-drawings of binary trees CCCG 207, Ottawa, Ontaio, July 26 28, 207 Upwad ode-peseving 8-gid-dawings of binay tees Theese Biedl Abstact This pape concens upwad ode-peseving staightline dawings of binay tees with the additional

More information

Rotor Blade Performance Analysis with Blade Element Momentum Theory

Rotor Blade Performance Analysis with Blade Element Momentum Theory Available online at www.sciencediect.com ScienceDiect Enegy Pocedia 5 (7 ) 3 9 The 8 th Intenational Confeence on Applied Enegy ICAE6 Roto Blade Pefomance Analysis with Blade Element Momentum Theoy Faisal

More information

A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES

A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES AGU Intenational Jounal of Science and Technology A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES Ritu Ahuja Depatment of Mathematics Khalsa College fo Women, Civil Lines, Ludhiana-141001, Punjab, (India)

More information

A Converse to Low-Rank Matrix Completion

A Converse to Low-Rank Matrix Completion A Convese to Low-Rank Matix Completion Daniel L. Pimentel-Alacón, Robet D. Nowak Univesity of Wisconsin-Madison Abstact In many pactical applications, one is given a subset Ω of the enties in a d N data

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension Intenational Mathematical Foum, 3, 2008, no. 16, 763-776 Functions Defined on Fuzzy Real Numbes Accoding to Zadeh s Extension Oma A. AbuAaqob, Nabil T. Shawagfeh and Oma A. AbuGhneim 1 Mathematics Depatment,

More information

SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER

SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER Discussiones Mathematicae Gaph Theoy 39 (019) 567 573 doi:10.7151/dmgt.096 SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER Lutz Volkmann

More information

2 S. Gao and M. A. Shokollahi opeations in Fq, and usually we will use the \Soft O" notation to ignoe logaithmic factos: g = O(n) ~ means that g = O(n

2 S. Gao and M. A. Shokollahi opeations in Fq, and usually we will use the \Soft O notation to ignoe logaithmic factos: g = O(n) ~ means that g = O(n Computing Roots of Polynomials ove Function Fields of Cuves Shuhong Gao 1 and M. Amin Shokollahi 2 1 Depatment of Mathematical Sciences, Clemson Univesity, Clemson, SC 29634 USA 2 Bell Labs, Rm. 2C-353,

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

NOTICE WARNING CONCERNING COPYRIGHT RESTRICTIONS: The copyright law of the United States (title 17, U.S. Code) governs the making of photocopies or

NOTICE WARNING CONCERNING COPYRIGHT RESTRICTIONS: The copyright law of the United States (title 17, U.S. Code) governs the making of photocopies or NOTICE WARNING CONCERNING COPYRIGHT RESTRICTIONS: The copyight law of the United States (title 17, U.S. Code) govens the making of photocopies o othe epoductions of copyighted mateial. Any copying of this

More information

Goodness-of-fit for composite hypotheses.

Goodness-of-fit for composite hypotheses. Section 11 Goodness-of-fit fo composite hypotheses. Example. Let us conside a Matlab example. Let us geneate 50 obsevations fom N(1, 2): X=nomnd(1,2,50,1); Then, unning a chi-squaed goodness-of-fit test

More information

Forest-Like Abstract Voronoi Diagrams in Linear Time

Forest-Like Abstract Voronoi Diagrams in Linear Time Foest-Like Abstact Voonoi Diagams in Linea Time Cecilia Bohle, Rolf Klein, and Chih-Hung Liu Abstact Voonoi diagams ae a well-studied data stuctue of poximity infomation, and although most cases equie

More information

A quadratic algorithm for road coloring

A quadratic algorithm for road coloring A quadatic algoithm fo oad coloing Maie-Piee Béal and Dominique Pein Octobe 6, 0 axiv:080.076v9 [cs.ds] 0 May 01 Abstact The Road Coloing Theoem states that evey apeiodic diected gaph with constant out-degee

More information

Encapsulation theory: the transformation equations of absolute information hiding.

Encapsulation theory: the transformation equations of absolute information hiding. 1 Encapsulation theoy: the tansfomation equations of absolute infomation hiding. Edmund Kiwan * www.edmundkiwan.com Abstact This pape descibes how the potential coupling of a set vaies as the set is tansfomed,

More information

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function Intenational Confeence on Infomation echnology and Management Innovation (ICIMI 05) Gadient-based Neual Netwok fo Online Solution of Lyapunov Matix Equation with Li Activation unction Shiheng Wang, Shidong

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

Bayesian Congestion Control over a Markovian Network Bandwidth Process

Bayesian Congestion Control over a Markovian Network Bandwidth Process Bayesian Congestion Contol ove a Makovian Netwok Bandwidth Pocess Paisa Mansouifad,, Bhaska Kishnamachai, Taa Javidi Ming Hsieh Depatment of Electical Engineeing, Univesity of Southen Califonia, Los Angeles,

More information

A generalization of the Bernstein polynomials

A generalization of the Bernstein polynomials A genealization of the Benstein polynomials Halil Ouç and Geoge M Phillips Mathematical Institute, Univesity of St Andews, Noth Haugh, St Andews, Fife KY16 9SS, Scotland Dedicated to Philip J Davis This

More information

Moment-free numerical approximation of highly oscillatory integrals with stationary points

Moment-free numerical approximation of highly oscillatory integrals with stationary points Moment-fee numeical appoximation of highly oscillatoy integals with stationay points Sheehan Olve Abstact We pesent a method fo the numeical quadatue of highly oscillatoy integals with stationay points.

More information

Trade-offs Between the Size of Advice and Broadcasting Time in Trees

Trade-offs Between the Size of Advice and Broadcasting Time in Trees Tade-offs Between the Size of Advice and Boadcasting Time in Tees ABSTRACT Emanuele G. Fusco Compute Science Depatment Univesity of Rome La Sapienza Via Salaia 113-00198 Roma, Italy fusco@di.unioma1.it

More information

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS THE 9 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS R. Sbulati *, S. R. Atashipou Depatment of Civil, Chemical and Envionmental Engineeing,

More information

Reduced Implicant Tries

Reduced Implicant Tries Reduced Implicant Ties Technical Repot SUNYA-CS-07-01 Novembe, 2007 Neil V. Muay Depatment of Compute Science Univesity at Albany Albany, NY 12222 email: nvm@cs.albany.edu Eik Rosenthal Depatment of Mathematics

More information

We give improved upper bounds for the number of primitive solutions of the Thue inequality

We give improved upper bounds for the number of primitive solutions of the Thue inequality NUMBER OF SOLUTIONS OF CUBIC THUE INEQUALITIES WITH POSITIVE DISCRIMINANT N SARADHA AND DIVYUM SHARMA Abstact Let F(X, Y) be an ieducible binay cubic fom with intege coefficients and positive disciminant

More information

A Metric on the Space of Reduced Phylogenetic Networks

A Metric on the Space of Reduced Phylogenetic Networks 1 A Metic on the Space of Reduced Phylogenetic Netwoks Luay Nakhleh Abstact Phylogenetic netwoks ae leaf-labeled, ooted, acyclic, diected gaphs, that ae used to model eticulate evolutionay histoies. Seveal

More information

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries Output-Sensitive Algoithms fo Computing Neaest-Neighbou Decision Boundaies David Bemne 1, Eik Demaine 2, Jeff Eickson 3, John Iacono 4, Stefan Langeman 5, Pat Moin 6, and Godfied Toussaint 7 1 Faculty

More information

FUSE Fusion Utility Sequence Estimator

FUSE Fusion Utility Sequence Estimator FUSE Fusion Utility Sequence Estimato Belu V. Dasaathy Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500 belu.d@dynetics.com Sean D. Townsend Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500

More information

arxiv: v1 [math.nt] 28 Oct 2017

arxiv: v1 [math.nt] 28 Oct 2017 ON th COEFFICIENT OF DIVISORS OF x n axiv:70049v [mathnt] 28 Oct 207 SAI TEJA SOMU Abstact Let,n be two natual numbes and let H(,n denote the maximal absolute value of th coefficient of divisos of x n

More information

Enumerating permutation polynomials

Enumerating permutation polynomials Enumeating pemutation polynomials Theodoulos Gaefalakis a,1, Giogos Kapetanakis a,, a Depatment of Mathematics and Applied Mathematics, Univesity of Cete, 70013 Heaklion, Geece Abstact We conside thoblem

More information

Upper Bounds for Tura n Numbers. Alexander Sidorenko

Upper Bounds for Tura n Numbers. Alexander Sidorenko jounal of combinatoial theoy, Seies A 77, 134147 (1997) aticle no. TA962739 Uppe Bounds fo Tua n Numbes Alexande Sidoenko Couant Institute of Mathematical Sciences, New Yok Univesity, 251 Mece Steet, New

More information

JENSEN S INEQUALITY FOR DISTRIBUTIONS POSSESSING HIGHER MOMENTS, WITH APPLICATION TO SHARP BOUNDS FOR LAPLACE-STIELTJES TRANSFORMS

JENSEN S INEQUALITY FOR DISTRIBUTIONS POSSESSING HIGHER MOMENTS, WITH APPLICATION TO SHARP BOUNDS FOR LAPLACE-STIELTJES TRANSFORMS J. Austal. Math. Soc. Se. B 40(1998), 80 85 JENSEN S INEQUALITY FO DISTIBUTIONS POSSESSING HIGHE MOMENTS, WITH APPLICATION TO SHAP BOUNDS FO LAPLACE-STIELTJES TANSFOMS B. GULJAŠ 1,C.E.M.PEACE 2 and J.

More information

QUANTUM ALGORITHMS IN ALGEBRAIC NUMBER THEORY

QUANTUM ALGORITHMS IN ALGEBRAIC NUMBER THEORY QUANTU ALGORITHS IN ALGEBRAIC NUBER THEORY SION RUBINSTEIN-SALZEDO Abstact. In this aticle, we discuss some quantum algoithms fo detemining the goup of units and the ideal class goup of a numbe field.

More information

THE MAXIMUM SIZE OF A PARTIAL SPREAD II: UPPER BOUNDS

THE MAXIMUM SIZE OF A PARTIAL SPREAD II: UPPER BOUNDS THE MAXIMUM SIZE OF A PARTIAL SPREAD II: UPPER BOUNDS ESMERALDA NĂSTASE MATHEMATICS DEPARTMENT XAVIER UNIVERSITY CINCINNATI, OHIO 4507, USA PAPA SISSOKHO MATHEMATICS DEPARTMENT ILLINOIS STATE UNIVERSITY

More information

Hua Xu 3 and Hiroaki Mukaidani 33. The University of Tsukuba, Otsuka. Hiroshima City University, 3-4-1, Ozuka-Higashi

Hua Xu 3 and Hiroaki Mukaidani 33. The University of Tsukuba, Otsuka. Hiroshima City University, 3-4-1, Ozuka-Higashi he inea Quadatic Dynamic Game fo Discete-ime Descipto Systems Hua Xu 3 and Hioai Muaidani 33 3 Gaduate School of Systems Management he Univesity of suuba, 3-9- Otsua Bunyo-u, oyo -0, Japan xuhua@gssm.otsua.tsuuba.ac.jp

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

Alternative Tests for the Poisson Distribution

Alternative Tests for the Poisson Distribution Chiang Mai J Sci 015; 4() : 774-78 http://epgsciencecmuacth/ejounal/ Contibuted Pape Altenative Tests fo the Poisson Distibution Manad Khamkong*[a] and Pachitjianut Siipanich [b] [a] Depatment of Statistics,

More information

arxiv: v1 [math.co] 1 Apr 2011

arxiv: v1 [math.co] 1 Apr 2011 Weight enumeation of codes fom finite spaces Relinde Juius Octobe 23, 2018 axiv:1104.0172v1 [math.co] 1 Ap 2011 Abstact We study the genealized and extended weight enumeato of the - ay Simplex code and

More information

Additive Approximation for Edge-Deletion Problems

Additive Approximation for Edge-Deletion Problems Additive Appoximation fo Edge-Deletion Poblems Noga Alon Asaf Shapia Benny Sudakov Abstact A gaph popety is monotone if it is closed unde emoval of vetices and edges. In this pape we conside the following

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

arxiv: v1 [math.na] 8 Feb 2013

arxiv: v1 [math.na] 8 Feb 2013 A mixed method fo Diichlet poblems with adial basis functions axiv:1302.2079v1 [math.na] 8 Feb 2013 Nobet Heue Thanh Tan Abstact We pesent a simple discetization by adial basis functions fo the Poisson

More information

Lecture 28: Convergence of Random Variables and Related Theorems

Lecture 28: Convergence of Random Variables and Related Theorems EE50: Pobability Foundations fo Electical Enginees July-Novembe 205 Lectue 28: Convegence of Random Vaiables and Related Theoems Lectue:. Kishna Jagannathan Scibe: Gopal, Sudhasan, Ajay, Swamy, Kolla An

More information

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey Likelihood vs. Infomation in Aligning Biopolyme Sequences UCSD Technical Repot CS93-318 Timothy L. Bailey Depatment of Compute Science and Engineeing Univesity of Califonia, San Diego 1 Febuay, 1993 ABSTRACT:

More information

10/04/18. P [P(x)] 1 negl(n).

10/04/18. P [P(x)] 1 negl(n). Mastemath, Sping 208 Into to Lattice lgs & Cypto Lectue 0 0/04/8 Lectues: D. Dadush, L. Ducas Scibe: K. de Boe Intoduction In this lectue, we will teat two main pats. Duing the fist pat we continue the

More information

Encapsulation theory: radial encapsulation. Edmund Kirwan *

Encapsulation theory: radial encapsulation. Edmund Kirwan * Encapsulation theoy: adial encapsulation. Edmund Kiwan * www.edmundkiwan.com Abstact This pape intoduces the concept of adial encapsulation, wheeby dependencies ae constained to act fom subsets towads

More information

Tight Upper Bounds for the Expected Loss of Lexicographic Heuristics in Binary Multi-attribute Choice

Tight Upper Bounds for the Expected Loss of Lexicographic Heuristics in Binary Multi-attribute Choice Tight Uppe Bounds fo the Expected Loss of Lexicogaphic Heuistics in Binay Multi-attibute Choice Juan A. Caasco, Manel Baucells Except fo fomatting details and the coection of some eata, this vesion matches

More information

On the Structure of Linear Programs with Overlapping Cardinality Constraints

On the Structure of Linear Programs with Overlapping Cardinality Constraints On the Stuctue of Linea Pogams with Ovelapping Cadinality Constaints Tobias Fische and Mac E. Pfetsch Depatment of Mathematics, TU Damstadt, Gemany tfische,pfetsch}@mathematik.tu-damstadt.de Januay 25,

More information

and the initial value R 0 = 0, 0 = fall equivalence classes ae singletons fig; i = 1; : : : ; ng: (3) Since the tansition pobability p := P (R = j R?1

and the initial value R 0 = 0, 0 = fall equivalence classes ae singletons fig; i = 1; : : : ; ng: (3) Since the tansition pobability p := P (R = j R?1 A CLASSIFICATION OF COALESCENT PROCESSES FOR HAPLOID ECHANGE- ABLE POPULATION MODELS Matin Mohle, Johannes Gutenbeg-Univesitat, Mainz and Seik Sagitov 1, Chalmes and Gotebogs Univesities, Gotebog Abstact

More information

COLLAPSING WALLS THEOREM

COLLAPSING WALLS THEOREM COLLAPSING WALLS THEOREM IGOR PAK AND ROM PINCHASI Abstact. Let P R 3 be a pyamid with the base a convex polygon Q. We show that when othe faces ae collapsed (otated aound the edges onto the plane spanned

More information