Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
P is for Practical
 
PerlMonks  

Re: How do I find if an array has duplicate elements, if so discard it?

by Anonymous Monk
on Jun 19, 2004 at 06:01 UTC ( [id://368142]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to How do I find if an array has duplicate elements, if so discard it?

duplicate(k, n) { int i for(i=o;i<n;i++) { if(a[i]==a[i+1]) { i++; } else i++; } }
  • Comment on Re: How do I find if an array has duplicate elements, if so discard it?
  • Download Code

Replies are listed 'Best First'.
Re: Answer: How do I find if an array has duplicate elements, if so discard it?
by Anonymous Monk on Jun 19, 2004 at 06:02 UTC
    please help me i need that answer

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://368142]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.