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
html
pascal
dart
ruby
r
css
bootstrap
groovy
sql
win32
mysql
winapi
jquery
lua
winforms
pascal-string
bash
kotlin-string
c-string
swift-string
cpp-string
cpp-vector
f#
opengl
go-string
pascal-array
swift-array
php-string
java-string
c#-string
vbnet-string
python-string
rust-string
c-array
scala-string
php-array
javascript-string
javascript-array
typescript-string
rust-vector
cobol
typescript-array
python-list
scala-array
reactjs
c-windows
kotlin-array
go-array
nodejs-string
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
swift-matrix
c#-matrix
go-slice
c#-array
java-array
nodejs-express
kotlin-matrix
sdl3
angularjs
rust-matrix
go-matrix
typescript-matrix
vbnet-array
kotlin-list
scala-matrix
javascript-matrix
php-matrix
raylib
glfw
vbnet-matrix
python-matrix
java-matrix
scala-list
java-list
javascript-regex
typescript-regex
freeglut
html5
Disclosure:
My content contains affiliate links.
Recent questions tagged KOTLIN
38,741
questions
50,432
answers
573
users
Recent questions tagged KOTLIN
1
answer
6
views
How to find the Kth smallest number in an unsorted list in Kotlin
asked
14 hours
ago
by
avibootz
kotlin
kotlin-find-list
1
answer
9
views
How to find a list of numbers up to a limit that is a palindrome in base 10 and base 2 in Kotlin
asked
1 day
ago
by
avibootz
kotlin
kotlin-bouble-base-palindrome
1
answer
11
views
How to check if a number is circular prime (cyclically rotate left will also be prime) in Kotlin
asked
2 days
ago
by
avibootz
kotlin
kotlin-circular-prime
1
answer
9
views
How to find all the numbers that are equal to the sum of the factorials of their digits in Kotlin
asked
2 days
ago
by
avibootz
kotlin
kotlin-numbers
kotlin-factorials
1
answer
11
views
How to find the numbers that are the sum of fifth powers of their digits in Kotlin
asked
3 days
ago
by
avibootz
kotlin
kotlin-numbers
kotlin-fifth-power
1
answer
10
views
How to find the floor and ceiling of the value N in an unsorted list with Kotlin
asked
4 days
ago
by
avibootz
kotlin
kotlin-list
kotlin-ceil
kotlin-floor
1
answer
13
views
How to find the longest increasing not sorted subsequence (LIS) of a sequence of numbers in Kotlin
asked
5 days
ago
by
avibootz
kotlin
kotlin-subsequence
1
answer
16
views
How to write a recursive function to generate all permutations of a string in Kotlin
asked
6 days
ago
by
avibootz
kotlin
kotlin-recursion
1
answer
27
views
How to set specific bits and find the set bits indexes in Kotlin
asked
Nov 4
by
avibootz
kotlin
kotlin-bits
1
answer
30
views
How to generate random floating point numbers in Kotlin
asked
Nov 3
by
avibootz
kotlin
kotlin-random
1
answer
22
views
How to pass a nested case class (struct-like object) to a function in Kotlin
asked
Nov 1
by
avibootz
kotlin
kotlin-case-class
kotlin-struct
1
answer
25
views
How to pass a case class (struct-like object) to a function in Kotlin
asked
Nov 1
by
avibootz
kotlin
kotlin-struct
kotlin-case-class
1
answer
22
views
How to round a number to the nearest power of 2 in Kotlin
asked
Oct 31
by
avibootz
kotlin
kotlin-round
1
answer
24
views
How to round a number to the previous power of 2 in Kotlin
asked
Oct 30
by
avibootz
kotlin
kotlin-round
1
answer
22
views
How to round a number to the next power of 2 in Kotlin
asked
Oct 29
by
avibootz
kotlin
kotlin-round
1
answer
24
views
How to check if a word is all uppercase or lowercase or capitalized in Kotlin
asked
Oct 28
by
avibootz
kotlin
kotlin-word
1
answer
20
views
How to swap all odd and even bits in Kotlin
asked
Oct 26
by
avibootz
kotlin
kotlin-bits
1
answer
28
views
How to rotate list elements left N times in Kotlin
asked
Oct 23
by
avibootz
kotlin
kotlin-list
1
answer
17
views
How to find the digit previous to a given digit in a number with Kotlin
asked
Oct 22
by
avibootz
kotlin
kotlin-digits
1
answer
24
views
How to find the digit next to a given digit in a number with Kotlin
asked
Oct 19
by
avibootz
kotlin
kotlin-digits
1
answer
26
views
How to add a range of elements of a list to another list at a specific position in Kotlin
asked
Oct 17
by
avibootz
kotlin
kotlin-list
kotlin-range
1
answer
21
views
How to add a range of elements of a list to another list in Kotlin
asked
Oct 17
by
avibootz
kotlin
kotlin-list
kotlin-range
1
answer
18
views
How to resize a list in Kotlin
asked
Oct 14
by
avibootz
kotlin
kotlin-list
kotlin-resize
2
answers
31
views
How to resize an array in Kotlin
asked
Oct 14
by
avibootz
kotlin
kotlin-array
kotlin-resize
1
answer
18
views
How to calculate the Euclidean distance between two points in Kotlin
asked
Oct 13
by
avibootz
kotlin
kotlin-euclidean-distance
1
answer
23
views
How to group elements of an array based on their first occurrence in Kotlin
asked
Oct 11
by
avibootz
kotlin
kotlin-array
1
answer
28
views
How to generate a random HEX RGB color code in Kotlin
asked
Oct 10
by
avibootz
kotlin
kotlin-random
kotlin-rgb
1
answer
22
views
How to generate a random RGB color code in Kotlin
asked
Oct 9
by
avibootz
kotlin
kotlin-random
kotlin-rgb
1
answer
24
views
How to search for a number in a sorted matrix in Kotlin
asked
Oct 8
by
avibootz
kotlin
kotlin-matrix
1
answer
31
views
How to check whether a matrix is a square matrix in Kotlin
asked
Oct 7
by
avibootz
kotlin
kotlin-matrix
1
answer
36
views
How to rotate square matrix 90 degrees to the left in Kotlin
asked
Oct 6
by
avibootz
kotlin
kotlin-matrix
1
answer
29
views
How to calculate the median of a matrix in Kotlin
asked
Oct 6
by
avibootz
kotlin
kotlin-matrix
kotlin-median
1
answer
26
views
How to check whether an array is subset of another array in Kotlin
asked
Oct 5
by
avibootz
kotlin
kotlin-array
1
answer
24
views
How to find the second biggest number in a set of random numbers in Kotlin
asked
Oct 4
by
avibootz
kotlin
kotlin-second-biggest
1
answer
32
views
How to find a common element in all rows of a given matrix with sorted rows in Kotlin
asked
Oct 3
by
avibootz
kotlin
kotlin-matrix
1
answer
29
views
How to get matrix size in Kotlin
asked
Oct 2
by
avibootz
kotlin
kotlin-matrix
1
answer
30
views
How to count the number of sorted rows in either increasing or decreasing order in a matrix using Kotlin
asked
Oct 1
by
avibootz
kotlin
kotlin-matrix
1
answer
28
views
How to check whether a matrix is a magic square or not in Kotlin
asked
Sep 30
by
avibootz
kotlin
kotlin-matrix
2
answers
43
views
How to check whether a string can be segmented into a sequence of words from a dictionary in Kotlin
asked
Sep 29
by
avibootz
kotlin
kotlin-string
1
answer
35
views
How to reverse a word in a string with Kotlin
asked
Sep 26
by
avibootz
kotlin
kotlin-string
kotlin-reverse
1
answer
35
views
How to remove the first word from string in Kotlin
asked
Sep 25
by
avibootz
kotlin
kotlin-string
kotlin-remove
1
answer
37
views
How to remove the last word from a string in Kotlin
asked
Sep 24
by
avibootz
kotlin
kotlin-string
kotlin-remove
1
answer
41
views
How to reverse each word in a string with Kotlin
asked
Sep 24
by
avibootz
kotlin
kotlin-reverse
kotlin-string
1
answer
42
views
How to get the median of two sorted slices in Kotlin
asked
Sep 23
by
avibootz
kotlin
kotlin-array
kotlin-median
1
answer
30
views
How to find the longest repeating substring in a string with Kotlin
asked
Sep 23
by
avibootz
kotlin
kotlin-substring
1
answer
37
views
How to find the smallest letter in a sorted array that is larger than a given letter in Kotlin
asked
Sep 22
by
avibootz
kotlin
kotlin-array
1
answer
33
views
How to generate a random hexadecimal string in Kotlin
asked
Sep 19
by
avibootz
kotlin
kotlin-hexadecimal
1
answer
28
views
How to check whether number is perfect square or not in Kotlin
asked
Sep 16
by
avibootz
kotlin
kotlin-square
1
answer
33
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Kotlin
asked
Sep 15
by
avibootz
kotlin
kotlin-binary
1
answer
29
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Kotlin
asked
Sep 15
by
avibootz
kotlin
kotlin-binary
Page:
1
2
3
4
5
6
...
11
next »
...