Implement your own version of the linked list using java with mentioned functionalities: insert, insert at position, delete, delete at position, center, reverse, size, iterator, traverse/print.
Use of similar data structures already present in the language/framework is not allowed.
Plot prices on y axis and quantity on x axis an determine what is the slope (positive or negative)
price. 1. 2. 3. 4. 5
quantity. 12. 28. 42 52. 60
question: single entry
akshya is given a list of N integers. Each number in the list appears exactly for one number. help akshya by identifying the numbers which appeared exactly once in the list.
input:-
2 2 1
output:-
1
input:
8 9 2 8 9 2 5
output:
5
explanation:
in the example the given integers are 2 2 1 as the number 1 has appeared only once.
so the output should be 1.
One form of cystic syndrome is inherited as an autosome recessive character.
The heterozygoutes have heightened content of cystine in urine, homozygoutes - have
cystine stories in kidneys.
a) Determine the possible forms of cystic syndrome in children in the family, where one parent had cystic syndrome and another had heightened content of cystine in urine.
b) Determine the possible forms of cystic syndrom in children in the family,, where one parent had disease and another one had healthy heredity.
Using a do while loop, write a program that will accept the name of the user and display “the user name” N number of times.
2. Determine the magnitude of electric field value if a distance of 35 cm from a 0.00050 C
charge.
question:- string encoding
arya has two strings S and T consisting of lower case english letters.
since he loves encoding the strings, he dose the operation below just once on the string S
first, arya thinks of a non- negative integer K then he shifts each character of S to the right
by K
explanation:- 1) in the first example the given strings are S= abc and T= ijk.
when arya chooses K=8
"a" is shifted to the right by 8 and become "i"
"b" is shifted to the right by 8 and become "j"
"c" is shifted to the right by 8 and become "k"
2) in the second example, the given string are S=ppq and T=qqp
there is non-negative integer K that arya can choose to transform S into T so, No should be printed.
input: abc
ijk
output: Yes
input: ppq
qqp
output: No
analyze the cause and effect of genetic mutations in DNA including missense, nonsense, silent, insertion, deletion, duplication and frameshift
an appliance cord is consist of two wires, about 2m long with individual wire which is about 3mm apart and carry a current of 8A DC. calculate the force exerted by the wires.
protons in a uniform magnetic field 0f .3 T follow a circular trajectory with 20 com radius. determine the speed of protons. ( q = 1.6 x 10^-19 and m = 1.673 x 10^-27 K )