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
58
views
How to find the digit next to a given digit in a number with Kotlin
asked
Oct 19, 2025
by
avibootz
kotlin
kotlin-digits
1
answer
61
views
How to add a range of elements of a list to another list at a specific position in Kotlin
asked
Oct 17, 2025
by
avibootz
kotlin
kotlin-list
kotlin-range
1
answer
59
views
How to add a range of elements of a list to another list in Kotlin
asked
Oct 17, 2025
by
avibootz
kotlin
kotlin-list
kotlin-range
1
answer
50
views
How to resize a list in Kotlin
asked
Oct 14, 2025
by
avibootz
kotlin
kotlin-list
kotlin-resize
2
answers
104
views
How to resize an array in Kotlin
asked
Oct 14, 2025
by
avibootz
kotlin
kotlin-array
kotlin-resize
1
answer
64
views
How to calculate the Euclidean distance between two points in Kotlin
asked
Oct 13, 2025
by
avibootz
kotlin
kotlin-euclidean-distance
1
answer
69
views
How to group elements of an array based on their first occurrence in Kotlin
asked
Oct 11, 2025
by
avibootz
kotlin
kotlin-array
1
answer
72
views
How to generate a random HEX RGB color code in Kotlin
asked
Oct 10, 2025
by
avibootz
kotlin
kotlin-random
kotlin-rgb
1
answer
69
views
How to generate a random RGB color code in Kotlin
asked
Oct 9, 2025
by
avibootz
kotlin
kotlin-random
kotlin-rgb
1
answer
53
views
How to search for a number in a sorted matrix in Kotlin
asked
Oct 8, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
68
views
How to check whether a matrix is a square matrix in Kotlin
asked
Oct 7, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
75
views
How to rotate square matrix 90 degrees to the left in Kotlin
asked
Oct 6, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
71
views
How to calculate the median of a matrix in Kotlin
asked
Oct 6, 2025
by
avibootz
kotlin
kotlin-matrix
kotlin-median
1
answer
64
views
How to check whether an array is subset of another array in Kotlin
asked
Oct 5, 2025
by
avibootz
kotlin
kotlin-array
1
answer
55
views
How to find the second biggest number in a set of random numbers in Kotlin
asked
Oct 4, 2025
by
avibootz
kotlin
kotlin-second-biggest
1
answer
81
views
How to find a common element in all rows of a given matrix with sorted rows in Kotlin
asked
Oct 3, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
51
views
How to get matrix size in Kotlin
asked
Oct 2, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
71
views
How to count the number of sorted rows in either increasing or decreasing order in a matrix using Kotlin
asked
Oct 1, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
72
views
How to check whether a matrix is a magic square or not in Kotlin
asked
Sep 30, 2025
by
avibootz
kotlin
kotlin-matrix
2
answers
102
views
How to check whether a string can be segmented into a sequence of words from a dictionary in Kotlin
asked
Sep 29, 2025
by
avibootz
kotlin
kotlin-string
1
answer
81
views
How to reverse a word in a string with Kotlin
asked
Sep 26, 2025
by
avibootz
kotlin
kotlin-string
kotlin-reverse
1
answer
75
views
How to remove the first word from string in Kotlin
asked
Sep 25, 2025
by
avibootz
kotlin
kotlin-string
kotlin-remove
2
answers
83
views
How to remove the last word from a string in Kotlin
asked
Sep 24, 2025
by
avibootz
kotlin
kotlin-string
kotlin-remove-last-word-string
remove-last-word-string
1
answer
78
views
How to reverse each word in a string with Kotlin
asked
Sep 24, 2025
by
avibootz
kotlin
kotlin-reverse
kotlin-string
1
answer
98
views
How to get the median of two sorted arrays in Kotlin
asked
Sep 23, 2025
by
avibootz
kotlin
kotlin-median-sorted-arrays
median-sorted-arrays
1
answer
64
views
How to find the longest repeating substring in a string with Kotlin
asked
Sep 23, 2025
by
avibootz
kotlin
kotlin-substring
1
answer
79
views
How to find the smallest letter in a sorted array that is larger than a given letter in Kotlin
asked
Sep 22, 2025
by
avibootz
kotlin
kotlin-array
1
answer
73
views
How to generate a random hexadecimal string in Kotlin
asked
Sep 19, 2025
by
avibootz
kotlin
kotlin-hexadecimal
1
answer
61
views
How to check whether number is perfect square or not in Kotlin
asked
Sep 16, 2025
by
avibootz
kotlin
kotlin-square
1
answer
70
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Kotlin
asked
Sep 15, 2025
by
avibootz
kotlin
kotlin-binary
1
answer
63
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Kotlin
asked
Sep 15, 2025
by
avibootz
kotlin
kotlin-binary
1
answer
82
views
How to find the two elements in a list whose sum is closest to zero in Kotlin
asked
Sep 13, 2025
by
avibootz
kotlin
kotlin-list
1
answer
91
views
How to check if two given words are present in a string in Kotlin
asked
Sep 12, 2025
by
avibootz
kotlin
kotlin-string
1
answer
61
views
How to convet decimal number base-12 number in Kotlin
asked
Sep 11, 2025
by
avibootz
kotlin
kotlin-base-12
1
answer
63
views
How to print the season name of the year based on the month number in Kotlin
asked
Sep 10, 2025
by
avibootz
kotlin
kotlin-season-month
1
answer
67
views
How to simplify path (remove ".." and "." and replace multiple “////” with one single “/”) in Kotlin
asked
Sep 9, 2025
by
avibootz
kotlin
kotlin-path
1
answer
68
views
How to find sum of the first N even numbers in Kotlin
asked
Sep 6, 2025
by
avibootz
kotlin
kotlin-sum
1
answer
69
views
How to find the maximum length of a subarray having a sum equal to K in Kotlin
asked
Sep 5, 2025
by
avibootz
kotlin
kotlin-subarray
1
answer
59
views
How to find the position of the first set bit (1-bit) of a number in Kotlin
asked
Sep 4, 2025
by
avibootz
kotlin
kotlin-bits
1
answer
92
views
How to sort an array that consists of only 0s and 1s in Kotlin
asked
Sep 3, 2025
by
avibootz
kotlin
kotlin-array
kotlin-sort
1
answer
79
views
How to sort an array of strings where each string represents a decimal number in Kotlin
asked
Sep 1, 2025
by
avibootz
kotlin
kotlin-sort
kotlin-array
1
answer
63
views
How to find the number of squares in an N*N grid with Kotlin
asked
Aug 31, 2025
by
avibootz
kotlin
kotlin-grid-squares
1
answer
65
views
How to calculate compound interest in Kotlin
asked
Aug 30, 2025
by
avibootz
kotlin
kotlin-compound-interest
1
answer
86
views
How to mirror a matrix across the main diagonal in Kotlin
asked
Aug 28, 2025
by
avibootz
kotlin
kotlin-matrix
1
answer
73
views
How to get the last digit of a big int in Kotlin
asked
Aug 27, 2025
by
avibootz
kotlin
kotlin-biginteger
2
answers
82
views
How to combine 2 maps into a third map in Kotlin
asked
Aug 26, 2025
by
avibootz
kotlin
kotlin-map
1
answer
80
views
How to transform map values to a list in Kotlin
asked
Aug 24, 2025
by
avibootz
kotlin
kotlin-map
1
answer
90
views
How to convert map values to a list in Kotlin
asked
Aug 24, 2025
by
avibootz
kotlin
kotlin-map
1
answer
86
views
How to create a queue, then enqueue and dequeue elements in Kotlin
asked
Aug 23, 2025
by
avibootz
kotlin
kotlin-queue
1
answer
83
views
How to assign a random number using a cryptographically secure random number generator in Kotlin
asked
Aug 21, 2025
by
avibootz
kotlin
kotlin-random
Page:
« prev
1
2
3
4
5
6
7
8
9
...
14
next »
...