Posts by G_S • 1 point
1 post
-
0
votes1
answer40
viewsQ: How to use Linkedhashset to implement this Ihashset interface?
How to use LinkedHashSet implementing the interface IHashSet using chain to resolve conflicts and with load factor 0.75? //Usando essa interface public interface IHashSet{ public void put(Object…