Articles by Tag #hashset

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Java HashSet Demystified: Your Ultimate Guide to Unordered, Unique Collections

Java HashSet Demystified: Your Go-To Guide for Unique Collections Let's be real. As a Java...

Learn More 2 0Oct 27 '25

HashSet removing duplication in java

package framework; import java.util.HashSet; import java.util.LinkedHashSet; public class...

Learn More 5 0Apr 2 '25

[📝LeetCode #202] Happy Number

🎀 The Problem Write an algorithm to determine if a number n is happy. A happy number is a...

Learn More 0 0Jul 1 '25

The HashSet Duplicate Illusion in Java 😏

I came across this interesting question during a technical interview. public class Employee { ...

Learn More 0 0Aug 13 '25

Mastering HashSet in C# for Coding Interviews

🧠 HashSet in C# — A Must-Know Tool for Uniqueness and Fast Lookups HashSet<T> is one...

Learn More 0 1May 10 '25