CSE 5311 Notes 2: Binary Search Trees

Size: px
Start display at page:

Download "CSE 5311 Notes 2: Binary Search Trees"

Transcription

1 S Notes : inry Ser Trees (Lst upte /7/ 8:7 M) ROTTIONS Single left rottion t (K rotting ege ) Single rigt rottion t (K rotting ege ) F oule rigt rottion t F G F G Wt two single rottions re equivlent?

2 (OTTOM-UP) R-LK TRS re-l tree is inry ser tree wose eigt is logritmi in te numer of eys store.. very noe is olore re or l. (olors re only emine uring insertion n eletion). very lef (te sentinel) is olore l.. ot ilren of re noe re l.. very simple pt from il of noe X to lef s te sme numer of l noes. Tis numer is nown s te l-eigt of X ((X)). mple: = re = l Oservtions:. re-l tree wit n internl noes ( eys ) s eigt t most lg(n+).. If noe X is not lef n its siling is lef, ten X must e re.. Tere my e mny wys to olor inry ser tree to me it re-l tree.. If te root is olore re, ten it my e swite to l witout violting struturl properties.

3 Insertion. Strt wit unlne insert of t lef (ot ilren re te sentinel).. olor of new noe is.. My violte struturl property. Les to tree ses, long wit symmetri versions. Te pointer points t re noe wose prent migt lso e re. se : (in Notes, using Segewi s oo, tis is one top-own efore tting new lef) = re = l se : = re = l e e

4 se : = re = l e - e mple: = re = l 6 7 Insert Insert

5 Insert Insert Reset to l mple: Insert

6 eletion Strt wit one of te unlne eletion ses:. elete noe is t lef.. Splie roun to sentinel.. olor of elete noe? Re one l Set oule l pointer t sentinel. etermine wi of four relning ses pplies.. elete noe is prent of one t lef.. Splie roun to t lef. olor of elete noe? Re Not possile l t lef must e re. nge its olor to l.. Noe wit ey-to-elete is prent of two t noes.. Stel ey n t from suessor (ut not te olor).. elete suessor using te pproprite one of te previous two ses.

7 se : 7 = re = l e f e f se : = re = = l = = eiter +olor() +olor() e f e f se : = re = = l = = eiter +olor() +olor() e f - e f

8 se : 8 = re = = l = = eiter +olor()+olor() +olor()+olor() - +olor() +olor() - +olor() - - +olor() - +olor() - +olor() +olor() - e - +olor() f e f (t most tree rottions our wile proessing te eletion of one ey) mple: elete

9 If rees te root, ten one. Only ple in tree were tis ppens. elete elete If rees re noe, ten nge olor to l n one.

10 elete elete elete elete 9 9

11 VL TRS n VL tree is inry ser tree wose eigt is logritmi in te numer of eys store.. noe stores te ifferene of te eigts (nown s te lne ftor) of te rigt n left sutrees roote y te ilren: eigt rigt - eigt left lne ftor must e +,, - (lens rigt, lne, lens left).. n insertion is implemente y:. tting lef. Rippling nges to lne ftor:. Rigt il ripple Prent.l = + n ripple to prent Prent.l = - to omplete insertion Prent.l = + + n ROTTION to omplete insertion. Left il ripple Prent.l = - n ripple to prent Prent.l = + to omplete insertion Prent.l = - - n ROTTION to omplete insertion

12 . Rottions. Single (LL) - rigt rottion t Rest of Tree Rest of Tree - - Restores eigt of sutree to pre-insertion numer of levels RR se is symmetri. oule (LR) F - Rest of Tree Rest of Tree + G F G - - Insert on eiter sutree Restores eigt of sutree to pre-insertion numer of levels RL se is symmetri

13 eletion - Still ve RR, RL, LL, n LR, ut two itionl (symmetri) ses rise. Suppose 7 is elete from tis tree. iter LL or LR my e pplie Fioni Trees - speil se of VL trees eiiting two worst-se eviors -. Mimlly sewe. (m eigt is rougly log.68 n =. lg n, epete eigt is lg n +.). θ(log n) rottions for single eletion. (empty) (empty) 6 7

14 TRPS (LRS, p. ) Hyri of ST n min-ep ies Gives oe tt is lerer tn R or VL (ut omprle to sip lists) pete eigt of tree is logritmi (. lg n) Keys re use s in ST Tree lso s min-ep property se on e noe ving priority: Rnomize priority - generte wen new ey is inserte Virtul priority - ompute (wen neee) using funtion similr to s funtion sies: te first pulise su yri were te rtesin trees of J. Vuillemin, Unifying Loo t t Strutures,. M (), pril 9, 9-9. more omplete eplntion ppers in.m. Mreigt, Priority Ser Trees, SIM J. omputing (), My 98, 7-76 n pter of M. e erg et.l. Tese re lso use in te elegnt implementtion in M.. eno n T.. Striovsy, omputing Longest ommon Sustrings in.. Hirs, omputer Siene - Teory n pplitions, LNS, 8, 6-7. Insertion Insert s lef Generte rnom priority (lrge rnge to minimize uplites) Single rottions to fi min-ep property

15 mple: Insert 6 wit priority of fter rottions: eletion Fin noe n nge priority to Rotte to ring up il wit lower priority. ontinue until min-ep property ols. Remove lef.

16 elete ey : 6 UGMNTING T STRUTURS Re LRS, setion. on using R tree wit rning informtion for orer sttistis. Retrieving n element wit given rn etermine te rn of n element Prolem: Mintin summry informtion to support n ggregte opertion on te smllest (or lrgest) eys in O(log n) time. mple: Prefi Sum Given ey, etermine te sum of ll eys given ey (prefi sum). Solution: Store sum of ll eys in sutree t te root of te sutree Key Prefi Sum

17 To ompute prefi sum for ey: Initilize sum to Ser for ey, moifying totl s ser progresses: Ser goes left - leve totl lone Ser goes rigt or ey s een foun - present noe s ey n left il s sum to totl Key is : ( + ) + ( + 6) + ( + ) = 6 Key is : ( + ) + ( + 9) = Key is 6: ( + ) + (6 + ) = Vrition: etermine te smllest ey tt s prefi sum speifie vlue. Uptes to tree: Non-struturl (tt/remove noe) - moify noe n every nestor Single rottion (for prefi sum) Σ Σ Σ Σ Σ Σ+Σ+ Σ Σ Σ Σ (Similr for oule rottion) Generl se - see LRS., espeilly Teorem. Intervl trees (LRS.) - more signifint pplition Set of (lose) intervls [low, ig] - low is te ey, ut uplites re llowe sutree root ontins te m vlue ppering in ny intervl in tt sutree ggregte opertion to support - fin ny intervl tt overlps given intervl [low, ig ] Moify ST ser...

18 8 if ptr == nil no intervl in tree overlps [low, ig ] if ig ptr->low n ptr->ig low return ptr s n nswer if ptr->left!= nil n ptr->left->m low ptr := ptr->left else ptr := ptr->rigt Uptes to tree - similr to prefi sum, ut reple itions wit mimums

Operating Systems Principles. Page Replacement Algorithms

Operating Systems Principles. Page Replacement Algorithms Operting Systems Priniples Pge Replement Algorithms Steve Gor gor@se.unl.eu http://www.se.unl.eu/~gor/courses/csce45 Virtul Memory Mngement Funmentl issues Plement strtegy Replement strtegies Lo ontrol

More information

PTSE RATES IN PNNI NETWORKS

PTSE RATES IN PNNI NETWORKS PTSE RATES IN PNNI NETWORKS Norert MERSCH 1 Siemens AG, Hofmnnstr. 51, D-81359 Münhen, Germny Peter JOCHER 2 LKN, Tehnishe Universität Münhen, Arisstr. 21, D-80290 Münhen, Germny Lrs BURGSTAHLER 3 IND,

More information

static principle: output determined by a connection with strong node dynamic principle: output (sometimes) determined by a weak (floating) node

static principle: output determined by a connection with strong node dynamic principle: output (sometimes) determined by a weak (floating) node stti n ynmi priniple pmos network nmos network v out stti priniple: output etermine y onnetion with strong noe ynmi priniple: output (sometimes) etermine y wek (floting) noe hrging: C s is eing hrge up

More information

EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN. Research Report to Northarvest Bean Growers, January 19, 2009

EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN. Research Report to Northarvest Bean Growers, January 19, 2009 EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN Reserh Report to Northrvest Ben Growers, Jnury 19, 29 Berlin D. Nelson, Susilo Poromrto, n Ruell Goswmi, Dept. Plnt Pthology, NDSU Ojetive: Determine

More information

Provider How To. Software Process Service Results

Provider How To. Software Process Service Results Softwre Proess Servie Results Provier How To Copyright Glenwoo Systems LLC 2010. The informtion herein remins the property of Glenwoo Systems LLC. This informtion my not e reprinte or uplite, n is governe

More information

EECS150 - Digital Design Lecture 7 - Boolean Algebra II

EECS150 - Digital Design Lecture 7 - Boolean Algebra II EECS5 Digitl Design Leture 7 Boolen Alger II Ferury 2, 22 John Wwrzynek Spring 22 EECS5 Le7Bool2 Pge Cnonil Forms Outline They give us metho to go from TT to Boolen Equtions Twolevel Logi Simplifition

More information

Algorithms for Intermediate Waveband Switching in Optical WDM Mesh Networks

Algorithms for Intermediate Waveband Switching in Optical WDM Mesh Networks Algorithm for Intermeite Wven Swithing in Optil WDM Meh Network Ajy Toiml 1 n Byrv Rmmurthy 1 OIT-Mi-Atlnti Croro, Univerity of Mryln-College Prk College Prk MD 070 U.S.A jyt@mxgigpop.net Deprtment of

More information

Outline. EECS150 - Digital Design Lecture 5 - Boolean Algebra II. Canonical Forms. Sum of Products (cont.)

Outline. EECS150 - Digital Design Lecture 5 - Boolean Algebra II. Canonical Forms. Sum of Products (cont.) EECS5 Digitl Design Leture 5 Boolen Alger II Septemer, 22 John Wwrznek Outline Cnonil Forms The give us metho to go rom TT to Boolen Equtions Twolevel Logi Simpliition Kmp metho Multilevel Logi NAND/NOR

More information

EECS150 - Digital Design Lecture 5 - Boolean Algebra II

EECS150 - Digital Design Lecture 5 - Boolean Algebra II EECS5 Digitl Design Leture 5 Boolen Alger II Septemer, 22 John Wwrzynek Fll 22 EECS5 Le5Bool2 Pge Cnonil Forms Outline They give us metho to go from TT to Boolen Equtions Twolevel Logi Simplifition Kmp

More information

A savings procedure based construction heuristic for the offshore wind cable layout optimization problem

A savings procedure based construction heuristic for the offshore wind cable layout optimization problem A svings proeure se onstrution heuristi for the offshore win le lyout optimiztion prolem Sunney Foter (B.Eng. Mehnil) MS. Cnite in Energy Deprtment of Informtis, University of Bergen, Norwy sunney.foter@stuent.ui.no

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION { OI: 1.138/n31 Srifie n nlyze APs on week 1 s of iet 1 4 6 High-ft iet BrU High-ft iet BrU 4 High-ft iet BrU 6 High-ft iet BrU Lin - Lin - : C34 + : C9 + 1 1 3 1 4 1 5 C45 1 C34 1 1 1 1 3 1 4 1 5 S-1

More information

Rotoroll OK! User's Guide

Rotoroll OK! User's Guide Rotoroll Pge Sfety preution. The user must never open Rotoroll to inspet it, reple prts or unertke repirs. The reeling mehnisms spring my pop out of its set n use mge n injury to persons, nimls n ojets

More information

Using Contrapositives to Enhance the Implication Graphs of Logic Circuits

Using Contrapositives to Enhance the Implication Graphs of Logic Circuits Using Contrpositives to Enhne the Implition Grphs of Logi Ciruits Kunl K. Dve Vishwni D. Agrwl Mihel L. Bushnell Rutgers University, Dept. of ECE Auurn University, Dept. of ECE Rutgers University, Dept.

More information

Other Uses for Cluster Sampling

Other Uses for Cluster Sampling Other Uses for Cluster Smpling Mesure hnges in the level of n ttriute Hypothesis testing versus intervl estimtion Type I n 2 errors Power of the test Mesuring ttriute t sme time in ifferent sites Exmple:

More information

LALR Analysis. LALR Analysis. LALR Analysis. LALR Analysis

LALR Analysis. LALR Analysis. LALR Analysis. LALR Analysis LLR nlysis Motivtion s eplined efore, in LR() prsers there re mny more sttes thn in the previous procedures, LR() nd LR(). This is ecuse there re sttes which contin the sme configurtions, ut with different

More information

Using Paclobutrazol to Suppress Inflorescence Height of Potted Phalaenopsis Orchids

Using Paclobutrazol to Suppress Inflorescence Height of Potted Phalaenopsis Orchids Using Pcloutrzol to Suppress Inflorescence Height of Potted Phlenopsis Orchids A REPORT SUBMITTED TO FINE AMERICAS Linsey Newton nd Erik Runkle Deprtment of Horticulture Spring 28 Using Pcloutrzol to Suppress

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION oi:1.138/nture1134 CS+ CS- MCH 3 OCT OCT 3 MCH CS- CS+ OCT MCH 3 MCH OCT 3 OCT vs MCH OCT vs MCH ppetitive memory (PI) A 1-1 Unpire onitioning DDC-GAL4/UAS-Trp UAS-Trp/+ -2 MCH OCT OCT MCH sugr OCT MCH

More information

Increasing the usage level of corn and distillers grains in market turkey diets through the use of supplemental amino acids

Increasing the usage level of corn and distillers grains in market turkey diets through the use of supplemental amino acids Inresing the usge level of orn n istillers grins in mrket turkey iets through the use of supplementl mino is August 014 By: Sny Noll University of Minnesot Contents EXECUTIVE SUMMARY... INTRODUCTION...

More information

Using Contrapositive Law in an Implication Graph to Identify Logic Redundancies

Using Contrapositive Law in an Implication Graph to Identify Logic Redundancies Using Contrpositive Lw in n Implition Grph to Ientify Logi Reunnies Kunl K. Dve Vishwni D. Agrwl Mihel L. Bushnell ATI Reserh INC. Auurn University, Dept. of ECE Rutgers University, Dept. of ECE Yrley,

More information

Not for Citation or Publication Without Consent of the Author

Not for Citation or Publication Without Consent of the Author Not for Cittion or Puliction Without Consent of the Author AN AUTOMATED SEX PHEROMONE TRAP FOR MONITORING ADULT CM AND OFM AND THE INFLUENCE OF TRAP COLOR ON MOTH AND NON-TARGET CAPTURES Brin L. Lehmn

More information

AlphaEclipse 3600 Series A Sign Installation Instructions ( C) September 28, 2004

AlphaEclipse 3600 Series A Sign Installation Instructions ( C) September 28, 2004 lphaeclipse 3600 Series Sign Installation Instructions (9711-8001) September 28, 2004 Shop drawings The following drawings are attached: 11800000-04 (1 sheet) Single cube wiring diagram 11800000-05 (2

More information

Whangarei District Council Class 4 Gambling Venue Policy

Whangarei District Council Class 4 Gambling Venue Policy Whngrei Distrit Counil Clss 4 Gmling Venue Poliy April 2013 Whngrei Distrit Counil Clss 4 Gmling Venue Poliy Tle of ontents Introdution... 3 1 Ojetives of the poliy in so fr s promoted y the Gmling At

More information

Crossing the Line A GIS investigation

Crossing the Line A GIS investigation GIS investigtion NAME rossing the Line A GIS investigtion Glol perspetive: rossing the Line DAE Answer ll questions on the stuent nswer sheet hnout Bounries re invisile lines on the erth s surfe. hey ivie

More information

EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS

EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS Finl report sumitted to Dniso Animl Nutrition E. vn Heugten nd B. Frederik North Crolin Stte University, Deprtment of Animl Siene Summry The urrent

More information

P AND K IN POTATOES. Donald A Horneck Oregon State University Extension Service

P AND K IN POTATOES. Donald A Horneck Oregon State University Extension Service P AND K IN POTATOES Donld A Hornek Oregon Stte University Extension Servie INTRODUCTION Phosphorous nd potssium re importnt to grow high yielding nd qulity pottoes. Muh of the northwest hs hd trditionlly

More information

Evolutionary Control of an Autonomous Field

Evolutionary Control of an Autonomous Field Evolutionary Control of an Autonomous Fiel Mar W. wen SPAWAR System Center San Diego Coe D7 San Diego, CA, U.S.A. mowen@spawar.navy.mil Dale M. Klamer & Barbara Dean rinon Corporation San Diego, CA, U.S.A.

More information

Name: Key: E = brown eye color (note that blue eye color is still represented by the letter e, but a lower case one...this is very important)

Name: Key: E = brown eye color (note that blue eye color is still represented by the letter e, but a lower case one...this is very important) MONOHYBRID CROSS v2 Name: Introduction A gamete is te egg or sperm cell tat is produced by meiosis. A gamete contains te aploid number of cromosomes (in a uman tis number is 23). In eac of tese cromosomes

More information

Site Protection and Recovery. 26 SEP 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1

Site Protection and Recovery. 26 SEP 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 Site Protetion n Reovery 26 SEP 2017 VMwre Vlite Design 4.1 VMwre Vlite Design for Softwre-Define Dt Center 4.1 Site Protetion n Reovery You n fin the most up-to-te tehnil oumenttion on the VMwre wesite

More information

CS738: Advanced Compiler Optimizations. Flow Graph Theory. Amey Karkare

CS738: Advanced Compiler Optimizations. Flow Graph Theory. Amey Karkare CS738: Avance Compiler Optimizations Flow Graph Theory Amey Karkare karkare@cse.iitk.ac.in http://www.cse.iitk.ac.in/~karkare/cs738 Department of CSE, IIT Kanpur Agena Speeing up DFA Depth of a flow graph

More information

Warm-Up ( 3) Current: Alg 13.0 Review: 7NS 1.1. Solve for y using two different methods. Replace with <, > or = to make the sentence true.

Warm-Up ( 3) Current: Alg 13.0 Review: 7NS 1.1. Solve for y using two different methods. Replace with <, > or = to make the sentence true. W-Up Cuet Alg. Revie NS. Solve fo y usig to iffeet etos. y y Replce it o to e te setece tue. Selecte Respose CCSS.NF. Wic of tese etos oul be ppopite fo fiig? C A B ( ) D E *Wy oul stuet coose icoect

More information

Including CD-ROM for whiteboard use or printing. Primary THE ALGEBRA BOOK. Written by Laura Sumner

Including CD-ROM for whiteboard use or printing. Primary THE ALGEBRA BOOK. Written by Laura Sumner Inluing CD-ROM for whiteor use or printing Primr THE ALGEBRA BOOK Written Lur Sumner Primr THE ALGEBRA BOOK Written Lur Sumner Primr Aknowlegements: Author: Lur Sumner Cover n Pge Design: Kthrn Wester

More information

Optimisation of diets for Atlantic cod (Gadus morhua) broodstock: effect of arachidonic acid on egg & larval quality

Optimisation of diets for Atlantic cod (Gadus morhua) broodstock: effect of arachidonic acid on egg & larval quality Optimistion of diets for Atlntic cod (Gdus morhu) roodstock: effect of rchidonic cid on egg & lrvl qulity Dr Gordon Bell, Ms. An Blnco, Dr Bill Roy, Dr Derek Roertson, Dr Jim Henderson nd Mr Richrd Prickett,

More information

What to do when coalescing fails. The Need for Relocation. Memory Compaction. Why we swap. Pure Swapping 4/14/2017. Virtual Memory and Demand Paging

What to do when coalescing fails. The Need for Relocation. Memory Compaction. Why we swap. Pure Swapping 4/14/2017. Virtual Memory and Demand Paging Wht to o when olesing fils 5H. Memory Comption 6A. Swpping to Seonry Storge 5E. Dynmi Relotion 6B. Pging Memory Mngement Units 6C. Demn Pging 6D. Replement Algorithms 6E. Thrshing n Working Sets 6F. Pging

More information

SuperCaliper SERIES 500 No battery or origin reset needed for IP67 digital caliper

SuperCaliper SERIES 500 No battery or origin reset needed for IP67 digital caliper SuperCliper SERIES 500 No ttery or origin reset neee for IP67 igitl liper With no nnoying origin restortion neessry, mesurement n e strte ny time n there is no restrition on operting spee. Insuffiient

More information

NTSE-2013(Stage-I) (For Class X Students) ENGLISH LANGUAGE TEST

NTSE-2013(Stage-I) (For Class X Students) ENGLISH LANGUAGE TEST NTSE-2013(Stge-I) (For Clss X Stuents) ENGLISH LANGUAGE TEST Time: 40 Minutes Mximum Mrks: 40 Diretion: Choose the wor tht is most nerly opposite in mening to the given wors in Question No. 51 to 54. 51.

More information

WesternBright Quantum

WesternBright Quantum WesternBright Quntum Quntify hemiluminesent Western lots over wie ynmi rnge WesternBright Quntum is new hemiluminesent regent speilly formulte for CCD imging. This novel Horserish peroxise (HRP) sustrte

More information

Principles of Computer Science

Principles of Computer Science Principles of Computer Science AVL Trees 08/11/2013 CSCI 2010 - AVL Trees - F.Z. Qureshi 1 Today s Topics Review Sorted Binary Tree Traversal Insert AVL Tree Sorted balanced binary tree Problems of insertion

More information

Poultry No The replacement value of betaine for DL-methionine and Choline in broiler diets

Poultry No The replacement value of betaine for DL-methionine and Choline in broiler diets Poultry No. 1573 The replement vlue of etine for DL-methionine nd Choline in roiler diets Key Informtion In roiler diets defiient in sulfur mino ids ut dequtely supplemented with methyl groups vi dded

More information

LHb VTA. VTA-projecting RMTg-projecting overlay. Supplemental Figure 2. Retrograde labeling of LHb neurons. a. VTA-projecting LHb

LHb VTA. VTA-projecting RMTg-projecting overlay. Supplemental Figure 2. Retrograde labeling of LHb neurons. a. VTA-projecting LHb SUPPLEMENTARY INFORMATION Supplementl Figure 1 doi:10.1038/nture09742 Lterl 1.0 mm from midline mpfc BNST mpfc BNST Lterl 2.1 mm from midline LHA LHA Lterl 2.7 mm from midline SUPPLEMENTAL INFORMATION

More information

Site Protection and Recovery. 30 OCT 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3

Site Protection and Recovery. 30 OCT 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 Site Protetion n Reovery 30 OCT 2018 VMwre Vlite Design 4.3 VMwre Vlite Design for Softwre-Define Dt Center 4.3 Site Protetion n Reovery You n fin the most up-to-te tehnil oumenttion on the VMwre wesite

More information

IBM Research Report. Reliability for Networked Storage Nodes

IBM Research Report. Reliability for Networked Storage Nodes J058 A0509-008 September 0, 005 Computer Science IBM esearc eport eliability for etwore Storage oes KK ao, James L. Hafner, icar A. Goling IBM esearc Division Almaen esearc Center 650 Harry oa San Jose,

More information

Satoshi Yoshida* and Takuya Kida* *Hokkaido University Graduate school of Information Science and Technology Division of Computer Science

Satoshi Yoshida* and Takuya Kida* *Hokkaido University Graduate school of Information Science and Technology Division of Computer Science Stoshi Yoshid* nd Tkuy Kid* *Hokkido University Grdute school of Informtion Science nd Technology Division of Computer Science 1 Compressed Dt 01110101110111 0100101001 Serch Directly Progrm Serching on

More information

Lothian Palliative Care Guidelines patient information

Lothian Palliative Care Guidelines patient information Lotian Palliative Care Guidelines patient information Q. How will I know if te morpine is not going to work for some of my pain? A. You may still ave pain despite taking bigger doses of morpine and may

More information

SMT DDRIII SOCKET ASS'Y

SMT DDRIII SOCKET ASS'Y 1 3 4 4.00 PIN#11 1.30 KE W G 5.80 1.45 + 0.07 PIN#40 7.60 3.60 0.88#0.10 ONTT GP.0 PIN#1 1.000 133.75 0.10 SLOT LENGH PIN#10 E 147.08 REF.(160 M. LTH OPEN) 18.8 MIN. TE OE 7 SETING HEIGHT.30 0.10 0.10

More information

AJ PUTT. Hematology. Chemistry. Species: Canine Gender: Female Year of Birth: 2013 Client: PUTT

AJ PUTT. Hematology. Chemistry. Species: Canine Gender: Female Year of Birth: 2013 Client: PUTT Speies: Cnine Gender: Femle Yer of Birth: 2013 Client: PUTT Requisition #: 9034-12 Aession #: W2152816 Aount Code: 72364 Veterinrin: CARTER Pnel/Profile: Tik Pnel Add-on Senior Profile with L 4Dx Plus

More information

Lesions of prefrontal cortex reduce attentional modulation of neuronal responses. and synchrony in V4

Lesions of prefrontal cortex reduce attentional modulation of neuronal responses. and synchrony in V4 Lesions of prefrontl ortex reue ttentionl moultion of neuronl responses n synhrony in V4 Georgi G. Gregoriou,, Anrew F. Rossi, 3 Leslie G Ungerleier, 4 Roert Desimone 5 Deprtment of Bsi Sienes, Fulty of

More information

Write down the correct answer for each of the following computations. Try to complete

Write down the correct answer for each of the following computations. Try to complete Prtil Nursing Clultions y Vl Hext n Lii Myner, 2003 MODULE SIX: COMPLEX CALCULATIONS ASSESSMENT TWO: Complex Meition Aministrtion Write own the orret nswer for eh of the following omputtions. Try to omplete

More information

2. Hubs and authorities, a more detailed evaluation of the importance of Web pages using a variant of

2. Hubs and authorities, a more detailed evaluation of the importance of Web pages using a variant of 5 Web Serch Outline: 1. Pge rnk, for discovering the most ëimportnt" pges on the Web, s used in Google. 2. Hubs nd uthorities, more detiled evlution of the importnce of Web pges using vrint of the eigenvector

More information

build Firm, sexy arms

build Firm, sexy arms w uild Firm, sexy rms Wnt toned, strong rms tht crown you pushup queen t oot cmp? Wnt to rock tnk top? These four moves re wht you need. Achieve Totl Arm Envy Mny women zero in on the show-off muscles,

More information

Shear behaviour of regular and irregular rock joints under cyclic conditions

Shear behaviour of regular and irregular rock joints under cyclic conditions Pper No. 69 ISMS 2016 Sher ehviour of regulr n irregulr rok joints uner yli onitions S. M. Mhi Niktr, *, K. Seshgiri Ro, Amit Kumr Shrivstv Deprtment of Civil Engineering, Inin Institute of Tehnology Delhi,

More information

Abortion frequency (%) Ovary position on ear Ovary volume (mm 3 )

Abortion frequency (%) Ovary position on ear Ovary volume (mm 3 ) ortion frequeny (%) 5 1 Ovry position on er 3 1 WW WD pex Bse Ovry volume (mm 3 ) Figure S1. Ovry volume (thik lines) n ortion frequeny (thin lines) s funtion of position long the er, 15 ys fter silk emergene

More information

Finite-Dimensional Linear Algebra Errata for the first printing

Finite-Dimensional Linear Algebra Errata for the first printing Finite-Dimensionl Liner Algebr Errt for the first printing Mrk S. Gockenbch Jnury 6, 011 The following corrections will be mde in the second printing of the text, expected in 011. Pge 41: Exercise 5: S

More information

UNIT 1 SIMILARITY, CONGRUENCE, AND PROOFS Lesson 7: Proving Similarity Instruction

UNIT 1 SIMILARITY, CONGRUENCE, AND PROOFS Lesson 7: Proving Similarity Instruction UNIT 1 SIMILRITY, ONGRUENE, N PROOFS Lsson 7: Proving Similrity Prrquisit Skills This lsson rquirs th us of th following skills: using th distn formul to find th lngths of sids of tringls ing fmilir with

More information

nestin ironetin p75 s1 CNS SKPs Dermo-1 +ve SKPs CNS H2O SCGs Skin Di. SKPs TH SHOX2 GAPDH NCAM D H Figure S1, Immunoytohemil nlysis o SKP spheres ulture rom neontl mouse (nestin, ironetin, S-1) or rt

More information

A AOAC Official Method Fat (Total, Saturated, Unsaturated, and Monounsaturated) in Cereal Products

A AOAC Official Method Fat (Total, Saturated, Unsaturated, and Monounsaturated) in Cereal Products 32.2.02A AOAC Offiil Method 996.01 Ft (Totl, Sturted, Unsturted, nd Monounsturted) in Cerel Produts Aid Hydrolysis Cpillry Gs Chromtogrphi Method First Ation 1996 (Applile for determintion of ft in erel

More information

What can you do with money? What can you not do with money? You can save it. And what about you? Add one sentence about yourself in the language box.

What can you do with money? What can you not do with money? You can save it. And what about you? Add one sentence about yourself in the language box. UNIT 4 Money 1 Wht n you (not) o with money? In groups, think of s mny exmples s you n. Wht n you o with money? Wht n you not o with money? You n sve it. You n t et it. You n len it. An wht out you? A

More information

A AOAC Official Method Fructans in Food Products

A AOAC Official Method Fructans in Food Products 45.4.06A AOAC Offiil Method 997.08 Frutns in Food Produts Ion Exhnge Chromtogrphi Method First Ation 1997 Finl Ation 1999 (Applile to the determintion of dded frutns in proessed foods.) See Tle 997.08A

More information

ECE 608: Computational Models and Methods, Fall 2005 Test #1 Monday, October 3, Prob. Max. Score I 15 II 10 III 10 IV 15 V 30 VI 20 Total 100

ECE 608: Computational Models and Methods, Fall 2005 Test #1 Monday, October 3, Prob. Max. Score I 15 II 10 III 10 IV 15 V 30 VI 20 Total 100 Nme: ECE 608: Computtiol Models d Methods, Fll 005 Test # Mody, Octoer 3, 005! Your em should hve 0 (te pges.! Pge 9 is itetiolly left l.! Pge 0 cotis list of potetilly useful idetities tht you my use.!

More information

Deployment for Region B. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3

Deployment for Region B. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 17 JUL 2018 VMwre Vlite Design 4.3 VMwre Vlite Design for Softwre-Define Dt Center 4.3 You n fin the most up-to-te tehnil oumenttion on the VMwre wesite t: https://os.vmwre.om/ If you hve omments out this

More information

Provide a Buffet and Carvery Service

Provide a Buffet and Carvery Service CU926 Provide Buffet nd Crvery Servie Unit summry This unit is out prepring the rvery or uffet disply y rrnging items suh s rokery, utlery nd npkins. It lso overs serving ustomers t the rvery or uffet

More information

Review TEACHING FOR GENERALIZATION & MAINTENANCE

Review TEACHING FOR GENERALIZATION & MAINTENANCE Gols By the end of clss, you should be ble to: Explin wht generliztion is, why it is criticl for techers to know how to tech so tht it occurs, nd give n exmple of it from your own experience in the clssroom

More information

Input from external experts and manufacturer on the 2 nd draft project plan Stool DNA testing for early detection of colorectal cancer

Input from external experts and manufacturer on the 2 nd draft project plan Stool DNA testing for early detection of colorectal cancer Input externl experts nd mnufcturer on the 2 nd drft project pln Stool DNA testing for erly detection of colorectl cncer (Project ID:OTJA10) All s nd uthor s replies on the 2nd drft project pln Stool DNA

More information

Title of Experiment: Author, Institute and address:

Title of Experiment: Author, Institute and address: Title of Experiment: Trsfetion of murine mrophge RAW264.7 ells with METAFECTENE PRO. Author, Institute n ress: Ptrizi Pellegtti n Frneso Di Virgilio. Deprtment of Experimentl n Dignosti Meiine, Setion

More information

Chapter 11 Multiway Search Trees

Chapter 11 Multiway Search Trees Chater 11 Multiway Search Trees m-way Search Trees B-Trees B + -Trees C-C Tsai P.1 m-way Search Trees Definition: An m-way search tree is either emty or satisfies the following roerties: The root has at

More information

Thebiotutor.com A2 Biology OCR Unit F215: Control, genomes and environment Module 1.2 Meiosis and variation Answers

Thebiotutor.com A2 Biology OCR Unit F215: Control, genomes and environment Module 1.2 Meiosis and variation Answers Theiotutor.com A2 Biology OCR Unit F215: Control, genomes nd environment Module 1.2 Meiosis nd vrition Answers Andy Todd 1 1. () (i) gene length of DNA; codes for (specific), polypeptide / protein / RNA;

More information

EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1

EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1 Swine Dy 2001 Contents EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1 C. W. Hstd, S. S. Dritz 2, J. L. Nelssen, M. D. Tokch, nd R. D. Goodbnd Summry Two trils were

More information

Java Application Development

Java Application Development In order to lern whih questions hve een nswered orretly: 1. Print these pges. 2. Answer the questions. 3. Send this ssessment with the nswers vi:. FAX to (212) 967-3498. Or. Mil the nswers to the following

More information

Effects of Enzyme Inducers in Therapeutic Efficacy of Rosiglitazone: An Antidiabetic Drug in Albino Rats

Effects of Enzyme Inducers in Therapeutic Efficacy of Rosiglitazone: An Antidiabetic Drug in Albino Rats Asin J. Exp. Si., Vol. 21, No. 2, 2007, 00-00 Effets of Enzyme Inuers in Therpeuti Effiy of Rosiglitzone: An Antiieti Drug in Alino Rts Ann Chursi,#* P.K. Krr** A. S. Mnn* & M.D. Khry* * Deprtment of Phrmeutil

More information

Recall Bias in Childhood Atopic Diseases Among Adults in The Odense Adolescence Cohort Study

Recall Bias in Childhood Atopic Diseases Among Adults in The Odense Adolescence Cohort Study Syddnsk Universitet Recll Bis in Childhood Atopic Diseses Among Adults in The Odense Adolescence Cohort Study Mørtz, Chrlotte G; Andersen, Klus Ejner; Bindslev-Jensen, Crsten Published in: Act Dermto-Venereologic

More information

LESSON 8 GRADES 3 5 TIME: 60 MIN OVERVIEW

LESSON 8 GRADES 3 5 TIME: 60 MIN OVERVIEW Journal Wonderings ENGAGE & EXPLORE LESSON 8 GRADES 3 5 TIME: 60 MIN OVERVIEW This Journal Wonderings lesson is designed for half of your students to do while the other half are doing the In the Weeds

More information

Arthroscopic Anatomy of Shoulder

Arthroscopic Anatomy of Shoulder Arthroscopic Antomy of Shoulder Murt Bozkurt, Mehmet Emin Simsek, nd Hlil İrhim Açr 2 2.1 Introduction In the lst 30 yers, shoulder rthroscopy hs ecome of greter importnce in the dignosis nd tretment of

More information

Matrix-assisted laser desorption/ionization. Statistical Evaluation of Electrospray Tandem Mass Spectra for Optimized Peptide Fragmentation

Matrix-assisted laser desorption/ionization. Statistical Evaluation of Electrospray Tandem Mass Spectra for Optimized Peptide Fragmentation Sttistil Evlution of Eletrospry Tnem Mss Spetr for Optimize Peptie Frgmenttion Json C. Roglski, Mihel S. Lin, Mtthew J. Snitynski, n Roert J. Tylor The Biomeil Reserh Center, University of British Columi,

More information

Effect of fungicide timing and wheat varietal resistance on Mycosphaerella graminicola and its sterol 14 α-demethylation-inhibitorresistant

Effect of fungicide timing and wheat varietal resistance on Mycosphaerella graminicola and its sterol 14 α-demethylation-inhibitorresistant Effect of fungicide timing nd whet vrietl resistnce on Mycospherell grminicol nd its sterol 14 α-demethyltion-inhiitorresistnt genotypes Didierlurent L., Roisin-Fichter C., Snssené J., Selim S. Pltform

More information

ET 100 EXTERIOR FRONT DOOR BLACK OUT TAPE INSTALLATION

ET 100 EXTERIOR FRONT DOOR BLACK OUT TAPE INSTALLATION 100 EXTERIOR FRONT DOOR BLCK OUT TPE INSTLLTION The procedure descried elow is for the LH side. Use the sme procedure for oth the RH nd LH sides, unless otherwise specified. 1. INSTLL NO. 2 BLCK OUT TPE

More information

I.G.C.S.E. Sine and Cosine Rules. You can access the solutions from the end of each question

I.G.C.S.E. Sine and Cosine Rules. You can access the solutions from the end of each question I.G..S.E. Sine nd osine Rules Index: Plese lik on the question numer you wnt Question 1 Question 2 Question 3 Question 4 Question 5 Question 6 You n ess the solutions from the end of eh question Question

More information

Check your understanding 3

Check your understanding 3 1 Wht is the difference etween pssive trnsport nd ctive trnsport? Pssive trnsport is the movement of prticles not requiring energy. Movement of prticles in ctive trnsport uses energy. 2 A gs tp in the

More information

Certificate Replacement. 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2

Certificate Replacement. 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2 Certifite Replement 13 FEB 2018 VMwre Vlidted Design 4.2 VMwre Vlidted Design for Softwre-Defined Dt Center 4.2 Certifite Replement You n find the most up-to-dte tehnil doumenttion on the VMwre wesite

More information

National Quali cations

National Quali cations H SPEIMEN S840/76/12 National Quali cations ONLY Human iology Paper 1 Multiple choice ate Not applicable uration 40 minutes Total marks 25 ttempt LL questions. You may use a calculator. Instructions for

More information

Muneo MIYASAKA, Tadashi AKAMATSU, Akihisa Yamazaki, Teruyuki Ochiai Rica Tanaka, Yuko Sakuma, *Noriaki SAKATA, *Ryoichi NIIKIRA

Muneo MIYASAKA, Tadashi AKAMATSU, Akihisa Yamazaki, Teruyuki Ochiai Rica Tanaka, Yuko Sakuma, *Noriaki SAKATA, *Ryoichi NIIKIRA Toki J Exp Clin Med., Vol. 33, No. 1, pp. 21-27, 2008 new devie for Fixing the Premxill with osteotomy in hild with omplete ilterl left lip nd Plte in the Mixed dentition Period - Preliminry se report-

More information

National Quali cations SPECIMEN ONLY

National Quali cations SPECIMEN ONLY H National Quali cations SPEIMEN ONLY SQ25/H/02 Human iology Section 1 Questions ate Not applicable uration 2 hours and 30 minutes Instructions for the completion of Section 1 are given on Page two of

More information

Directional Valves electro-hydraulically operated (new series) Huade América 1

Directional Valves electro-hydraulically operated (new series) Huade América 1 Directionl Vlves electro-hydruliclly operted (new series) Hude Améric 1 BEIJING HUADE HYDRAULIC INDUSTRIAL GROUP CO.,LTD. Directionl vlves electro-hydruliclly operted (new series) Size 10 to 32 up to 35

More information

The Role of Background Statistics in Face Adaptation

The Role of Background Statistics in Face Adaptation The Journl of Neurosiene, Septemer 3, 29 29(39):235 244 235 Behviorl/Systems/Cognitive The Role of Bkground Sttistis in Fe Adpttion Jinhu Wu, * Hong Xu, * Peter Dyn, 2 nd Ning Qin Deprtments of Neurosiene

More information

Digimatic Caliper. Digimatic Height Gages. Linear Height. Depth Gages

Digimatic Caliper. Digimatic Height Gages. Linear Height. Depth Gages Smll Tool Instruments n t Mngement igimti Cliper igimti Height Gges iner Height epth Gges SuperCliper ABSOUTE Coolnt Proof Cliper ABSOUTE igimti Cliper INEX Cliper SuperCliper -2 ABSOUTE Solr Cliper -3

More information

Chapter 02 Crime-Scene Investigation and Evidence Collection

Chapter 02 Crime-Scene Investigation and Evidence Collection Nme: Clss: Dte: Chpter 02 Crime-Scene Investigtion nd Evidence Collection 1. The terms grid, liner, qudrnt, zone, nd spirl re typiclly used to descrie dtum points... Flse Flse 2. An evidence log nd chin

More information

Adiabatic CMOS Circuit Design: Principles and Examples

Adiabatic CMOS Circuit Design: Principles and Examples Aditi CMOS Ciruit Design: Priniples nd Exmples X.Wu,G.Hng,ndM.Pedrm Astrt: In view of hnging the type of energy onversion in CMOS iruits nd therey hieving ultr-low-power design, this pper investigtes diti

More information

Table 1. Sequence and rates of insecticide sprays in experimental plots of apples, Columbus, Ohio, Treatment

Table 1. Sequence and rates of insecticide sprays in experimental plots of apples, Columbus, Ohio, Treatment Apple insect mngement by insecticides in Ohio, 2012 Finl report, 12/31/2012 Celeste Welty, Associte Professor of Entomology, The Ohio Stte University Rothenbuhler Lbortory, 2501 Crmck Rd., Columbus OH

More information

EXPERTISE, UNDERUSE, AND OVERUSE IN HEALTHCARE * Amitabh Chandra Harvard and the NBER. Douglas O. Staiger Dartmouth and the NBER

EXPERTISE, UNDERUSE, AND OVERUSE IN HEALTHCARE * Amitabh Chandra Harvard and the NBER. Douglas O. Staiger Dartmouth and the NBER PRELIMINARY & INCOMPLETE DO NOT CITE OR DISTRIBUTE EXPERTISE, UNDERUSE, AND OVERUSE IN HEALTHCARE * Amitab Candra Harvard and te NBER Douglas O. Staiger Dartmout and te NBER Version: Marc 27, 2011 Abstract

More information

SOME MECHANISTIC CONCEPTS IN ELECTROPHILIC ADDITION REACTIONS TO C=C BONDS

SOME MECHANISTIC CONCEPTS IN ELECTROPHILIC ADDITION REACTIONS TO C=C BONDS SM MANISTI NPTS IN LTPILI AITIN ATINS T = BNS The = ond is considered to e wek se/nucleophile. The high concentrtion of electron density mkes the pi ond Lewis se, ut in order to donte electrons the pi

More information

Series Cam Follower Guide Type ø16, ø20, ø25, ø32, ø40, ø50, ø63

Series Cam Follower Guide Type ø16, ø20, ø25, ø32, ø40, ø50, ø63 MYC eries Cam ollower uide Type ø, ø, ø, ø, ø, ø, ø eries MYC Cam follower Moment resistant, and available in long strokes djusting mecanism efore Operating eries MYC Maximum llowable Moment/Maximum llowable

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Prentl doi:.8/nture57 Figure S HPMECs LM Cells Cell lines VEGF (ng/ml) Prentl 7. +/-. LM 7. +/-.99 LM 7. +/-.99 Fold COX induction 5 VEGF: - + + + Bevcizum: - - 5 (µg/ml) Reltive MMP LM mock COX MMP LM+

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Microrry Center STATISTICAL DATA ANALYSIS IN EXCEL Prt 1 Introduction to Sttistics Dr. Petr Nzrov 14-06-2010 petr.nzrov@crp-snte.lu Sttisticl dt nlysis in Excel COURSE OVERVIEW Objectives The course: Reminds

More information

A Multi-information Localization Algorithm in Wireless Sensor Networks and its Application in Medical Monitoring Systems

A Multi-information Localization Algorithm in Wireless Sensor Networks and its Application in Medical Monitoring Systems A Multi-informtion Loliztion Algorithm in Wireless Sensor Networks n its Applition in Meil Monitoring Sstems Zin PEI Hngzhou Norml Universit Qinjing College; Hngzhou; Chin 310012; Emil: peiz2004@hoo.om.n

More information

Individual differences in the fan effect and working memory capacity q

Individual differences in the fan effect and working memory capacity q Journal of Memory and Language 51 (2004) 604 622 Journal of Memory and Language www.elsevier.com/locate/jml Individual differences in te fan effect and working memory capacity q Micael F. Bunting a, *,

More information

Directional spool valves hand lever operated type WMM6 rotary knob operated type WMD6 roller operated type WMR6 hydraulically operated type WH6

Directional spool valves hand lever operated type WMM6 rotary knob operated type WMD6 roller operated type WMR6 hydraulically operated type WH6 Directionl spool vlves hnd lever operted type WMM6 rotry kno operted type WMD6 roller operted type WMR6 hydruliclly operted type WH6 3 NS6 up to 31,5 M up to 80 dm /min D SHEE - OERION MNUL WK 421 180

More information

Propensity score analysis with hierarchical data

Propensity score analysis with hierarchical data Section on Statistics in Epidemiology Propensity score analysis wit ierarcical data Fan Li, Alan M. Zaslavsky, Mary Bet Landrum Department of Healt Care Policy, Harvard Medical Scool 180 Longwood Avenue,

More information

Adaptive Resource Discovery for Ubiquitous Computing

Adaptive Resource Discovery for Ubiquitous Computing Aptive Resoure Disovery for Uiquitous Computing Re Hrir Dept. of Computer Siene University College Lonon Gower Street, Lonon WC1E 6BT, Unite Kingom r.hrir@s.ul..uk Stephen Hiles Dept. of Computer Siene

More information

More Examples and Applications on AVL Tree

More Examples and Applications on AVL Tree CSCI2100 Tutorial 11 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong Adapted from the slides of the previous offerings of the course Recall in lectures we

More information

WSU Tree Fruit Research and Extension Center, Wenatchee (509) ext. 265;

WSU Tree Fruit Research and Extension Center, Wenatchee (509) ext. 265; FINAL REPORT WTFRC Project # AH-1-5 WSU Project # 13C-355-3 Project title: PI: Orgniztion: Coopertors: of Sunburn in Apples with RAYNOX Lrry Schrder, Horticulturist WSU Tree Fruit Reserch nd Extension

More information

Reducing the Risk. Logic Model

Reducing the Risk. Logic Model Reducing the Risk Logic Model ETR (Eduction, Trining nd Reserch) is nonprofit orgniztion committed to providing science-bsed innovtive solutions in helth nd eduction designed to chieve trnsformtive chnge

More information