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
winapi
sql
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 c#
40,026
questions
51,982
answers
573
users
Recent questions tagged c#
1
answer
136
views
How to count and print triplets from an array with sum smaller than a given value in C#
asked
Sep 16, 2022
by
avibootz
c#
1
answer
133
views
How to calculate the difference between two time periods in C#
asked
Sep 15, 2022
by
avibootz
c#
1
answer
130
views
How to multiply two matrices (matrix) in C#
asked
Sep 15, 2022
by
avibootz
c#
c#-matrix
1
answer
99
views
How to print a given matrix in spiral form with C#
asked
Sep 13, 2022
by
avibootz
c#
c#-matrix
1
answer
102
views
How to shift array elements to left by one position in C#
asked
Sep 11, 2022
by
avibootz
c#
2
answers
138
views
How to rearrange a given sorted array in maximum minimum form with C#
asked
Sep 9, 2022
by
avibootz
c#
1
answer
94
views
How to check if a string can be rearranged as palindrome in C#
asked
Sep 8, 2022
by
avibootz
c#
3
answers
199
views
How to break out of nested for loops in C#
asked
Sep 7, 2022
by
avibootz
c#
1
answer
135
views
How to find all combinations of three elements in an array whose sum is equal to N in C#
asked
Sep 7, 2022
by
avibootz
c#
1
answer
93
views
How to find the combination of three elements in an array whose sum is equal to N in C#
asked
Sep 6, 2022
by
avibootz
c#
1
answer
98
views
How to find all repeating characters in a string with C#
asked
Sep 4, 2022
by
avibootz
c#
1
answer
83
views
How to find the first repeated character in a string with C#
asked
Sep 4, 2022
by
avibootz
c#
1
answer
111
views
How to find all non repeating characters in a string with C#
asked
Sep 4, 2022
by
avibootz
c#
1
answer
160
views
How to convert string with numbers to int array in C#
asked
Sep 3, 2022
by
avibootz
c#
1
answer
119
views
How to sort an array of numeric strings in descending order with C#
asked
Sep 3, 2022
by
avibootz
c#
1
answer
130
views
How to sort an array of numeric strings in ascending order with C#
asked
Sep 2, 2022
by
avibootz
c#
1
answer
89
views
How to find the second most frequent character in a string with C#
asked
Aug 31, 2022
by
avibootz
c#
1
answer
95
views
How to find the number occurring an odd number of times in an array with C#
asked
Aug 31, 2022
by
avibootz
c#
c#-find-number-occurring-odd-number-of-times-in-array
find-number-occurring-odd-number-of-times-in-array
1
answer
87
views
How to find all elements (leaders) in an array that are greater than all elements to their right in C#
asked
Aug 30, 2022
by
avibootz
c#
1
answer
88
views
How to find the maximum repeating item in a list with C#
asked
Aug 29, 2022
by
avibootz
c#
2
answers
119
views
How to find the maximum repeating number in array with C#
asked
Aug 28, 2022
by
avibootz
c#
1
answer
85
views
How to arrange even first and odd after in array with C#
asked
Aug 28, 2022
by
avibootz
c#
2
answers
100
views
How to sum the numbers in string with C#
asked
Aug 27, 2022
by
avibootz
c#
1
answer
116
views
How to swap pairs of characters in a string with C#
asked
Aug 26, 2022
by
avibootz
c#
1
answer
118
views
How to find minimum distance between two numbers in an array with C#
asked
Aug 24, 2022
by
avibootz
c#
1
answer
104
views
How to reverse a string without affecting special characters in C#
asked
Aug 23, 2022
by
avibootz
c#
5
answers
278
views
How to swap two numbers in C#
asked
Aug 22, 2022
by
avibootz
c#
1
answer
108
views
How to move all negative elements to the beginning of array in C#
asked
Aug 22, 2022
by
avibootz
c#
1
answer
108
views
How to count the number of strictly increasing subarrays in an array with C#
asked
Aug 21, 2022
by
avibootz
c#
1
answer
136
views
How to print all distinct 4 elements from an array that have the same given sum in C#
asked
Aug 20, 2022
by
avibootz
c#
1
answer
97
views
How to find the minimum product among all combinations of triplets in an array with C#
asked
Aug 19, 2022
by
avibootz
c#
1
answer
109
views
How to find the min and max value in an array with C#
asked
Aug 19, 2022
by
avibootz
c#
1
answer
104
views
How to check if an array contain consecutive integers in C#
asked
Aug 19, 2022
by
avibootz
c#
1
answer
111
views
How to find the minimum index of a repeating element in an array with C#
asked
Aug 18, 2022
by
avibootz
c#
1
answer
115
views
How to rearrange an array and set arr[i] to arr[arr[index]] to index in C#
asked
Aug 17, 2022
by
avibootz
c#
1
answer
90
views
How to rearrange an array and set arr[arr[index]] to index in C#
asked
Aug 16, 2022
by
avibootz
c#
1
answer
80
views
How to get the name of the day in C#
asked
Aug 16, 2022
by
avibootz
c#
1
answer
144
views
How to copy char array into another in C#
asked
Aug 15, 2022
by
avibootz
c#
1
answer
112
views
How to copy N characters from char array into another array in C#
asked
Aug 15, 2022
by
avibootz
c#
1
answer
102
views
How to group elements of an array based on their first occurrence in C#
asked
Aug 14, 2022
by
avibootz
c#
4
answers
109
views
How to use for statement in C#
asked
Aug 13, 2022
by
avibootz
c#
1
answer
111
views
How to use logical operators in C#
asked
Aug 13, 2022
by
avibootz
c#
1
answer
83
views
How to iterate over a set in C#
asked
Aug 11, 2022
by
avibootz
c#
1
answer
113
views
How to check if a set is a subset of another set in C#
asked
Aug 10, 2022
by
avibootz
c#
1
answer
119
views
How to remove leading and trailing characters from a string in C#
asked
Aug 8, 2022
by
avibootz
c#
1
answer
119
views
How to split a string on array of strings in C#
asked
Aug 7, 2022
by
avibootz
c#
1
answer
98
views
How to split a string on array of characters in C#
asked
Aug 7, 2022
by
avibootz
c#
1
answer
89
views
How to split a string on specific character in C#
asked
Aug 7, 2022
by
avibootz
c#
1
answer
127
views
How to convert list to queue in C#
asked
Aug 7, 2022
by
avibootz
c#
1
answer
132
views
How to convert array to queue in C#
asked
Aug 7, 2022
by
avibootz
c#
Page:
« prev
1
...
23
24
25
26
27
28
29
30
31
32
33
...
77
next »
...