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
groovy
win32
sql
mysql
winapi
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
inverse-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
39,726
questions
51,615
answers
573
users
Recent questions tagged rust
1
answer
9
views
How to merge overlapping ranges (start,end),(start,end) in Rust
asked
1 day
ago
by
avibootz
rust
rust-merge-overlapping-ranges
merge-overlapping-ranges
1
answer
12
views
How to merge two strings based on shared suffix and prefix in Rust
asked
3 days
ago
by
avibootz
rust
rust-merge-two-strings
merge-two-strings-based-on-shared-suffix-and-prefix
1
answer
12
views
How to sort by strings a mixed pair of string and number elements in a vector with Rust
asked
4 days
ago
by
avibootz
rust
rust-sort-vector
sort-by-strings-mixed-pair-of-string-number-elements-in-vector
1
answer
9
views
How to sort by numbers a mixed pair of string and number elements in a vector with Rust
asked
4 days
ago
by
avibootz
rust
rust-sort-vector
sort-by-numbers-mixed-pair-of-string-number-elements-in-vector
1
answer
17
views
How to check if a string is IPv4 or IPv6 or invalid in Rust
asked
Jan 20
by
avibootz
rust
rust-check-if-string-is-ipv4-or-ipv6-or-invalid
check-if-string-is-ipv4-or-ipv6-or-invalid
1
answer
17
views
How to print a calendar for a specific month and year in Rust
asked
Jan 18
by
avibootz
rust
rust-print-calendar-for-specific-month-and-year
print-calendar-for-specific-month-and-year
1
answer
21
views
How to print the calendar for a specific year in Rust
asked
Jan 17
by
avibootz
rust
rust-print-calendar-for-specific-year
print-calendar-for-specific-year
1
answer
18
views
How to group words by first letter in Rust
asked
Jan 17
by
avibootz
rust
rust-group-words-by-first-letter
group-words-by-first-letter
1
answer
24
views
How to extract only words with first-letter lowercase from a string in Rust
asked
Jan 16
by
avibootz
rust
rust-extract-words-with-first-letter-lowercase-from-string
extract-words-with-first-letter-lowercase-from-string
1
answer
26
views
How to find the volume of a capsule in Rust
asked
Jan 12
by
avibootz
rust
rust-find-volume-of-capsule
find-volume-of-capsule
1
answer
28
views
How to implement ternary search to find a value in a sorted list with Rust
asked
Jan 12
by
avibootz
rust
rust-implement-ternary-search-to-find-value-in-sorted-array
implement-ternary-search-to-find-value-in-sorted-array
1
answer
25
views
How to convert a character (flatten) matrix to a single string in Rust
asked
Jan 10
by
avibootz
rust
rust-convert-character-matrix-to-single-string
convert-character-matrix-to-single-string
flatten_char_matrix
1
answer
21
views
How to convert a specific column of a decimal matrix to a string in Rust
asked
Jan 9
by
avibootz
rust
rust-convert-specific-column-decimal-matrix-to-string
convert-specific-column-decimal-matrix-to-string
1
answer
24
views
How to check if each letter in a string maps to the first letter of a word in another string with Rust
asked
Jan 6
by
avibootz
rust
rust-each-letter-string-maps-first-letter-word-another-string
each-letter-string-maps-first-letter-word-another-string
1
answer
23
views
How to check if a string can be constructed by using the letters of another string in Rust
asked
Jan 5
by
avibootz
rust
rust-string-constructed-letters-another-string
string-constructed-letters-another-string
1
answer
18
views
How to product of array except self (arr[i] is equal to the product of all the elements except arr[i]) in Rust
asked
Jan 3
by
avibootz
rust
rust-product-array-except-self-arr_i
product-array-except-self-arr_i
2
answers
32
views
How to convert days into human-readable years, months and days in Rust
asked
Jan 1
by
avibootz
rust
rust-days-to-human-readable-years-months-days
days-to-human-readable-years-months-days
1
answer
31
views
How to convert days into human-readable weeks and days in Rust
asked
Dec 31, 2025
by
avibootz
rust
rust-convert-days-human-readable-weeks-days
convert-days-human-readable-weeks-days
1
answer
29
views
How to clear bits in the given range in Rust
asked
Dec 30, 2025
by
avibootz
rust
rust-clear-bits-given-range
clear-bits-given-range
1
answer
27
views
How to get the square root rounded down to the nearest integer of a positive integer in Rust
asked
Dec 29, 2025
by
avibootz
rust
rust-square-root-rounded-down-to-nearest-integer
square-root-rounded-down-to-nearest-integer
1
answer
28
views
How to get the 4 least significant bits in a byte with Rust
asked
Dec 28, 2025
by
avibootz
rust
rust-get-4-least-significant-bits-byte
get-4-least-significant-bits-byte
2
answers
34
views
How to check whether a user string contains any forbidden words from a list in Rust
asked
Dec 27, 2025
by
avibootz
rust
rust-check-user-string-contains-forbidden-words
check-user-string-contains-forbidden-words
1
answer
21
views
How to find a pair with maximum product from int array in Rust
asked
Dec 26, 2025
by
avibootz
rust
rust-pair-maximum-product-array
pair-maximum-product-array
1
answer
27
views
How to reverse the middle words of a string in Rust
asked
Dec 25, 2025
by
avibootz
rust
rust-reverse-middle-words-string
reverse-middle-words-string
1
answer
33
views
How to delete the middle element from a vector in Rust
asked
Dec 24, 2025
by
avibootz
rust
rust-delete-middle-element-vector
delete-middle-element-vector
1
answer
36
views
How to check if the sum of two halves of a number is equal in Rust
asked
Dec 23, 2025
by
avibootz
rust
rust-sum-two-halves-number-equal
sum-two-halves-number-equal
1
answer
30
views
How to check if two halves of a number are equal in Rust
asked
Dec 22, 2025
by
avibootz
rust
rust-two-halves-number-equal
two-halves-number-equal
1
answer
30
views
How to check if two equal-length strings are at least 50% equal in Rust
asked
Dec 21, 2025
by
avibootz
rust
rust-two-equal-length-strings-at-least-50-percent-equal
two-equal-length-strings-at-least-50-percent-equal
2
answers
52
views
How to check if two strings are isomorphic in Rust
asked
Dec 19, 2025
by
avibootz
rust
rust-check-two-strings-isomorphic
check-two-strings-isomorphic
1
answer
40
views
How to remove text between parentheses in a string using Rust
asked
Dec 18, 2025
by
avibootz
rust
rust-remove-text-between-parentheses-in-string
remove-text-between-parentheses-in-string
1
answer
49
views
How to extend a vector with another vector in Rust
asked
Dec 15, 2025
by
avibootz
rust
rust-extend-vector-another-vector
extend-vector-another-vector
1
answer
47
views
How to calculate the area of a triangle using Heron’s formula in Rust
asked
Dec 15, 2025
by
avibootz
rust
rust-area-triangle-herons-formula
area-triangle-herons-formula
1
answer
34
views
How to get the number of the day from the beginning of the year to a given date in Rust
asked
Dec 13, 2025
by
avibootz
rust
rust-number-day-beginning-year
number-day-beginning-year
1
answer
38
views
How to move all special characters to the beginning of a string in Rust
asked
Dec 12, 2025
by
avibootz
rust
rust-move-special-characters-beginning-string
move-special-characters-beginning-string
1
answer
42
views
How to find the missing number in a list containing numbers from 1 to n in O(1) time complexity with Rust
asked
Dec 11, 2025
by
avibootz
rust
rust-missing-number-array-o1-time-complexity
missing-number-array-o1-time-complexity
1
answer
45
views
How to convert Base64 to a JSON string in Rust
asked
Dec 8, 2025
by
avibootz
rust
rust-base64-to-json-string
base64-to-json-string
1
answer
36
views
How to calculate time if we have the distance and speed (kilometers per hour) in Rust
asked
Dec 6, 2025
by
avibootz
rust
rust-calculate-time-distance-speed
calculate-time-distance-speed
1
answer
48
views
How to shift letters in a string x times by giving a vector of shifts in Rust
asked
Dec 4, 2025
by
avibootz
rust
rust-shift-letters-string-vector-shifts
shift-letters-string-vector-shifts
1
answer
41
views
How to convert a Roman number to an integer in Rust
asked
Dec 3, 2025
by
avibootz
rust
rust-roman-integer
roman-integer
1
answer
42
views
How to format an array of strings in lines with maxWidth without breaking the words in Rust
asked
Dec 2, 2025
by
avibootz
rust
rust-format-array-strings-lines-maxwidth
format-array-strings-lines-maxwidth
1
answer
40
views
How to convert an integer to Roman numerals in Rust
asked
Dec 2, 2025
by
avibootz
rust
rust-integer-roman-numerals
integer-roman-numerals
1
answer
44
views
How to check if the last index of a vector is reachable by jumping based on element values from index 0 in Rust
asked
Dec 1, 2025
by
avibootz
rust
rust-last-index-vector-jumping-by-elements-value
last-index-vector-jumping-by-elements-value
1
answer
34
views
How to merge two sorted vectors in Rust
asked
Nov 30, 2025
by
avibootz
rust
rust-merge-two-sorted-vectors
merge-two-sorted-vectors
1
answer
40
views
How to find two prime numbers that, when concatenated, form another prime number in Rust
asked
Nov 28, 2025
by
avibootz
rust
rust-prime-concatenate
prime-concatenate
1
answer
40
views
How to generate an N-digit integer random number in Rust
asked
Nov 27, 2025
by
avibootz
rust
rust-n-digit-integer-random
n-digit-integer-random
1
answer
31
views
How to select random two digits from anywhere in a number with Rust
asked
Nov 26, 2025
by
avibootz
rust
rust-random-two-anywhere-digits
random-two-anywhere-digits
1
answer
30
views
How to select random two consecutive digits from a number in Rust
asked
Nov 26, 2025
by
avibootz
rust
rust-random-two-consecutive-digits
random-two-consecutive-digits
1
answer
41
views
How to convert a degree to a compass direction in Rust
asked
Nov 24, 2025
by
avibootz
rust
rust-degree-compass-direction
degree-compass-direction
1
answer
40
views
How to inverse N x M matrix in Rust
asked
Nov 23, 2025
by
avibootz
rust
rust-inverse-matrix
inverse-matrix
1
answer
42
views
How to calculate the sum of all Fibonacci numbers between two left and right indices in Rust
asked
Nov 23, 2025
by
avibootz
rust
rust-sum-fibonacci-numbers
sum-fibonacci-numbers
Page:
1
2
3
4
5
6
...
19
next »
...