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
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
typescript-string
cobol
php-array
javascript-array
rust-vector
vbnet
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
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
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
calculate-surface-area-cuboid
remove-last-occurrence-word-string
Disclosure:
My content contains affiliate links.
Recent questions tagged kotlin
40,695
questions
53,044
answers
573
users
Recent questions tagged kotlin
1
answer
97
views
How to find the length of the longest consecutive sequence of an unsorted array of integers in Kotlin
asked
Aug 19, 2025
by
avibootz
kotlin
kotlin-array
kotlin-consecutive-sequence
kotlin-sequence
1
answer
94
views
How to convert an integer to a string in base b with Kotlin
asked
Aug 18, 2025
by
avibootz
kotlin
kotlin-convert
2
answers
109
views
How to use XOR to encrypt and decrypt a string in Kotlin
asked
Aug 17, 2025
by
avibootz
kotlin
kotlin-xor
kotlin-encrypt
kotlin-decrypt
1
answer
83
views
How to create a custom stack class using a list in Kotlin
asked
Aug 16, 2025
by
avibootz
kotlin
kotlin-stack
1
answer
86
views
How to implement a stack using list in Kotlin
asked
Aug 15, 2025
by
avibootz
kotlin
kotlin-stack
1
answer
71
views
How to use stack in Kotlin
asked
Aug 15, 2025
by
avibootz
kotlin
kotlin-stack
3
answers
131
views
How to remove a subarray from an array in Kotlin
asked
Aug 13, 2025
by
avibootz
kotlin
kotlin-array
kotlin-remove
1
answer
95
views
How to sort the part of an array in Kotlin
asked
Aug 13, 2025
by
avibootz
kotlin
kotlin-array
kotlin-sort
1
answer
90
views
How to create a map with key type point (x, y) and value type string in Kotlin
asked
Aug 10, 2025
by
avibootz
kotlin
kotlin-map
1
answer
79
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in Kotlin
asked
Aug 10, 2025
by
avibootz
kotlin
kotlin-palindrome
1
answer
83
views
How to sum the proper divisors of a number in Kotlin
asked
Aug 9, 2025
by
avibootz
kotlin
kotlin-proper-divisors
3
answers
98
views
How to filter a map in Kotlin
asked
Aug 8, 2025
by
avibootz
kotlin
kotlin-map
kotlin-filter
1
answer
73
views
How to remove multiple elements from a set based on a condition in Kotlin
asked
Aug 6, 2025
by
avibootz
kotlin
kotlin-set
1
answer
75
views
How to remove an element from a set in Kotlin
asked
Aug 6, 2025
by
avibootz
kotlin
kotlin-set
2
answers
99
views
How to insert an element in a set with Kotlin
asked
Aug 5, 2025
by
avibootz
kotlin
kotlin-set
1
answer
89
views
How to convert binary digits to a byte list in Kotlin
asked
Aug 5, 2025
by
avibootz
kotlin
kotlin-binary
kotlin-byte-list
1
answer
82
views
How to check if floating point is NaN in Kotlin
asked
Aug 4, 2025
by
avibootz
kotlin
kotlin-nan
kotlin-floating-point
1
answer
66
views
How to calculate power for large numbers in Kotlin
asked
Aug 2, 2025
by
avibootz
kotlin
kotlin-power
1
answer
63
views
How to sum the digits of the number 2^N in Kotlin
asked
Aug 2, 2025
by
avibootz
kotlin
kotlin-power-digits-sum
1
answer
71
views
How to declare a function argument that can accept any type in Kotlin
asked
Aug 1, 2025
by
avibootz
kotlin
kotlin-argument
1
answer
85
views
How to get the lower 8 bits of an int in Kotlin
asked
Jul 31, 2025
by
avibootz
kotlin
kotlin-bits
1
answer
90
views
How to set specific bits in a char with Kotlin
asked
Jul 31, 2025
by
avibootz
kotlin
kotlin-bits
1
answer
81
views
How to find the prime factors of a number in Kotlin
asked
Jul 29, 2025
by
avibootz
kotlin
kotlin-prime
1
answer
75
views
How to extract a float from a string in Kotlin
asked
Jul 29, 2025
by
avibootz
kotlin
kotlin-string
kotlin-extract
1
answer
97
views
How to extract multiple floats from a string of floats in Kotlin
asked
Jul 28, 2025
by
avibootz
kotlin
kotlin-string
1
answer
101
views
How to create a string with a repeated character N times in Kotlin
asked
Jul 28, 2025
by
avibootz
kotlin
kotlin-string
1
answer
82
views
How to check if an integer contains an even or odd number of bits set in Kotlin
asked
Jul 27, 2025
by
avibootz
kotlin
kotlin-bits
1
answer
77
views
How to find the greatest product of 3 adjacent numbers in the same (any) direction in a grid with Kotlin
asked
Jul 26, 2025
by
avibootz
kotlin
kotlin-grid
1
answer
101
views
How to remove leading and trailing whitespaces from a string in Kotlin
asked
Jul 26, 2025
by
avibootz
kotlin
kotlin-string
1
answer
72
views
How to find the sum of all the primes below 10000 (ten thousand) in Kotlin
asked
Jul 26, 2025
by
avibootz
kotlin
kotlin-prime
1
answer
79
views
How to find pythagorean triplet for which a + b + c = 1000 in Kotlin
asked
Jul 25, 2025
by
avibootz
kotlin
kotlin-pythagorean-triplet
1
answer
90
views
How to check if an array contains the Pythagorean triplet numbers (a*a+b*b=c*c) in Kotlin
asked
Jul 25, 2025
by
avibootz
kotlin
kotlin-pythagorean-triplet
1
answer
72
views
How to check if two integers have opposite signs in Kotlin
asked
Jul 24, 2025
by
avibootz
kotlin
kotlin-sign
1
answer
73
views
How to replace multiple consecutive question marks (?) with a single question mark in Kotlin
asked
Jul 24, 2025
by
avibootz
kotlin
kotlin-replace
1
answer
104
views
How to count the trailing zeros in a binary number using Kotlin
asked
Jul 23, 2025
by
avibootz
kotlin
kotlin-binary
1
answer
76
views
How to format time hours-minutes-seconds in Kotlin
asked
Jul 22, 2025
by
avibootz
kotlin
kotlin-time
1
answer
101
views
How to split a string with multiple separators in Kotlin
asked
Jul 21, 2025
by
avibootz
kotlin
kotlin-string
2
answers
113
views
How to replace the first occurrence of a substring in a string with Kotlin
asked
Jul 21, 2025
by
avibootz
kotlin
kotlin-substring
1
answer
76
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in Kotlin
asked
Jul 20, 2025
by
avibootz
kotlin
kotlin-loop
1
answer
96
views
How to match a substring within 2 square brackets using RegEx in Kotlin
asked
Jul 19, 2025
by
avibootz
kotlin
kotlin-regex
kotlin-substring
1
answer
102
views
How to convert binary string to integer in Kotlin
asked
Jul 18, 2025
by
avibootz
kotlin
kotlin-binary
kotlin-string
1
answer
91
views
How to remove stop words from a string in Kotlin
asked
Jul 18, 2025
by
avibootz
kotlin
kotlin-string
1
answer
81
views
How to pick a random value from a map in Kotlin
asked
Jul 17, 2025
by
avibootz
kotlin
kotin-map
1
answer
66
views
How to find the 100001 prime number in Kotlin
asked
Jul 16, 2025
by
avibootz
kotlin
kotlin-prime
1
answer
96
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in Kotlin
asked
Jul 16, 2025
by
avibootz
kotlin
kotlin-regex
1
answer
92
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in Kotlin
asked
Jul 15, 2025
by
avibootz
kotlin
kotlin-regex
1
answer
89
views
How to print the distinct elements of a list in Kotlin
asked
Jul 13, 2025
by
avibootz
kotlin
kotlin-array
1
answer
103
views
How to XOR byte arrays in Kotlin
asked
Jul 12, 2025
by
avibootz
kotlin
kotlin-xor
1
answer
77
views
How to use bitwise XOR in Kotlin
asked
Jul 11, 2025
by
avibootz
kotlin
kotlin-xor
1
answer
96
views
How to check if a string includes $sometext$ without numbers in Kotlin
asked
Jul 11, 2025
by
avibootz
kotlin
kotlin-string
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
14
next »
...