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
split-string-into-array-by-delimiter
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
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
42,943
questions
55,787
answers
573
users
Recent questions tagged RUST
1
answer
2
views
How to find the N most frequent non‑stopwords in a text in Rust
asked
1 hour
ago
by
avibootz
rust
rust-n-most-frequent-non-stopwords-text
n-most-frequent-non-stopwords-text
1
answer
7
views
How to find the starting index of all occurrences of a word in a string in Rust
asked
1 day
ago
by
avibootz
rust
rust-find-starting-index-all-occurrences-word-string
find-starting-index-all-occurrences-word-string
2
answers
11
views
How to split a string into words in Rust
asked
2 days
ago
by
avibootz
rust
rust-split-string
rust-split-string-into-words
split-string-into-words
1
answer
19
views
How to convert any digital storage unit into all others (B, KB, MB, GB, TB, PB, EB, ZB, YB) in Rust
asked
3 days
ago
by
avibootz
rust
rust-convert-any-digital-storage-unit-into-all-others
convert-any-digital-storage-unit-into-all-others
1
answer
19
views
How to write the Tic-Tac-Toe game in Rust
asked
4 days
ago
by
avibootz
rust
rust-tic-tac-toe-game
tic-tac-toe-game
1
answer
33
views
How to generate a random RGBA color and opacity in Rust
asked
6 days
ago
by
avibootz
rust
rust-generate-random-rgba-color-opacity
generate-random-rgba-color-opacity
1
answer
34
views
How to generate a series of unique HEX colors in Rust
asked
Aug 24
by
avibootz
rust
rust-generate-series-unique-hex-colors
generate-series-unique-hex-colors
2
answers
95
views
How to print the numbers 0 to 31 by changing 1 bit each time in Rust
asked
Aug 22
by
avibootz
rust
rust-print-0-31-changing-1-bit-each-time
print-0-31-changing-1-bit-each-time
1
answer
48
views
How to generate N random 1s in a zero-based matrix with Rust
asked
Aug 20
by
avibootz
rust
rust-generate-n-random-1-zero-based-matrix
generate-n-random-1-zero-based-matrix
1
answer
41
views
How to find all sequences of consecutive prime numbers whose sum equals N in Rust
asked
Aug 20
by
avibootz
rust
rust-all-sequences-consecutive-prime-numbers-sum-equal-n
all-sequences-consecutive-prime-numbers-sum-equal-n
1
answer
49
views
How to print the first 100 prime numbers in Rust
asked
Aug 18
by
avibootz
rust
rust-print-first-100-prime-numbers
print-first-100-prime-numbers
1
answer
59
views
How to initialize a vector with a range of numbers in Rust
asked
Aug 18
by
avibootz
rust
rust-initialize-vector-range-of-numbers
initialize-vector-range-of-numbers
1
answer
61
views
How to do modulo multiplication for 64‑bit values without using BigInteger in Rust
asked
Aug 16
by
avibootz
rust
rust-modulo-multiplication-64-bit-values-without-biginteger
modulo-multiplication-64-bit-values-without-biginteger
1
answer
77
views
How to remove every N‑th element from a vector in Rust
asked
Aug 15
by
avibootz
rust
rust-remove-every-n-element-vector
remove-every-n-element-vector
1
answer
71
views
How to build sparse array in Rust
asked
Aug 15
by
avibootz
rust
rust-build-sparse-array
build-sparse-array
1
answer
72
views
How to get the first N digits of a BigInteger in Rust
asked
Aug 14
by
avibootz
rust
rust-get-first-n-digits-biginteger
get-first-n-digits-biginteger
2
answers
91
views
How to count the number of digits in an integer with Rust
asked
Aug 13
by
avibootz
rust
rust-count-digits-integer
count-digits-integer
1
answer
78
views
How to extract and sort numbers from a string containing numbers and text in Rust
asked
Aug 13
by
avibootz
rust
rust-extract-sort-numbers-string
extract-sort-numbers-string
1
answer
72
views
How to find the N smallest values in a 2D vector in Rust
asked
Aug 10
by
avibootz
rust
rust-find-n-smallest-values-2d-vector
find-n-smallest-values-2d-vector
1
answer
71
views
How to sort an array with a single loop in Rust
asked
Aug 8
by
avibootz
rust
rust-sort-array-with-single-loop
sort-array-with-single-loop
1
answer
68
views
How to remove extra whitespace from a string in Rust
asked
Aug 8
by
avibootz
rust
rust-remove-extra-whitespace-string
remove-extra-whitespace-string
1
answer
79
views
How to calculate the distance between two latitude-longitude points in Rust
asked
Aug 7
by
avibootz
rust
rust-distance-between-two-latitude-longitude-points
distance-between-two-latitude-longitude-points
1
answer
75
views
How to convert a decimal to i64 in Rust
asked
Aug 6
by
avibootz
rust
rust-rust-convert-to-i64
rust-convert-to-i64
1
answer
69
views
How to remove duplicate words with Unicode characters from free‑text in Rust
asked
Aug 4
by
avibootz
rust
rust-remove-duplicate-words-unicode-free-text
remove-duplicate-words-unicode-free-text
1
answer
70
views
How to remove duplicate words from free‑text in Rust
asked
Aug 3
by
avibootz
rust
rust-remove-duplicate-words-from-free-text
remove-duplicate-words-from-free-text
1
answer
74
views
How to remove duplicate case‑insensitive words separated by multiple delimiters from a string in Rust
asked
Aug 2
by
avibootz
rust
rust-remove-duplicate-case-insensitive-words-multiple-delimiters-from-string
remove-duplicate-case-insensitive-words-multiple-delimiters-from-string
1
answer
71
views
How to perform high‑performance reversible text compression using a word dictionary in Rust
asked
Aug 1
by
avibootz
rust
rust-text-compression-using-word-dictionary
text-compression-using-word-dictionary
1
answer
80
views
How to traverse a slice from both sides at the same time in Rust
asked
Jul 31
by
avibootz
rust
rust-string-traverse-slice-both-sides-same-time
traverse-slice-both-sides-same-time
1
answer
75
views
How to generate random Powerball lottery numbers (pick 5 numbers from 1-69 + 1 Powerball from 1-26) in Rust
asked
Jul 30
by
avibootz
rust
rust-generate-random-powerball-lottery-numbers-5-of-1-69-and-1-of-1-26
generate-random-powerball-lottery-numbers-5-of-1-69-and-1-of-1-26
1
answer
71
views
How to compute the total number of Powerball lottery combinations (5 out of 99 and 1 out of 26) in Rust
asked
Jul 29
by
avibootz
rust
rust-compute-total-number-powerball-lottery-combinations-5-99-and-1-26
compute-total-number-powerball-lottery-combinations-5-99-and-1-26
1
answer
69
views
How to generate random lottery numbers for 6 numbers out of 37 and 1 power number out of 7 in Rust
asked
Jul 28
by
avibootz
rust
rust-generate-random-lottery-numbers-for-6-out-of-37-power-1-out-of-7
generate-random-lottery-numbers-for-6-out-of-37-power-1-out-of-7
1
answer
64
views
How to compute the total number of lottery combinations for choosing 6 out of 37 and 1 power out of 7 in Rust
asked
Jul 27
by
avibootz
rust
rust-total-lottery-combinations-choosing-6-out-of-37-power-1-out-of-7
total-lottery-combinations-choosing-6-out-of-37-power-1-out-of-7
1
answer
67
views
How to divide a given amount into bills (banknotes) and coins in Rust
asked
Jul 26
by
avibootz
rust
rust-divide-given-amount-into-bills-coins
divide-given-amount-into-bills-coins
1
answer
80
views
How to find the Nth set bit in a 32‑bit integer with Rust
asked
Jul 25
by
avibootz
rust
rust-find-n-set-bit-in-32-bit-integer
find-n-set-bit-in-32-bit-integer
1
answer
89
views
How to convert a decimal number to a rational number in Rust
asked
Jul 23
by
avibootz
rust
rust-convert-decimal-number-to-rational-number
convert-decimal-number-to-rational-number
1
answer
77
views
How to round an integer up to the nearest multiple of 'multiple' in Rust
asked
Jul 22
by
avibootz
rust
rust-round
rust-round-integer-up-nearest-multiple-of-multiple
round-integer-up-nearest-multiple-of-multiple
1
answer
82
views
How to find the minimal possible sum of two distinct elements in a vector with Rust
asked
Jul 21
by
avibootz
rust
rust-minimal-sum-two-elements-vector
minimal-sum-two-elements-vector
1
answer
70
views
How to split a 32‑bit integer into its four bytes in Rust
asked
Jul 20
by
avibootz
rust
rust-split-32-bit-integer-into-four-bytes
split-32-bit-integer-into-four-bytes
1
answer
83
views
How to split a number N into M random positive parts whose sum is exactly N in Rust
asked
Jul 19
by
avibootz
rust
rust-split-number-n-into-m-random-parts-whose-sum-is-n
split-number-n-into-m-random-parts-whose-sum-is-n
1
answer
89
views
How to determine whether two axis‑aligned rectangles overlap in Rust
asked
Jul 18
by
avibootz
rust
rust-determine-whether-two-axis-aligned-rectangles-overlap
determine-whether-two-axis-aligned-rectangles-overlap
1
answer
98
views
How to generate 3 no-digit repeated random integers, each with distinct digits in Rust
asked
Jul 17
by
avibootz
rust
rust-generate-3-no-digit-repeated-random-integers-each-with-distinct-digits
generate-3-no-digit-repeated-random-integers-each-with-distinct-digits
1
answer
91
views
How to generate N random integers, each with distinct digits and exact length L in Rust
asked
Jul 16
by
avibootz
rust
rust-generate-n-random-integers-with-distinct-digits-and-length-l
generate-n-random-integers-with-distinct-digits-and-length-l
1
answer
84
views
How to generate a UUID (Universally Unique Identifier) in Rust
asked
Jul 15
by
avibootz
rust
rust-generate-uuid
generate-uuid
1
answer
77
views
How to sort a string in the order: lowercase letters - uppercase letters - odd digits - even digits in Rust
asked
Jul 14
by
avibootz
rust
rust-sort-string-order-lowercase-uppercase-odd-even
sort-string-order-lowercase-uppercase-odd-even
1
answer
89
views
How to create an alphabet rangoli (geometric and character pattern) of size N in Rust
asked
Jul 13
by
avibootz
rust
rust-create-alphabet-rangoli
create-alphabet-rangoli
1
answer
80
views
How to wrap a string into lines of width w in Rust
asked
Jul 11
by
avibootz
rust
rust-wrap-string-into-lines-width-w
wrap-string-into-lines-width-w
1
answer
88
views
How to compute the day of the week for January 1st of any given year in Rust
asked
Jul 11
by
avibootz
rust
rust-day-of-week-january-1st-any-given-year
day-of-week-january-1st-any-given-year
1
answer
82
views
How to get common letters that appear in every word in a list of words with Rust
asked
Jul 10
by
avibootz
rust
rust-common-letters-every-word-list-words
common-letters-every-word-list-words
1
answer
77
views
How to find the length of the longest common subsequence (LCS) in two strings with Rust
asked
Jul 9
by
avibootz
rust
rust-length-longest-common-subsequence-lcs-two-strings
length-longest-common-subsequence-lcs-two-strings
1
answer
85
views
How to encode and decode any string into Base‑36 in Rust
asked
Jul 7
by
avibootz
rust
rust-encode-decode-string-base-36
encode-decode-string-base-36
Page:
1
2
3
4
5
6
...
23
next »
...