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
c-string
swift-string
cpp-string
go-string
php-string
cobol
c#-string
java-string
vbnet-string
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
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
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
longest-substring-without-repeating-characters
calculate-volume-cube
divide-given-amount-into-bills-coins
convert-decimal-number-to-rational-number
count-non-overlapping-instances-substring-in-string
print-floyds-triangle
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
Disclosure:
My content contains affiliate links.
Recent questions tagged GO
42,844
questions
55,671
answers
573
users
Recent questions tagged GO
1
answer
96
views
How to clear bits in the given range in Go
asked
Dec 30, 2025
by
avibootz
go
go-clear-bits-given-range
clear-bits-given-range
1
answer
98
views
How to get the square root rounded down to the nearest integer of a positive integer in Go
asked
Dec 29, 2025
by
avibootz
go
go-square-root-rounded-down-to-nearest-integer
square-root-rounded-down-to-nearest-integer
1
answer
98
views
How to get the 4 least significant bits in a byte with Go
asked
Dec 28, 2025
by
avibootz
go
go-get-4-least-significant-bits-byte
get-4-least-significant-bits-byte
1
answer
102
views
How to check whether a user string contains any forbidden words from a list in Go
asked
Dec 27, 2025
by
avibootz
go
go-check-user-string-contains-forbidden-words
check-user-string-contains-forbidden-words
1
answer
86
views
How to find a pair with maximum product from int array in Go
asked
Dec 26, 2025
by
avibootz
go
go-pair-maximum-product-array
pair-maximum-product-array
1
answer
103
views
How to reverse the middle words of a string in Go
asked
Dec 25, 2025
by
avibootz
go
go-reverse-middle-words-string
reverse-middle-words-string
1
answer
113
views
How to check if the sum of two halves of a number is equal in Go
asked
Dec 23, 2025
by
avibootz
go
go-sum-two-halves-number-equal
sum-two-halves-number-equal
1
answer
104
views
How to check if two halves of a number are equal in Go
asked
Dec 22, 2025
by
avibootz
go
go-two-halves-number-equal
two-halves-number-equal
1
answer
115
views
How to check if two equal-length strings are at least 50% equal in Go
asked
Dec 20, 2025
by
avibootz
go
go-two-equal-length-strings-at-least-50-percent-equal
two-equal-length-strings-at-least-50-percent-equal
2
answers
141
views
How to check if two strings are isomorphic in Go
asked
Dec 19, 2025
by
avibootz
go
go-check-two-strings-isomorphic
check-two-strings-isomorphic
1
answer
109
views
How to remove text between parentheses in a string using Go
asked
Dec 18, 2025
by
avibootz
go
go-remove-text-between-parentheses-in-string
remove-text-between-parentheses-in-string
1
answer
132
views
How to calculate the area of a triangle using Heron’s formula in Go
asked
Dec 15, 2025
by
avibootz
go
go-area-triangle-herons-formula
area-triangle-herons-formula
1
answer
99
views
How to get the number of the day from the beginning of the year to a given date in Go
asked
Dec 13, 2025
by
avibootz
go
go-number-day-beginning-year
number-day-beginning-year
1
answer
103
views
How to move all special characters to the beginning of a string in Go
asked
Dec 12, 2025
by
avibootz
go
go-move-special-characters-beginning-string
move-special-characters-beginning-string
1
answer
116
views
How to find the missing number in a slice containing numbers from 1 to n in O(1) time complexity with Go
asked
Dec 10, 2025
by
avibootz
go
go-missing-number-slice-o1-time-complexity
missing-number-slice-o1-time-complexity
1
answer
108
views
How to convert Base64 to a JSON string in Go
asked
Dec 8, 2025
by
avibootz
go
go-base64-to-json-string
base64-to-json-string
1
answer
103
views
How to calculate time if we have the distance and speed (kilometers per hour) in Go
asked
Dec 6, 2025
by
avibootz
go
go-calculate-time-distance-speed
calculate-time-distance-speed
1
answer
112
views
How to shift letters in a string x times by giving a slice of shifts in Go
asked
Dec 4, 2025
by
avibootz
go
go-shift-letters-string-slice-shifts
shift-letters-string-slice-shifts
1
answer
114
views
How to convert a Roman number to an integer in Go
asked
Dec 3, 2025
by
avibootz
go
go-roman-integer
roman-integer
1
answer
102
views
How to format an array of strings in lines with maxWidth without breaking the words in Go
asked
Dec 2, 2025
by
avibootz
go
go-format-array-strings-lines-maxwidth
format-array-strings-lines-maxwidth
1
answer
117
views
How to convert an integer to Roman numerals in Go
asked
Dec 2, 2025
by
avibootz
go
go-integer-roman-numerals
integer-roman-numerals
1
answer
107
views
How to check if the last index of a slice is reachable by jumping based on element values from index 0 in Go
asked
Dec 1, 2025
by
avibootz
go
go-last-index-slice-jumping-by-elements-value
last-index-slice-jumping-by-elements-value
1
answer
97
views
How to merge two sorted slices in Go
asked
Nov 30, 2025
by
avibootz
go
go-merge-two-sorted-slices
merge-two-sorted-slices
1
answer
94
views
How to find two prime numbers that, when concatenated, form another prime number in Go
asked
Nov 28, 2025
by
avibootz
go
go-prime-concatenate
prime-concatenate
1
answer
103
views
How to generate an N-digit integer random number in Go
asked
Nov 27, 2025
by
avibootz
go
go-n-digit-integer-random
n-digit-integer-random
1
answer
107
views
How to select random two digits from anywhere in a number with Go
asked
Nov 26, 2025
by
avibootz
go
go-random-two-anywhere-digits
random-two-anywhere-digits
1
answer
93
views
How to select random two consecutive digits from a number in Go
asked
Nov 26, 2025
by
avibootz
go
go-random-two-consecutive-digits
random-two-consecutive-digits
1
answer
105
views
How to convert milliseconds to minutes and seconds in Go
asked
Nov 24, 2025
by
avibootz
go
go-milliseconds-minutes-seconds
milliseconds-minutes-seconds
1
answer
95
views
How to convert a degree to a compass direction in Go
asked
Nov 24, 2025
by
avibootz
go
go-degree-compass-direction
degree-compass-direction
1
answer
103
views
How to inverse N x M matrix in Go
asked
Nov 23, 2025
by
avibootz
go
go-inverse-matrix
inverse-matrix
1
answer
87
views
How to calculate the sum of all Fibonacci numbers between two left and right indices in Go
asked
Nov 23, 2025
by
avibootz
go
go-sum-fibonacci-numbers
sum-fibonacci-numbers
1
answer
111
views
How to initialize a matrix with random characters in Go
asked
Nov 22, 2025
by
avibootz
go
go-matrix-random-characters
matrix-random-characters
1
answer
102
views
How to create an M x N matrix with random numbers in Go
asked
Nov 22, 2025
by
avibootz
go
go-matrix-random-numbers
matrix-random-numbers
1
answer
131
views
How to generate all possible permutations and combinations of a slice of chars in Go
asked
Nov 22, 2025
by
avibootz
go
go-slice-all-permutations-combinations
all-permutations-combinations
1
answer
119
views
How to find the first 4-digit prime number where all digits are unique in Go
asked
Nov 21, 2025
by
avibootz
go
go-4-digit-prime-unique
4-digit-prime-unique
1
answer
141
views
How to generate a random integer from a range [0, N] that is not in a unique integer list with Go
asked
Nov 19, 2025
by
avibootz
go
go-random
go-random-excluding-list
random-excluding-list
1
answer
119
views
How to replace all occurrences of a specific digit in a floating-point number with Go
asked
Nov 18, 2025
by
avibootz
go
go-replace-all-occurrences-digit-float
replace-all-occurrences-digit-float
1
answer
110
views
How to calculate an angle of a right triangle given opposite and hypotenuse in Go
asked
Nov 18, 2025
by
avibootz
go
go-right-triangle-angle
right-triangle-angle
1
answer
155
views
How to replace a digit in a floating-point number by index with Go
asked
Nov 17, 2025
by
avibootz
go
go-replace-digit-float
replace-digit-float
1
answer
103
views
How to check whether each substring range (L to R) from an array of substring ranges is a palindrome in Go
asked
Nov 16, 2025
by
avibootz
go
go-substring-range-palindrome
substring-range-palindrome
1
answer
121
views
How to convert a slice of strings and group all the anagrams into subslices in Go
asked
Nov 15, 2025
by
avibootz
go
go-slice-anagram
group-anagrams
1
answer
137
views
How to get all the substrings with exactly k distinct characters from a given string in Go
asked
Nov 14, 2025
by
avibootz
go
go-substring
go-string
substrings-with-k-distinct-characters
1
answer
144
views
How to check if two strings are anagram (same letters different words) in Go
asked
Nov 13, 2025
by
avibootz
go
go-string-anagram
string-anagram
1
answer
129
views
How to find the Kth smallest number in an unsorted slice in Go
asked
Nov 12, 2025
by
avibootz
go
go-find-slice
go-find-k-smallest-number-unsorted-slice
find-k-smallest-number-unsorted-slice
1
answer
119
views
How to find a list of numbers up to a limit that is a palindrome in base 10 and base 2 in Go
asked
Nov 11, 2025
by
avibootz
go
go-bouble-base-palindrome
1
answer
107
views
How to check if a number is circular prime (cyclically rotate left will also be prime) in Go
asked
Nov 10, 2025
by
avibootz
go
go-circular-prime
1
answer
105
views
How to find all the numbers that are equal to the sum of the factorials of their digits in Go
asked
Nov 10, 2025
by
avibootz
go
go-numbers
go-factorials
1
answer
102
views
How to find the numbers that are the sum of fifth powers of their digits in Go
asked
Nov 9, 2025
by
avibootz
go
go-numbers
go-fifth-power
1
answer
123
views
How to find the floor and ceiling of the value N in an unsorted slice with Go
asked
Nov 8, 2025
by
avibootz
go
go-slice
go-floor
go-ceil
1
answer
97
views
How to find the longest increasing not sorted subsequence (LIS) of a sequence of numbers in Go
asked
Nov 7, 2025
by
avibootz
go
go-subsequence
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
25
next »
...