Computing.Net > Forums > Programming > array scan

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

array scan

Reply to Message Icon

Name: vikas26
Date: August 27, 2007 at 07:05:04 Pacific
OS: win xp
CPU/Ram: 768
Product: 2003
Comment:

how to find the duplicate values from the array in just single scan

show me wat u got



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: August 27, 2007 at 08:21:42 Pacific
Reply:

Sort the array then run through the array checking the previous value with the next.

Exactly how you do that is dependant on which programming language you are using.

Stuart


0

Response Number 2
Name: vikas26
Date: August 27, 2007 at 13:20:57 Pacific
Reply:

i use the c++ but i have to do this without sorting coz sorting himself is another scan


show me wat u got


0

Response Number 3
Name: Guy
Date: August 27, 2007 at 18:43:56 Pacific
Reply:

Think about the concept of a 'set'.

Guy


0

Response Number 4
Name: vikas26
Date: September 12, 2007 at 07:11:56 Pacific
Reply:

hi
can anyone tell me how to implement the sparse matrix using linked list please describe with the full detail

show me wat u got


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Anybody here using Cognos... Batch file xcopy based on...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: array scan

C/C++ Program www.computing.net/answers/programming/cc-program/14715.html

C - Copying from array 2 stop dupes www.computing.net/answers/programming/c-copying-from-array-2-stop-dupes/9202.html

C++ inputting strings as char array www.computing.net/answers/programming/c-inputting-strings-as-char-array/6305.html