by admin | Jun 5, 2015 | sem1
Significance of Alloying The common metals—iron, copper, zinc, lead, tin, aluminium, antimony, magnesium, nickel, manganese, etc., in the pure state provide us with a very limited range of properties, and it is a fact that, apart from the pure copper used for...
by admin | Jun 5, 2015 | sem3
Accounting method in data structure Accounting (Banker’s) Method Here we explain about accounting method in data structure which is coming under Amortized Analysis .The aggregate method directly seeks a bound on the overall running time of a sequence of...
by admin | Jun 5, 2015 | sem1
Properties of Alloys DEFINITION: An alloy is a metal (parent metal) combined with other substances (alloying agents), resulting in superior properties such as;strength, hardness, durability, ductility,tensile strength and toughness. The parent metal is the majority of...
by admin | Jun 5, 2015 | sem1
Alloys An alloy is a metal (parent metal) combined with other substances (alloying agents), resulting in superior properties such as; strength, hardness, durability, ductility, tensile strength and toughness. The parent metal is the majority of the alloy. For example,...
by admin | Jun 5, 2015 | sem3
Amortized Analysis Amortized analysis is a worst-case analysis of a a sequence of operations — to obtain a tighter bound on the overall or average cost per operation in the sequence than is obtained by separately analyzing each operation in the sequence. For an...
by admin | Jun 5, 2015 | sem3
C++ disjoint set About disjoint set : C++ Disjoint sets are very useful data structures that are used in many famous Algorithms, and you might consider using them in designing algorithms that include some sort of union behavior. Here we show how to implement a...