Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
3 12218In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
1 3196Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
3 5208Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
1 2060write a programe to calculate the simple intrest and compund intrest using by function overlading
1 2293Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout
2266write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
1 3265give me an example for testing a program showing the test path .show how the test is important and complex.
TCS,
1 3012Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
TCS,
3315
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
develop algorithms to add polynomials (i) in one variable
Name and explain five of the PHP error constants?
what is ur strangth & weekness
swap 2 numbers without using third variable?
How do you determine the length of a string value that was stored in a variable?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is the latest version of kotlin?
How you can set module name, controller name, and action name in zend framework?
What are Data classes ? Aren’t they available in Java ?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Tell me the role of modules and mixins in ruby?
How do you check if a list is empty in python?
Did you contributed the drupal site (any module)?
What is the difference between object { } block and companion object { } code block in Kotlin?