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
sql
winapi
mysql
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
remove-last-occurrence-word-string
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
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
39,954
questions
51,896
answers
573
users
Recent questions tagged RUST
1
answer
69
views
How to get the last word from a string in Rust
asked
Jan 4, 2025
by
avibootz
rust
1
answer
95
views
How to insert the English alphabet into a vector in Rust
asked
Jan 4, 2025
by
avibootz
rust
1
answer
78
views
How to print number as hex value in Rust
asked
Jan 3, 2025
by
avibootz
rust
2
answers
115
views
How to convert a 16-bit number between big-endian and little-endian values in Rust
asked
Jan 3, 2025
by
avibootz
rust
1
answer
59
views
How to check if character is letter in Rust
asked
Jan 2, 2025
by
avibootz
rust
1
answer
73
views
How to calculate the surface area of a pyramid in Rust
asked
Jan 1, 2025
by
avibootz
rust
1
answer
114
views
How to check if a string contains only English letters in Rust
asked
Dec 31, 2024
by
avibootz
rust
1
answer
91
views
How to generate 5 digits random numbers in Rust
asked
Dec 29, 2024
by
avibootz
rust
1
answer
83
views
How to get the index of the first instance of a character in a string with Rust
asked
Dec 29, 2024
by
avibootz
rust
1
answer
87
views
How to replace the last occurrence of a substring in a string with Rust
asked
Dec 28, 2024
by
avibootz
rust
1
answer
55
views
How to create an empty and growable String in Rust
asked
Dec 27, 2024
by
avibootz
rust
1
answer
75
views
How to declare variable with datatype in rust
asked
Dec 27, 2024
by
avibootz
rust
1
answer
74
views
How to find the largest and the smallest word in a string with Rust
asked
Dec 27, 2024
by
avibootz
rust
1
answer
89
views
How to generate the lowercase and uppercase English alphabet letters in Rust
asked
Dec 27, 2024
by
avibootz
rust
1
answer
79
views
How to generate random lowercase letters in Rust
asked
Dec 27, 2024
by
avibootz
rust
1
answer
58
views
How to convert a vector to string in Rust
asked
Dec 25, 2024
by
avibootz
rust
1
answer
52
views
How to find the maximum sum of a subarray in Rust
asked
Dec 25, 2024
by
avibootz
rust
1
answer
60
views
How to repeat a string n times in Rust
asked
Dec 23, 2024
by
avibootz
rust
1
answer
71
views
How to generate a random password in Rust
asked
Dec 22, 2024
by
avibootz
rust
2
answers
115
views
How to calculate PI value with acos() function in Rust
asked
Dec 20, 2024
by
avibootz
rust
1
answer
77
views
How to create a countdown seconds timer in Rust
asked
Dec 19, 2024
by
avibootz
rust
1
answer
76
views
How to find the longest string in an array of strings with Rust
asked
Dec 18, 2024
by
avibootz
rust
1
answer
79
views
How to implement recursive binary search in Rust
asked
Dec 13, 2024
by
avibootz
rust
1
answer
74
views
How to implement binary search algorithm in Rust
asked
Dec 13, 2024
by
avibootz
rust
1
answer
70
views
How to get the index of the last instance of a character in a string with Rust
asked
Dec 11, 2024
by
avibootz
rust
1
answer
95
views
How to count the number of set bits in an integer in Rust
asked
Dec 10, 2024
by
avibootz
rust
1
answer
104
views
How to remove all digits from a string using regex in Rust
asked
Dec 10, 2024
by
avibootz
rust
1
answer
100
views
How to merge two vectors without duplicate items in Rust
asked
Dec 9, 2024
by
avibootz
rust
1
answer
86
views
How to find the uncommon elements from two arrays in Rust
asked
Dec 8, 2024
by
avibootz
rust
1
answer
92
views
How to get the first x leftmost digits of an integer number in Rust
asked
Dec 8, 2024
by
avibootz
rust
2
answers
97
views
How to get the current date and time with milliseconds accuracy in Rust
asked
Dec 6, 2024
by
avibootz
rust
1
answer
74
views
How to get current time in seconds and milliseconds since Unix Epoch with Rust
asked
Dec 6, 2024
by
avibootz
rust
1
answer
65
views
How to calculate the volume of a box in Rust
asked
Dec 5, 2024
by
avibootz
rust
1
answer
97
views
How to remove the middle word from a string in Rust
asked
Dec 4, 2024
by
avibootz
rust
rust-remove-middle-word-string
remove-middle-word-string
1
answer
106
views
How to replace comma (,) with semicolon (;) in a string with Rust
asked
Dec 3, 2024
by
avibootz
rust
1
answer
77
views
How to find the first repeated character in a string with Rust
asked
Dec 2, 2024
by
avibootz
rust
1
answer
111
views
How to convert an ASCII character into a hex value in Rust
asked
Dec 1, 2024
by
avibootz
rust
1
answer
94
views
How to print the characters need to be removed so that two strings become anagram in Rust
asked
Nov 30, 2024
by
avibootz
rust
1
answer
84
views
How to find the most repeated character in a string with Rust
asked
Nov 30, 2024
by
avibootz
rust
1
answer
87
views
How to find the second most frequent character in a string with Rust
asked
Nov 29, 2024
by
avibootz
rust
1
answer
96
views
How to check if two strings have the same words in different order with Rust
asked
Nov 29, 2024
by
avibootz
rust
2
answers
113
views
How to find the most common pair of characters in a string with Rust
asked
Nov 28, 2024
by
avibootz
rust
1
answer
94
views
How to declare and initialize a matrix with zeros in Rust
asked
Nov 27, 2024
by
avibootz
rust
1
answer
97
views
How to create a vector of N constant value with a specific size in Rust
asked
Nov 27, 2024
by
avibootz
rust
1
answer
93
views
How to create a vector of zeros with a specific size in Rust
asked
Nov 27, 2024
by
avibootz
rust
1
answer
104
views
How to declare, initialize and print a 2D array (matrix) in Rust
asked
Nov 26, 2024
by
avibootz
rust
1
answer
101
views
How to remove a pair of the same adjacent characters from a string in Rust
asked
Nov 26, 2024
by
avibootz
rust
1
answer
74
views
How to find the characters that a string consists of in Rust
asked
Nov 25, 2024
by
avibootz
rust
1
answer
77
views
How to trim punctuation in Rust
asked
Nov 23, 2024
by
avibootz
rust
1
answer
64
views
How to calculate the next multiple of 10 in Rust
asked
Nov 22, 2024
by
avibootz
rust
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
20
next »
...