Removing double entries from a List





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 8 9 Next »
0
Date Submitted Thu. May. 16th, 2013 11:47 AM
Revision 1
Helper dmacan23
Tags concurrent | diningphilosopher | Java | monitor
Comments 0 comments
The dining philosopher problem is explained here:
http://en.wikipedia.org/wiki/Dining_philosophers_problem

This is an example of solution for that problem using monitors in Java:
0
Date Submitted Wed. May. 15th, 2013 11:04 PM
Revision 1
Helper dmacan23
Tags diningphilosopher | Java | monitor
Comments 0 comments
This program should implement dining philosophers problem with monitors in Java, but it stops working after a few iterations, although it should execute indefinately in "while" loop
0
Date Submitted Thu. Feb. 7th, 2013 11:58 AM
Revision 1
Beginner hexahow
Tags country | Down | drop | geolocation | List
Comments 0 comments
The following codes populate the country list into dropdown box based on browser's languages. The country information is getting from geolocation.com
0
Date Submitted Sun. Nov. 18th, 2012 12:13 AM
Revision 1
Helper mathbaws1
Tags 2012 | linked | List | podataka | Stack | stog | strukutre
Comments 0 comments
Zaglavlje pokazivaci.h vezano uz kolegiji strukture podataka 2012. drugi zadataka
0
Date Submitted Mon. Jul. 18th, 2011 5:57 PM
Revision 1
Beginner hucasato
Tags Java | util.zip | zip
Comments 0 comments
Small snippet of java.util.zip to create compressed archives
1
Date Submitted Mon. Jan. 18th, 2010 5:56 PM
Revision 1
Helper chorny
Tags Array | List | max | min | Perl
Comments 0 comments
Detect indexes of max and min values of an array in Perl
1
Date Submitted Sat. Aug. 8th, 2009 10:54 AM
Revision 1
Scripter Cloudgen
Tags display | jquery | plugin | Set | Simple | tree | Tree-set
Comments 0 comments
This plugin shows you how easy to display an expandable tree. Online demo
Simple Tree-set plugin
2
Date Submitted Mon. Jun. 9th, 2008 7:06 PM
Revision 1
Beginner vertxch
Tags DB | Java | JDBC | postgresql
Comments 0 comments
Conexion de una base de datos de PostgreSql 8.2 a Java
-1
Date Submitted Sat. May. 10th, 2008 11:10 AM
Revision 1
Beginner Kelmi
Tags doubles | List | REMOVE | Set
Comments 3 comments
The method 'removeDoubles' uses a HashSet to remove double elements from a list without creating another list. The first occurrences of the multiple elements are kept, others will be removed. The order of the list will be preserved. The parameter list's iterator must support remove. Example of use is given in the main-method.
« Previous 1 2 3 4 5 6 7 8 9 Next »