A quick and practical guide to implementing SkipList in Java.
Also find me here:
Baeldung Author
Nam Tien Vu
I have extensive experience in the Java ecosystem and have been working in the field for many years. In my free time, I enjoy playing with cats and exploring the philosophies of Confucianism and Buddhism.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java String (4)
- Java IO (4)
- Security (3)
- Java Numbers (3)
- Java Array (3)
- Spring Data (2)
- Java Concurrency (2)
- Java (2)
- Testing (1)
- Spring (1)
- Persistence (1)
- Networking (1)
- Logging (1)
- Java Web (1)
- Java Streams (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Jackson (1)
- HTTP Client-Side (1)
Count the Number of Unique Digits in an Integer using Java
Filed under Algorithms, Java Numbers
A quick and practical guide to counting unique digits in an Integer using Java.
Find the Largest Prime Under the Given Number in Java
Filed under Java Numbers
A quick and practical guide to finding the largest prime number lower than a, given number in Java.
Compress and Uncompress Byte Array Using Deflater/Inflater
Filed under Java Array
A quick and practical guide to compressing/uncompressing a byte array using the Deflater/Inflater classes.
Convert a String with Unicode Encoding to a String of Letters
Filed under Java String
A quick and practical guide to converting a String with Unicode encoding to a String of letters.
Creating Stream of Regex Matches
Filed under Java Streams
A quick and practical guide to creating a stream of regex matches.
Get a Random Element From a Set in Java
Filed under Java Collections
A quick and practical guide to getting a random Set element in Java.
Converting Relative to Absolute Paths in Java
Filed under Java IO
Learn how to quickly convert from relative to absolute paths in Java.
Escape HTML Symbols in Java
Filed under Java String
A quick and practical guide to escaping HTML symbols in Java.