Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
c
java
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
vbnet
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
php-string
c#-string
cobol
java-string
vbnet-string
rust-string
python-string
scala-string
cpp-vector
f#
opengl
javascript-string
pascal-array
typescript-string
swift-array
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
sdl3
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
angularjs
split-string-into-array-by-delimiter
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
compare-two-dates
extract-all-digits-string
get-first-digit-after-decimal-point-float
remove-stop-words-string
check-whether-floating-point-variable-is-integer
longest-substring-without-repeating-characters
calculate-volume-cube
divide-given-amount-into-bills-coins
Disclosure:
My content contains affiliate links.
Recent questions tagged kotlin
43,239
questions
56,142
answers
573
users
Recent questions tagged kotlin
2
answers
156
views
How to remove newlines from a string Kotlin
asked
Feb 22
by
avibootz
kotlin
kotlin-remove-newlines-from-string
remove-newlines-from-string
1
answer
114
views
How to convert a number to any base in Kotlin
asked
Feb 21
by
avibootz
kotlin
kotlin-convert-number-to-any-base
convert-number-to-any-base
1
answer
119
views
How to count uppercase, lowercase, special characters, and numeric values using RegEx in Kotlin
asked
Feb 20
by
avibootz
kotlin
kotlin-count-uppercase-lowercase-special-characters-numeric-regex
count-uppercase-lowercase-special-characters-numeric-regex
1
answer
105
views
How to simulate rolling two dice (game cubes) with values 1–6 in Kotlin
asked
Feb 18
by
avibootz
kotlin
kotlin-simulate-rolling-two-dice-values-1-6
simulate-rolling-two-dice-values-1-6
1
answer
128
views
How to remove the last n occurrences of a substring in a string in Kotlin
asked
Feb 16
by
avibootz
kotlin
kotlin-remove-last-n-occurrences-substring-string
remove-last-n-occurrences-substring-string
1
answer
106
views
How to replace a random word in a string with a random word from a list of words using Kotlin
asked
Feb 13
by
avibootz
kotlin
kotlin-replace-random-word-in-string-with-random-word-from-list
replace-random-word-in-string-with-random-word-from-list
1
answer
106
views
How to find the length of the shortest word in a string with Kotlin
asked
Feb 12
by
avibootz
kotlin
kotlin-length-shortest-word-in-string
length-shortest-word-in-string
1
answer
103
views
How to find the shortest identical consecutive subarray in an array with Kotlin
asked
Feb 9
by
avibootz
kotlin
kotlin-shortest-identical-consecutive-subarray
shortest-identical-consecutive-subarray
1
answer
115
views
How to move the n word to the end of a string in Kotlin
asked
Feb 6
by
avibootz
kotlin
kotlin-move-n-word-to-end-of-string
move-n-word-to-end-of-string
1
answer
115
views
How to move the first word to the end of a string in Kotlin
asked
Feb 5
by
avibootz
kotlin
kotlin-move-first-word-to-end-of-string
move-first-word-to-end-of-string
1
answer
109
views
How to move a word to the end of a string in Kotlin
asked
Feb 5
by
avibootz
kotlin
kotlin-move-word-to-end-of-string
move-word-to-end-of-string
1
answer
109
views
How to multiply every N consecutive items in a list with Kotlin
asked
Feb 2
by
avibootz
kotlin
kotlin-multiply-every-n-of-consecutive-items-in-list
multiply-every-n-of-consecutive-items-in-list
1
answer
117
views
How to create a list of dates between a start and end date in Kotlin
asked
Jan 31
by
avibootz
kotlin
kotlin-create-list-of-dates
create-list-of-dates
1
answer
100
views
How to find the number occurring an odd number of times in a list with Kotlin
asked
Jan 30
by
avibootz
kotlin
kotlin-find-number-occurring-odd-number-of-times-in-list
find-number-occurring-odd-number-of-times-in-list
1
answer
103
views
How to sort a list of data classes by multiple columns in Kotlin
asked
Jan 29
by
avibootz
kotlin
kotlin-sort-list-of-data-classes-by-multiple-columns
sort-list-of-data-classes-by-multiple-columns
1
answer
108
views
How to generate non‑overlapping random ranges (start,end),(start,end) in Kotlin
asked
Jan 28
by
avibootz
kotlin
kotlin-generate-non-overlapping-random-ranges
generate-non-overlapping-random-ranges
1
answer
111
views
How to merge overlapping ranges (start,end),(start,end) in Kotlin
asked
Jan 26
by
avibootz
kotlin
kotlin-merge-overlapping-ranges
merge-overlapping-ranges
1
answer
115
views
How to combine two nested lists by summing element‑by‑element in Kotlin
asked
Jan 25
by
avibootz
kotlin
kotlin-combine-two-nested-lists-by-summing-element-by-element
combine-two-nested-lists-by-summing-element-by-element
1
answer
106
views
How to zip two nested lists (combine corresponding inner lists) in Kotlin
asked
Jan 25
by
avibootz
kotlin
kotlin-zip-two-nested-lists-combine-corresponding-inner-lists
zip-two-nested-lists-combine-corresponding-inner-lists
1
answer
112
views
How to merge and flatten two nested lists in Kotlin
asked
Jan 25
by
avibootz
kotlin
kotlin-merge-flatten-two-nested-lists
merge-flatten-two-nested-lists
1
answer
98
views
How to merge two nested lists in Kotlin
asked
Jan 25
by
avibootz
kotlin
kotlin-merge-two-nested-lists
merge-two-nested-lists
1
answer
117
views
How to merge two strings based on shared suffix and prefix in Kotlin
asked
Jan 24
by
avibootz
kotlin
kotlin-merge-two-strings
merge-two-strings-based-on-shared-suffix-and-prefix
1
answer
98
views
How to sort by strings a mixed pair of string and number elements in a list with Kotlin
asked
Jan 23
by
avibootz
kotlin
kotlin-sort-list
sort-by-strings-mixed-pair-of-string-number-elements-in-list
1
answer
108
views
How to sort by numbers a mixed pair of string and number elements in a list with Kotlin
asked
Jan 23
by
avibootz
kotlin
kotlin-sort-list
sort-by-numbers-mixed-pair-of-string-number-elements-in-list
1
answer
117
views
How to check if a string is IPv4 or IPv6 or invalid in Kotlin
asked
Jan 20
by
avibootz
kotlin
kotlin-check-if-string-is-ipv4-or-ipv6-or-invalid
check-if-string-is-ipv4-or-ipv6-or-invalid
1
answer
118
views
How to print a calendar for a specific month and year in Kotlin
asked
Jan 19
by
avibootz
kotlin
kotlin-print-calendar-for-specific-month-and-year
print-calendar-for-specific-month-and-year
1
answer
112
views
How to print the calendar for a specific year in Kotlin
asked
Jan 17
by
avibootz
kotlin
kotlin-print-calendar-for-specific-year
print-calendar-for-specific-year
1
answer
104
views
How to group words by first letter in Kotlin
asked
Jan 17
by
avibootz
kotlin
kotlin-group-words-by-first-letter
group-words-by-first-letter
1
answer
111
views
How to extract only words with first-letter lowercase from a string in Kotlin
asked
Jan 16
by
avibootz
kotlin
kotlin-extract-words-with-first-letter-lowercase-from-string
extract-words-with-first-letter-lowercase-from-string
1
answer
101
views
How to find the volume of a capsule in Kotlin
asked
Jan 12
by
avibootz
kotlin
kotlin-find-volume-of-capsule
find-volume-of-capsule
1
answer
100
views
How to implement ternary search to find a value in a sorted list with Kotlin
asked
Jan 12
by
avibootz
kotlin
kotlin-implement-ternary-search-to-find-value-in-sorted-array
implement-ternary-search-to-find-value-in-sorted-array
1
answer
112
views
How to convert a character (flatten) matrix to a single string in Kotlin
asked
Jan 10
by
avibootz
kotlin
kotlin-convert-character-matrix-to-single-string
convert-character-matrix-to-single-string
flatten_char_matrix
1
answer
110
views
How to convert a specific column of a decimal matrix to a string in Kotlin
asked
Jan 9
by
avibootz
kotlin
kotlin-convert-specific-column-decimal-matrix-to-string
convert-specific-column-decimal-matrix-to-string
1
answer
105
views
How to convert a specific row of a decimal matrix to a string in Kotlin
asked
Jan 9
by
avibootz
kotlin
kotlin-convert-specific-row-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
1
answer
103
views
How to hash a set of GUIDs in Kotlin
asked
Jan 7
by
avibootz
kotlin
kotlin-hash-set-of-guids
1
answer
110
views
How to check if a number can be made prime by deleting a single digit in Kotlin
asked
Jan 7
by
avibootz
kotlin
kotlin-number-made-prime-deleting-single-digit
number-made-prime-deleting-single-digit
1
answer
128
views
How to check if each letter in a string maps to the first letter of a word in another string with Kotlin
asked
Jan 6
by
avibootz
kotlin
kotlin-each-letter-string-maps-first-letter-word-another-string
each-letter-string-maps-first-letter-word-another-string
1
answer
101
views
How to check if a string can be constructed by using the letters of another string in Kotlin
asked
Jan 5
by
avibootz
kotlin
kotlin-string-constructed-letters-another-string
string-constructed-letters-another-string
1
answer
89
views
How to product of array except self (arr[i] is equal to the product of all the elements except arr[i]) in Kotlin
asked
Jan 4
by
avibootz
kotlin
kotlin-product-array-except-self-arr_i
product-array-except-self-arr_i
2
answers
147
views
How to convert days into human-readable years, months and days in Kotlin
asked
Jan 1
by
avibootz
kotlin
kotlin-days-to-human-readable-years-months-days
days-to-human-readable-years-months-days
1
answer
122
views
How to convert days into human-readable weeks and days in Kotlin
asked
Dec 31, 2025
by
avibootz
kotlin
kotlin-convert-days-human-readable-weeks-days
convert-days-human-readable-weeks-days
1
answer
124
views
How to clear bits in the given range in Kotlin
asked
Dec 30, 2025
by
avibootz
kotlin
kotlin-clear-bits-given-range
clear-bits-given-range
1
answer
133
views
How to get the square root rounded down to the nearest integer of a positive integer in Kotlin
asked
Dec 29, 2025
by
avibootz
kotlin
kotlin-square-root-rounded-down-to-nearest-integer
square-root-rounded-down-to-nearest-integer
1
answer
117
views
How to get the 4 least significant bits in a byte with Kotlin
asked
Dec 28, 2025
by
avibootz
kotlin
kotlin-get-4-least-significant-bits-byte
get-4-least-significant-bits-byte
2
answers
137
views
How to check whether a user string contains any forbidden words from a list in Kotlin
asked
Dec 27, 2025
by
avibootz
kotlin
kotlin-check-user-string-contains-forbidden-words
check-user-string-contains-forbidden-words
1
answer
108
views
How to find a pair with maximum product from int array in Kotlin
asked
Dec 26, 2025
by
avibootz
kotlin
kotlin-pair-maximum-product-array
pair-maximum-product-array
1
answer
134
views
How to reverse the middle words of a string in Kotlin
asked
Dec 25, 2025
by
avibootz
kotlin
kotlin-reverse-middle-words-string
reverse-middle-words-string
1
answer
105
views
How to delete the middle element from a list in Kotlin
asked
Dec 24, 2025
by
avibootz
kotlin
kotlin-delete-middle-element-list
delete-middle-element-list
1
answer
122
views
How to check if the sum of two halves of a number is equal in Kotlin
asked
Dec 23, 2025
by
avibootz
kotlin
kotlin-sum-two-halves-number-equal
sum-two-halves-number-equal
1
answer
123
views
How to check if two halves of a number are equal in Kotlin
asked
Dec 22, 2025
by
avibootz
kotlin
kotlin-two-halves-number-equal
two-halves-number-equal
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
17
next »
...