Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: soniagupta98
Forum: Java Jan 22nd, 2009
Replies: 2
Views: 257
Posted By soniagupta98
hey can any one help me in writing the code :
Write a Java program that sorts given integers using threads

I am not able to proceed ..What should i have in main function()
Forum: Java Dec 16th, 2008
Replies: 2
Views: 420
Posted By soniagupta98
Write a program that implements the BinarySearchTree interface given below . The type of data stored in this tree is Integer. You are free to use any type of implementation;


public interface...
Forum: Java Dec 16th, 2008
Replies: 3
Views: 483
Posted By soniagupta98
interface BinarySearchTree {
public void insert(Integer data);
public int size();
public int height();
public boolean contains(Integer target);
}

and I have to implement BST with all these...
Forum: C++ Dec 9th, 2008
Replies: 2
Views: 348
Posted By soniagupta98
If there are two arrays
arr1[]={1,4,5,6}
arr2[]={1,5}

I want to get the output as arr[]={4,6} i.e i have to remove all the common elements that arr1 and arr2 have and printing the required...
Forum: C++ Nov 30th, 2008
Replies: 2
Views: 2,085
Posted By soniagupta98
Hello Everyone

Can any one help me out in this code
Write a program in C++ that will send text strings to the server in different functional modes. Server will respond back with the appropriate...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC