There are many methods of searching large amount of data to find one particular piece of information. Such as find name of person in record of mobile. Certain methods of organizing data make the search process more efficient the objective of these methods is to find the element with least cost (least time). Binary search algorithm is faster than sequential and other commonly used search algorithms. This research develops binary search algorithm by using new structure called Triple, structure in this structure data are represented as triple. It consists of three locations (1-Top, 2-Left, and 3-Right) Binary search algorithm divide the search interval in half, this process makes the maximum number of comparisons (Average case complexity of Search) is O(log2 n) (pronounce this "big-Oh-n" or "the order of magnitude"), if we search in a list consists of (N) elements. In this research the number of comparison is reduced to triple by using Triple structure, this process makes the maximum number of comparisons is O(log2 (n)/3+1) if we search key in list consist of (N) elements.
The economy of a city has an important role not only in its establishment but also in its development. This is quite clear in the city of Baghdad throughout its history since its building in 762 A.D. In addition, most of its problems that the city is suffering from are basically related to not giving enough importance to the economic factors in the master planning of Baghdad since 1950’s. This may explain the failiars of master plans in dealing with the actual population growth and the city's inability to absorb such increases and interrelated and diverse activities which are negatively reflected on the economic variables particularly the effect on the land values, and the strong competitions amongst the land uses without previ
... Show MoreThe purpose of this research shed light on the analysis of the relationship between training needs and organizational commitment and the role of a variable contract psychological, and start search of a dilemma thought provoking fundamental questions revolve around the search was the answer to all those questions of tricks theoretical framework to the variables of research first and test models of the relationship and impact secondly During six hypotheses major, The objective of the research the impact of the factors that affect training needs in organizational commitment center the psychological contract, and applied research on a sample of 100 individuals working in the engineering department and maintenance at the D
... Show MoreAbstract
Binary logistic regression model used in data classification and it is the strongest most flexible tool in study cases variable response binary when compared to linear regression. In this research, some classic methods were used to estimate parameters binary logistic regression model, included the maximum likelihood method, minimum chi-square method, weighted least squares, with bayes estimation , to choose the best method of estimation by default values to estimate parameters according two different models of general linear regression models ,and different s
... Show MoreAt the temperature 298.15 K, some physical properties such as: refractive indices (nD), viscosities (η) and densities (ρ) were studied in four liquid-liquid mixtures: carboxylic acids (HCOOH, CH3COOH, CH3CH2COOH and CH3CH2CH2COOH) with tetrahydrofurfuryl alcohol (THFA) with the identified configuration set. These empirical data were utilized to estimate the excess molar volumes (Vm E), refractive index perversions (ΔR), viscosity deviations (ηE) and excess molar Gibbs free energy (ΔG*E). Values of Vm E, ηE , ΔG*E and ΔR were plotted versus mole fraction of tetrahydrofurfuryl alcohol. In all cases, the values of Vm E, ηE , ΔG*E and ΔR that obtained in this study were found to be negative at 298.15 K. The excess parameters
... Show MoreIn this work, excess properties (eg excess molar volume (VE), excess viscosity (ȠE), excess Gibbs free energy of activation of viscos flow (ΔG* E) and molar refraction changes (ΔnD) of binary solvent mixtures of tetrahydrofurfuryl alcohol (THFA) with aromatic hydrocarbons (benzene, toluene and p-xylene) have been calculated. This was achieved by determining the physical properties including density ρ, viscosity Ƞ and refraction index nD of liquid mixtures at 298.15 K. Results of the excess parameters and deviation functions for the binary solvent mixtures at 298.15 K have been discussed by molecular interactions that occur in these mixtures. Generally, parameters showed negative values and have been found to fit well to Redlich-Kister
... Show MoreNew derivative molecular absorption spectrophotometric methods have been developed for the determination of Al (III) , Mn (II) , individually and binary mixtures . The aim of this model of study is to obtain analytical results characterized by adequate standard of analytical figures of merits through application of derivative Spectrophotometry (dnA/d?n). The two metals acetyl acetonates are chemically stable and are widely used as catalysts . Where Interferences are probable due to very close or nearby peaks or Summits, the Zero – Crossing derivative measurement technique is used to avoid interfering effects between two metals pairs.
Abstract: Data mining is become very important at the present time, especially with the increase in the area of information it's became huge, so it was necessary to use data mining to contain them and using them, one of the data mining techniques are association rules here using the Pattern Growth method kind enhancer for the apriori. The pattern growth method depends on fp-tree structure, this paper presents modify of fp-tree algorithm called HFMFFP-Growth by divided dataset and for each part take most frequent item in fp-tree so final nodes for conditional tree less than the original fp-tree. And less memory space and time.