Explore several strategies for creating a frequency map in Kotlin.
Also find me here:
Baeldung Author
Ewane Enombe
I'm an experienced software engineer with over 7 years of experience in the field. I specialize in cloud services, Android app development using Java and Kotlin, as well as Django with Python. One of my passions is technical documentation, and I'm always looking for ways to improve my skills in this area. I love helping people get better technically and I feel fulfilled knowing that I can make a positive impact on someone's career. In my free time, I enjoy playing chess. It's a great way to unwind and exercise my mind. I find that playing chess helps me to stay sharp and focused, which translates to better productivity when I'm back at work. Overall, I'm proud of the work I've done as a software engineer and I'm excited to continue growing and learning in this field.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Strings (11)
- Kotlin Collections (11)
- Patterns (4)
- Kotlin Basics (3)
- Algorithms (3)
- Libraries (2)
- Kotlin-Java Interop (2)
- Kotlin Numbers (2)
- Kotlin Classes and Objects (2)
- Kotlin Arrays (2)
- Testing (1)
- Kotlin IO (1)
- Kotlin Functions (1)
- Kotlin Dates (1)
- Kotlin (1)
Matrix Addition and Multiplication in Kotlin
Filed under Kotlin Collections
Learn how to perform matrix addition and multiplication in Kotlin.
How to Sort Elements in Lexicographical Order in Kotlin
Filed under Kotlin Collections
Learn several strategies for ignoring the case when sorting word collections lexicographically.
Merge Sort in Kotlin
Filed under Kotlin Collections
Learn several strategies of implementing the merge sort in Kotlin.
Quicksort in Kotlin
Filed under Algorithms
Explore a few variations of the quicksort algorithm in Kotlin.
Check if a Character Is Alphabetic or Not in Kotlin
Filed under Kotlin Strings
Explore various techniques to determine if a character is alphabetic in Kotlin.
Check Whether a Character Is a Vowel or Consonant in Kotlin
Filed under Kotlin Strings
Learn several strategies for determining if a char is a consonant or vowel in Kotlin.
The Facade Pattern in Kotlin
Filed under Patterns
Explore how to manage complexity with the facade pattern in Kotlin.
Check if a String Is a Palindrome in Kotlin
Filed under Kotlin Strings
Discover a few strategies for determining if a string is a palindrome in Kotlin.