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
win32
groovy
winapi
sql
vbnet
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
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
Disclosure:
My content contains affiliate links.
Recent questions tagged c#
41,593
questions
54,235
answers
573
users
Recent questions tagged c#
1
answer
97
views
How to find all words starts with @@ and ends with @@ in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
133
views
How to split a string and remove empty elements from result in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
136
views
How to match words that start with M and ends with e in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
119
views
How to match words that start with S in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
80
views
How to split string by word in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
162
views
How to split string words by punctuation in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
151
views
How to split string on backslash or forward slash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
125
views
How to split string on forward slash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
127
views
How to split string on backslash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
112
views
How to count the maximum consecutive set of numbers in an array with C#
asked
Oct 22, 2022
by
avibootz
c#
1
answer
195
views
How to add two stdin input numbers in C#
asked
Oct 20, 2022
by
avibootz
c#
1
answer
153
views
How to add two stdin input numbers using Linq in C#
asked
Oct 18, 2022
by
avibootz
c#
3
answers
187
views
How to check if year is leap year in C#
asked
Oct 16, 2022
by
avibootz
c#
1
answer
130
views
How to get all possible combinations from a list of numbers in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
120
views
How to get all possible combinations from an array of numbers in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
155
views
How to find all possible combinations of numbers from a list that equal to N in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
187
views
How to find all pairs in an array that equal to a given sum in C#
asked
Oct 10, 2022
by
avibootz
c#
1
answer
145
views
How to split a string into fixed length chunks in C#
asked
Oct 6, 2022
by
avibootz
c#
1
answer
131
views
How to divide a string into N equal parts with C#
asked
Oct 4, 2022
by
avibootz
c#
1
answer
135
views
How to print a string in N equal parts with C#
asked
Oct 4, 2022
by
avibootz
c#
1
answer
120
views
How to subtract two matrices (matrix) in C#
asked
Oct 3, 2022
by
avibootz
c#
1
answer
149
views
How to replace every element in array by multiplication of next and previous elements with C#
asked
Oct 2, 2022
by
avibootz
c#
1
answer
103
views
How to initialize a set with int array in C#
asked
Oct 1, 2022
by
avibootz
c#
1
answer
106
views
How to initialize a set with a list in C#
asked
Oct 1, 2022
by
avibootz
c#
3
answers
168
views
How to match a substring in a string ignoring case in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
153
views
How to case insensitive remove specific character from a string in C#
asked
Sep 30, 2022
by
avibootz
c#
3
answers
151
views
How to remove specific character from a string in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
126
views
How to make two strings anagram by removing characters in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
139
views
How to print the characters need to be removed so that two strings become anagram in C#
asked
Sep 29, 2022
by
avibootz
c#
1
answer
161
views
How to count the characters need to be removed so that two strings become anagram in C#
asked
Sep 28, 2022
by
avibootz
c#
1
answer
181
views
How to find the subarray whose sum is equal to a given number N in C#
asked
Sep 26, 2022
by
avibootz
c#
1
answer
147
views
How to find the row with maximum number of 1’s in sorted rows binary digits matrix with C#
asked
Sep 25, 2022
by
avibootz
c#
1
answer
139
views
How to convert char array into a single int in C#
asked
Sep 23, 2022
by
avibootz
c#
1
answer
161
views
How to find all common elements in given three sorted arrays with C#
asked
Sep 21, 2022
by
avibootz
c#
1
answer
125
views
How to find all pythagorean triples (a^2 + b^2 = c^2) from an array in C#
asked
Sep 21, 2022
by
avibootz
c#
1
answer
157
views
How to find two numbers from an array that are just smaller and just greater than N in C#
asked
Sep 19, 2022
by
avibootz
c#
1
answer
161
views
How to print the number of substrings with exactly k distinct characters in C#
asked
Sep 17, 2022
by
avibootz
c#
1
answer
171
views
How to count the number of substrings with exactly k distinct characters in C#
asked
Sep 17, 2022
by
avibootz
c#
1
answer
164
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
156
views
How to calculate the difference between two time periods in C#
asked
Sep 15, 2022
by
avibootz
c#
1
answer
161
views
How to multiply two matrices (matrix) in C#
asked
Sep 15, 2022
by
avibootz
c#
c#-matrix
1
answer
126
views
How to print a given matrix in spiral form with C#
asked
Sep 13, 2022
by
avibootz
c#
c#-matrix
1
answer
122
views
How to shift array elements to left by one position in C#
asked
Sep 11, 2022
by
avibootz
c#
2
answers
173
views
How to rearrange a given sorted array in maximum minimum form with C#
asked
Sep 9, 2022
by
avibootz
c#
1
answer
121
views
How to check if a string can be rearranged as palindrome in C#
asked
Sep 8, 2022
by
avibootz
c#
3
answers
240
views
How to break out of nested for loops in C#
asked
Sep 7, 2022
by
avibootz
c#
1
answer
164
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
123
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
124
views
How to find all repeating characters in a string with C#
asked
Sep 4, 2022
by
avibootz
c#
1
answer
99
views
How to find the first repeated character in a string with C#
asked
Sep 4, 2022
by
avibootz
c#
Page:
« prev
1
...
24
25
26
27
28
29
30
31
32
33
34
...
79
next »
...