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
1
answer
151
views
How to XOR byte arrays in Kotlin
asked
Jul 12, 2025
by
avibootz
kotlin
kotlin-xor
1
answer
126
views
How to use bitwise XOR in Kotlin
asked
Jul 11, 2025
by
avibootz
kotlin
kotlin-xor
1
answer
168
views
How to check if a string includes $sometext$ without numbers in Kotlin
asked
Jul 11, 2025
by
avibootz
kotlin
kotlin-string
1
answer
131
views
How to encode and decode a string to base64 in Kotlin
asked
Jul 10, 2025
by
avibootz
kotlin
kotlin-encode
kotlin-decode
kotlin-base64
1
answer
186
views
How to remove the letters from word1 if they do not exist in word2 with Kotlin
asked
Jul 10, 2025
by
avibootz
kotlin
kotlin-string
1
answer
144
views
How to remove the letters from word1 if they exist in word2 with Kotlin
asked
Jul 9, 2025
by
avibootz
kotlin
kotlin-string
1
answer
141
views
How to check if an array of bytes is a valid UTF-8 string in Kotlin
asked
Jul 8, 2025
by
avibootz
kotlin
kotlin-utf8
1
answer
162
views
How to get intersection of two strings in Kotlin
asked
Jul 7, 2025
by
avibootz
kotlin
kotlin-string
kotlin-intersection
1
answer
144
views
How to pad a string on both sides in Kotlin
asked
Jul 6, 2025
by
avibootz
kotlin
kotlin-string
1
answer
149
views
How to change all elements of row i and column j in a binary matrix to 0 if cell[i, j] is 0 in Kotlin
asked
Jul 5, 2025
by
avibootz
kotlin
kotlin-matrix
3
answers
235
views
How to pad a string on the left in Kotlin
asked
Jul 4, 2025
by
avibootz
kotlin
kotlin-string
3
answers
249
views
How to pad a string on the right in Kotlin
asked
Jul 3, 2025
by
avibootz
kotlin
kotlin-string
1
answer
143
views
How to sum two binary strings in Kotlin
asked
Jul 3, 2025
by
avibootz
kotlin
kotlin-string
1
answer
159
views
How to increment an integer represented as an integer list of digits by one in Kotlin
asked
Jul 2, 2025
by
avibootz
kotlin
kotlin-list
1
answer
157
views
How to use switch statement with strings in Kotlin
asked
Jul 1, 2025
by
avibootz
kotlin
kotlin-switch
1
answer
130
views
How to get the fraction and exponent of a real number in Kotlin
asked
Jun 30, 2025
by
avibootz
kotlin
kotlin-exponent
kotlin-fraction
1
answer
184
views
How to calculate the mean and the standard deviation of a sequence of floating-point values in Kotlin
asked
Jun 30, 2025
by
avibootz
kotlin
kotlin-standard-deviation
kotlin-mean
1
answer
126
views
How to compute the hypotenuse h of the triangle in Kotlin
asked
Jun 29, 2025
by
avibootz
kotlin
kotlin-triangle
2
answers
191
views
How to convert a string with either, or . as decimal/thousand separators into a float in Kotlin
asked
Jun 27, 2025
by
avibootz
kotlin
kotlin-string
kotlin-convert
1
answer
161
views
How to shift elements of an array to the right by one position in Kotlin
asked
Jun 27, 2025
by
avibootz
kotlin
kotlin-array
1
answer
148
views
How to shift elements of an array to the left by one position in Kotlin
asked
Jun 26, 2025
by
avibootz
kotlin
kotlin-array
1
answer
160
views
How to get the length of the last word in a string with Kotlin
asked
Jun 25, 2025
by
avibootz
kotlin
kotlin-string
1
answer
143
views
How to generate an n x n matrix filled with elements from 1 to N^2 in spiral order in Kotlin
asked
Jun 25, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
134
views
How to exit a program in Kotlin
asked
Jun 24, 2025
by
avibootz
kotlin
kotlin-exit
1
answer
130
views
How to calculate the center of a rectangle in Kotlin
asked
Jun 23, 2025
by
avibootz
kotlin
kotlin-rectangle
1
answer
152
views
How to check if a point is inside a rectangle in Kotlin
asked
Jun 22, 2025
by
avibootz
kotlin
kotlin-rectangle
kotlin-point
1
answer
174
views
How to convert byte array to hex string in Kotlin
asked
Jun 21, 2025
by
avibootz
kotlin
kotlin-array
kotlin-byte-array
1
answer
144
views
How to print array elements in groups of 2 with Kotlin
asked
Jun 21, 2025
by
avibootz
kotlin
kotlin-array
1
answer
111
views
How to declare a constant string in Kotlin
asked
Jun 19, 2025
by
avibootz
kotlin
kotlin-constant
1
answer
133
views
How to format an integer with zero-padding in Kotlin
asked
Jun 19, 2025
by
avibootz
kotlin
kotlin-padding
1
answer
153
views
How to find the average between RGB colors c1 and c2 in Kotlin
asked
Jun 18, 2025
by
avibootz
kotlin
kotlin-color
1
answer
156
views
How to use an expression inside a string in Kotlin
asked
Jun 17, 2025
by
avibootz
kotlin
kotlin-string
2
answers
145
views
How to concatenate string with integer in Kotlin
asked
Jun 17, 2025
by
avibootz
kotlin
kotlin-concatenate
2
answers
205
views
How to remove string trailing path separator in Kotlin
asked
Jun 17, 2025
by
avibootz
kotlin
kotlin-string
1
answer
145
views
How to match the first word after an expression in a string using RegEx with Kotlin
asked
Jun 16, 2025
by
avibootz
kotlin
kotlin-regex
1
answer
155
views
How to remove the trailing slashes from a string in Kotlin
asked
Jun 14, 2025
by
avibootz
kotlin
kotlin-string
1
answer
187
views
How to remove all non-ASCII characters from a string in Kotlin
asked
Jun 13, 2025
by
avibootz
kotlin
kotlin-string
kotlin-ascii
1
answer
152
views
How to print a given matrix in spiral form with Kotlin
asked
Jun 12, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
138
views
How to calculate the date six months from the current date in Kotlin
asked
Jun 12, 2025
by
avibootz
kotlin
kotlin-date
1
answer
143
views
How to replace the characters !@#$%^*_+\= in a string using RegEx with Kotlin
asked
Jun 11, 2025
by
avibootz
kotlin
kotlin-regex
1
answer
119
views
How to implement the power function in Kotlin
asked
Jun 11, 2025
by
avibootz
kotlin
kotlin-pow
1
answer
144
views
How to group Anagrams from a list of strings in Kotlin
asked
Jun 10, 2025
by
avibootz
kotlin
kotlin-anagram
1
answer
132
views
How to check if date1 is before date2 in Kotlin
asked
Jun 8, 2025
by
avibootz
kotlin
kotlin-date
1
answer
168
views
How to check if a string is blank (empty, null, or contains only whitespace) in Kotlin
asked
Jun 8, 2025
by
avibootz
kotlin
kotlin-string
1
answer
153
views
How to replace consecutive characters with only one using RegEx in Kotlin
asked
Jun 7, 2025
by
avibootz
kotlin
kotlin-regex
1
answer
195
views
How to multiply two integers represented as strings and return the result also as a string in Kotlin
asked
Jun 6, 2025
by
avibootz
kotlin
kotlin-multiply
1
answer
184
views
How to get the first missing smallest positive integer in an unsorted integer list with Kotlin
asked
Jun 5, 2025
by
avibootz
kotlin
kotlin-list
1
answer
230
views
How to sort each column of a matrix with strings in Kotlin
asked
Jun 2, 2025
by
avibootz
kotlin
kotlin-matrix
kotlin-sort
1
answer
183
views
How to fill a 3x3 grid to be a valid Sudoku grid in Kotlin
asked
Jun 1, 2025
by
avibootz
kotlin
kotlin-sudoku
1
answer
207
views
How to calculate the future occurrences of Friday the 13th in Kotlin
asked
May 31, 2025
by
avibootz
kotlin
kotlin-date
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
17
next »
...