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
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
vbnet
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
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
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
42,037
questions
54,726
answers
573
users
Recent questions tagged rust
1
answer
59
views
How to calculate the Ethiopian multiplication in Rust
asked
Mar 17
by
avibootz
rust
rust-ethiopian-multiplication
ethiopian-multiplication
1
answer
63
views
How to calculate the percentage change between two values in Rust
asked
Mar 16
by
avibootz
rust
rust-percentage-change-between-two-values
percentage-change-between-two-values
1
answer
61
views
How to write the 7 Boom game. If a number is divided by 7 or includes the digit 7, the user writes Boom in Rust
asked
Mar 15
by
avibootz
rust
rust-7-boom-game
7-boom-game
1
answer
57
views
How to find the longest shared prefix among all words in a string with Rust
asked
Mar 14
by
avibootz
rust
rust-longest-shared-prefix-words-string
longest-shared-prefix-words-string
2
answers
71
views
How to group words in a string by the first N letters in Rust
asked
Mar 13
by
avibootz
rust
rust-group-words-string-first-n-letter
group-words-string-first-n-letter
1
answer
55
views
How to find the longest common prefix of all the words in a string with Rust
asked
Mar 12
by
avibootz
rust
rust-longest-common-prefix-all-words-string
longest-common-prefix-all-words-string
1
answer
51
views
How to split a string on multiple multi‑character delimiters (and keep them) in Rust
asked
Mar 10
by
avibootz
rust
rust-split-string-multiple-multi-character-delimiters
split-string-multiple-multi-character-delimiters
1
answer
53
views
How to split a string on multiple single‑character delimiters (and keep them) in Rust
asked
Mar 9
by
avibootz
rust
rust-split-string-multiple-single-character-delimiters
split-string-multiple-single-character-delimiters
1
answer
51
views
How to find missing alphabet characters from a string in Rust
asked
Mar 8
by
avibootz
rust
rust-missing-alphabet-characters-string
missing-alphabet-characters-string
1
answer
49
views
How to remove all adjacent duplicate characters from a string until no more can be removed in Rust
asked
Mar 7
by
avibootz
rust
rust-remove-adjacent-duplicate-characters-string
remove-adjacent-duplicate-characters-string
1
answer
60
views
How to reverse only the alphabetic characters in a string, keeping other characters in place with Rust
asked
Mar 6
by
avibootz
rust
rust-reverse-only-alphabetic-characters
reverse-only-alphabetic-characters
1
answer
56
views
How to find the longest word in a string with Rust
asked
Mar 3
by
avibootz
rust
rust-string
rust-longest-word-in-string
longest-word-in-string
1
answer
51
views
How to check if a string contains only 0 and 1 and is divisible by 7 in Rust
asked
Mar 1
by
avibootz
rust
rust-string-contains-only-0-and-1-is-divisible-by-7
string-contains-only-0-and-1-is-divisible-by-7
1
answer
48
views
How to check if every digit in a number appears only once in Rust
asked
Feb 27
by
avibootz
rust
rust-check-digits-number-appears-once
check-digits-number-appears-once
1
answer
48
views
How to check if a number is pandigital in Rust
asked
Feb 25
by
avibootz
rust
rust-check-number-pandigitaln
check-number-pandigitaln
1
answer
51
views
How to find all happy numbers in a specific range with Rust
asked
Feb 25
by
avibootz
rust
rust-find-happy-numbers-in-specific-range
find-happy-numbers-in-specific-range
1
answer
57
views
How to check if a number is a happy number in Rust
asked
Feb 23
by
avibootz
rust
rust-check-if-number-is-happy-number
check-if-number-is-happy-number
1
answer
59
views
How to guarantee a 64‑bit integer across platforms in Rust
asked
Feb 23
by
avibootz
rust
rust-guarantee-64-bit-integer-across-platforms
guarantee-64-bit-integer-across-platforms
2
answers
76
views
How to remove newlines from a string Rust
asked
Feb 22
by
avibootz
rust
rust-remove-newlines-from-string
remove-newlines-from-string
1
answer
60
views
How to convert a number to any base in Rust
asked
Feb 21
by
avibootz
rust
rust-convert-number-to-any-base
convert-number-to-any-base
1
answer
69
views
How to remove the last n occurrences of a substring in a string in Rust
asked
Feb 16
by
avibootz
rust
rust-remove-last-n-occurrences-substring-string
remove-last-n-occurrences-substring-string
1
answer
51
views
How to find the length of the shortest word in a string with Rust
asked
Feb 12
by
avibootz
rust
rust-length-shortest-word-in-string
length-shortest-word-in-string
1
answer
61
views
How to find the shortest identical consecutive subvector in an vector with Rust
asked
Feb 9
by
avibootz
rust
rust-shortest-identical-consecutive-subvector
shortest-identical-consecutive-subvector
1
answer
56
views
How to move the n word to the end of a string in Rust
asked
Feb 6
by
avibootz
rust
rust-move-n-word-to-end-of-string
move-n-word-to-end-of-string
1
answer
75
views
How to move the first word to the end of a string in Rust
asked
Feb 5
by
avibootz
rust
rust-move-first-word-to-end-of-string
move-first-word-to-end-of-string
1
answer
48
views
How to move a word to the end of a string in Rust
asked
Feb 5
by
avibootz
rust
rust-move-word-to-end-of-string
move-word-to-end-of-string
2
answers
78
views
How to multiply every N consecutive items in a vector with Rust
asked
Feb 2
by
avibootz
rust
rust-multiply-every-n-of-consecutive-items-in-vector
multiply-every-n-of-consecutive-items-in-vector
1
answer
62
views
How to create a vector of dates between a start and end date in Rust
asked
Jan 31
by
avibootz
rust
rust-create-vector-of-dates
create-vector-of-dates
1
answer
60
views
How to sort a vector of structs by multiple columns in Rust
asked
Jan 29
by
avibootz
rust
rust-sort-vector-of-structs-by-multiple-columns
sort-vector-of-structs-by-multiple-columns
1
answer
55
views
How to generate non‑overlapping random ranges (start,end),(start,end) in Rust
asked
Jan 28
by
avibootz
rust
rust-generate-non-overlapping-random-ranges
generate-non-overlapping-random-ranges
1
answer
63
views
How to merge overlapping ranges (start,end),(start,end) in Rust
asked
Jan 26
by
avibootz
rust
rust-merge-overlapping-ranges
merge-overlapping-ranges
1
answer
63
views
How to merge two strings based on shared suffix and prefix in Rust
asked
Jan 24
by
avibootz
rust
rust-merge-two-strings
merge-two-strings-based-on-shared-suffix-and-prefix
1
answer
59
views
How to sort by strings a mixed pair of string and number elements in a vector with Rust
asked
Jan 23
by
avibootz
rust
rust-sort-vector
sort-by-strings-mixed-pair-of-string-number-elements-in-vector
1
answer
63
views
How to sort by numbers a mixed pair of string and number elements in a vector with Rust
asked
Jan 23
by
avibootz
rust
rust-sort-vector
sort-by-numbers-mixed-pair-of-string-number-elements-in-vector
1
answer
56
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
57
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
74
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
54
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
57
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
76
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
58
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
63
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
67
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
79
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
70
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
48
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
77
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
63
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
71
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
89
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
Page:
« prev
1
2
3
4
5
6
7
8
...
22
next »
...