- Strings
- Math
- Objects
- LVTI
- IO
Task | Solution |
---|---|
Counting repeated characters. | click |
Finding the first non-repeating character. | click |
Inverting letters and words. | click |
Checking if a String value contains only digits. |
click |
Counting vowels and consonants. | click |
Counting occurrences of a certain character | click |
Converting a String to int , long , float , or double . |
click |
Removing whitespaces from String . |
click |
Joining multiple Strings with custom delimiter . |
click |
Generating all permutations String . |
click |
Checking if a string is a palindrome. | click |
Removing duplicate characters. | click |
Removing specific character. | click |
Find the most frequently occurring character in a string. | click |
Sorting String array by length. |
click |
Checking for a substring in a string. | click |
Counting the number of occurrences of a substring in a string. | click |
Checking if two strings are anagrams. | click |
Concatenating the same string n times. | click |
Finding the highest common prefix. | click |
Applying an indent. | click |
String transformation. |
click |
Task | Solution |
---|---|
Finding extremes. | click |
Sum of big numbers. | click |
Next floating point value. | click |
Compact number formatting. | click |
Task | Solution |
---|---|
Checking references for null. | click |
Checking indexes. | click |
Cloning objects. | click |
Task | Solution |
---|---|
Converting String to date. |
click |
Getting the current date and time. | click |
Getting date and time units. | click |
Getting all time zones (UTC, GMT) | click |
UNIX timestamp conversion. | click |
Finding the first/last day of a month. | click |
Converting dates. | click |
Bypass date interval in a loop. | click |
Age calculation. | click |
Task | Solution |
---|---|
Simple use of var . |
click |
Using the var type with primitive types. |
click |
Task | Solution |
---|---|
Array sort. | click |
Finding an element in an array. | click |
Checking the equivalence of arrays. | click |
Creating a stream from an array. | click |
Finding array extremes. | click |
Inverting an array. | click |
Filling and setting up an array. | click |
Resizing an array. | click |
Creation of immutable collections. | click |
Map compute and merge. | click |
Map sorting. | click |
Converting collection to Array. | click |
Thread-safe collections, stacks and queues. | click |
BFS (breadth-first search). | click |
Prefix tree (trie). | click |
Task | Solution |
---|---|
Creating file paths. | click |
Converting file paths. | click |
Connecting file paths. | click |
Relativize file paths. | click |
Walking file tree. | click |
Watching file paths. | click |
Streaming file. | click |
Search for files/directories. | click |
Task | Solution |
---|---|
Package inspection. | click |
Class inspection. | click |
Class instance creation. | click |
Annotation inspection. | click |