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
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
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
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged KOTLIN
41,445
questions
53,992
answers
573
users
Recent questions tagged KOTLIN
4
answers
346
views
How to handle invalid argument in Kotlin
asked
May 21, 2025
by
avibootz
kotlin
kotlin-argument
2
answers
203
views
How to allocate 1MB in Kotlin
asked
May 20, 2025
by
avibootz
kotlin
kotlin-allocation
1
answer
152
views
How to stop a program in Kotlin
asked
May 19, 2025
by
avibootz
kotlin
2
answers
164
views
How to check if integer multiplication will overflow in Kotlin
asked
May 18, 2025
by
avibootz
kotlin
kotlin-overflow
1
answer
159
views
How to get the min and max integer in Kotlin
asked
May 17, 2025
by
avibootz
kotlin
kotlin-integer
1
answer
101
views
How to check if integer addition will overflow in Kotlin
asked
May 17, 2025
by
avibootz
kotlin
kotlin-overflow
1
answer
174
views
How to get the min and max long in Kotlin
asked
May 17, 2025
by
avibootz
kotlin
kotlin-long
1
answer
155
views
How to check if long addition will overflow in Kotlin
asked
May 17, 2025
by
avibootz
kotlin
kotlin-overflow
1
answer
175
views
How to check whether a string is a palindrome, ignoring spaces and case in Kotlin
asked
May 16, 2025
by
avibootz
kotlin
kotin-palindrome
1
answer
154
views
How to declare a RegEx with character repetition to match the strings "http", "htttp", "httttp", etc in Kotlin
asked
May 16, 2025
by
avibootz
kotlin
kotlin-regex
3
answers
231
views
How to round to 2 decimal places in Kotlin
asked
May 15, 2025
by
avibootz
kotlin
kotlin-round
3
answers
181
views
How to round a floating-point number to an integer in Kotlin
asked
May 14, 2025
by
avibootz
kotlin
kotlin-round
1
answer
188
views
How to use the conditional ternary operator in Kotlin
asked
May 13, 2025
by
avibootz
kotlin
kotlin-conditional-operator
1
answer
178
views
How to find all double quote substrings in a string with Kotlin
asked
May 13, 2025
by
avibootz
kotlin
kotlin-string
kotlin-substring
kotlin-regex
2
answers
261
views
How to combine a string with a dynamic double-quoted substring in Kotlin
asked
May 13, 2025
by
avibootz
kotlin
kotlin-string
kotlin-substring
2
answers
234
views
How to declare a string with double quote substrings in Kotlin
asked
May 12, 2025
by
avibootz
kotlin
kotlin-string
kotlin-substring
1
answer
172
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 10 in Kotlin
asked
May 11, 2025
by
avibootz
kotlin
kotlin-lcm
1
answer
176
views
How to find the largest palindrome made from the product of two 2-digit numbers in Kotlin
asked
May 11, 2025
by
avibootz
kotlin
kotlin-palindrome
2
answers
148
views
How to search insert position of K in a sorted list with Kotlin
asked
May 10, 2025
by
avibootz
kotlin
kotlin-list
1
answer
199
views
How to find first and last positions of an element in a sorted array in Kotlin
asked
May 10, 2025
by
avibootz
kotlin
kotlin-array
1
answer
85
views
How to print all command line arguments except the program name in Kotlin
asked
May 9, 2025
by
avibootz
kotlin
kotlin-arguments
1
answer
119
views
How to use the clock as a random generator seed in Kotlin
asked
May 8, 2025
by
avibootz
kotlin
kotlin-random
3
answers
197
views
How to filter a list in Kotlin
asked
May 5, 2025
by
avibootz
kotlin
kotlin-list
1
answer
204
views
How to remove a random word from a string in Kotlin
asked
May 5, 2025
by
avibootz
kotlin
kotlin-string
2
answers
163
views
How to join a list of strings into a string in Kotlin
asked
May 4, 2025
by
avibootz
kotlin
kotlin-list
1
answer
166
views
How to convert a URL inside a string to a hyperlink in Kotlin
asked
May 3, 2025
by
avibootz
kotlin
kotlin-string
1
answer
140
views
How to pop the first element of a list in Kotlin
asked
May 3, 2025
by
avibootz
kotlin
kotlin-list
1
answer
141
views
How to extract the beginning of a string (prefix) in Kotlin
asked
May 1, 2025
by
avibootz
kotlin
kotlin-string
1
answer
190
views
How to extract the end of a string (suffix) in Kotlin
asked
May 1, 2025
by
avibootz
kotlin
kotlin-string
2
answers
162
views
How to pause execution for 5 seconds in Kotlin
asked
Apr 30, 2025
by
avibootz
kotlin
1
answer
168
views
How to break the outer loop in Kotlin
asked
Apr 28, 2025
by
avibootz
kotlin
kotlin-loop
1
answer
186
views
How to check if an integer include specific digits x times in Kotlin
asked
Apr 27, 2025
by
avibootz
kotlin
kotlin-integer
2
answers
162
views
How to merge two sorted arrays without duplicates in Kotlin
asked
Apr 26, 2025
by
avibootz
kotlin
kotlin-array
1
answer
131
views
How to check if a string contains only valid parentheses (open close same type (), {}, []) in Kotlin
asked
Apr 25, 2025
by
avibootz
kotlin
kotlin-string
1
answer
106
views
How to find the longest common string prefix in array of strings with Kotlin
asked
Apr 25, 2025
by
avibootz
kotlin
kotlin-array
1
answer
143
views
How to remove the first N characters from a string in Kotlin
asked
Apr 24, 2025
by
avibootz
kotlin
kotlin-string
1
answer
135
views
How to create and set values to a 3d array in Kotlin
asked
Apr 22, 2025
by
avibootz
kotlin
kotlin-array
1
answer
141
views
How to find the position of the first occurrence of a substring in a string with Kotlin
asked
Apr 21, 2025
by
avibootz
kotlin
kotin-substring
1
answer
185
views
How to remove N characters from the middle of a string in Kotlin
asked
Apr 19, 2025
by
avibootz
kotlin
kotlin-string
3
answers
150
views
How to convert decimal number to binary in Kotlin
asked
Apr 19, 2025
by
avibootz
kotlin
kotlin-binary
3
answers
180
views
How to iterate over map keys and values in Kotlin
asked
Apr 18, 2025
by
avibootz
kotlin
kotlin-map
1
answer
107
views
How to convert hh:mm:ss to minutes in Kotlin
asked
Apr 17, 2025
by
avibootz
kotlin
kotlin-time
2
answers
134
views
How to find the largest prime factor of a number in Kotlin
asked
Apr 16, 2025
by
avibootz
kotlin
kotlin-prime
kotlin-largest-prime-factor-number
largest-prime-factor-number
1
answer
104
views
How to find the sum of the even valued in fibonacci sequence with Kotlin
asked
Apr 16, 2025
by
avibootz
kotlin
kotlin-fibonacci
1
answer
125
views
How to convert a string to title case in Kotlin
asked
Apr 15, 2025
by
avibootz
kotlin
kotlin-string
kotlin-string-to-title-case
string-to-title-case
2
answers
106
views
How to find the sum of all the multiples of 3 or 5 below 1000 in Kotlin
asked
Apr 15, 2025
by
avibootz
kotlin
1
answer
99
views
How to convert binary code to text in Kotlin
asked
Apr 14, 2025
by
avibootz
kotlin
kotlin-binary
1
answer
130
views
How to convert a list of digits to an integer add 1 and convert it back to a list of digits in Kotlin
asked
Apr 12, 2025
by
avibootz
kotlin
kotlin-list
1
answer
174
views
How to convert a string to an array of characters in Kotlin
asked
Apr 12, 2025
by
avibootz
kotlin
kotlin-string
1
answer
109
views
How to create an array of days starting with today and going back the last 30 days in Kotlin
asked
Apr 11, 2025
by
avibootz
kotlin
kotlin-array
kotlin-date
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
14
next »
...