Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
User avibootz
Wall
Recent activity
All questions
All answers
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
Disclosure:
My content contains affiliate links.
40,758
questions
53,129
answers
573
users
Answers by avibootz
0
votes
94
views
How to remove the last word from a string in Pascal
answered
Sep 24, 2025
pascal
pascal-string
pascal-remove-last-word-string
remove-last-word-string
0
votes
323
views
How to remove the last word from a string in C#
answered
Sep 24, 2025
c#
c#-string
c#-remove-last-word-string
remove-last-word-string
0
votes
387
views
How to remove the last word from a string in C
answered
Sep 24, 2025
c
c-string
c-remove-last-word-string
remove-last-word-string
0
votes
64
views
How to reverse each word in a string with Swift
answered
Sep 24, 2025
swift
swift-string
swift-reverse
0
votes
78
views
How to reverse each word in a string with Kotlin
answered
Sep 24, 2025
kotlin
kotlin-reverse
kotlin-string
0
votes
74
views
How to reverse each word in a string with PHP
answered
Sep 24, 2025
php
php-string
php-reverse
0
votes
78
views
How to reverse each word in a string with Pascal
answered
Sep 24, 2025
pascal
pascal-string
pascal-reverse
0
votes
96
views
How to reverse the order of the words in a string with Pascal
answered
Sep 24, 2025
pascal
pascal-reverse-order-words-string
reverse-order-words-string
0
votes
82
views
How to reverse the order of the words in a string with Java
answered
Sep 24, 2025
java
java-string
java-reverse
0
votes
96
views
How to reverse the order of the words in a string with Pascal
answered
Sep 24, 2025
pascal
pascal-reverse-order-words-string
reverse-order-words-string
0
votes
100
views
How to search a 2d array using two pointers to the first and last elements in the array with C++
answered
Sep 23, 2025
cpp
cpp-array
cpp-search
0
votes
100
views
How to search a 2d array using two pointers to the first and last elements in the array with C++
answered
Sep 23, 2025
cpp
cpp-array
cpp-search
0
votes
89
views
How to get the median of two sorted arrays in Swift
answered
Sep 23, 2025
swift
swift-median-sorted-arrays
median-sorted-arrays
0
votes
101
views
How to get the median of two sorted arrays in Kotlin
answered
Sep 23, 2025
kotlin
kotlin-median-sorted-arrays
median-sorted-arrays
0
votes
80
views
How to get the median of two sorted arrays in Scala
answered
Sep 23, 2025
scala
scala-median-sorted-arrays
median-sorted-arrays
0
votes
88
views
How to get the median of two sorted vectors in Rust
answered
Sep 23, 2025
rust
rust-median-sorted-vectors
median-sorted-vectors
0
votes
67
views
How to get the median of two sorted slices in Go
answered
Sep 23, 2025
go
go-slice
go-median
0
votes
89
views
How to get the median of two sorted arrays in Pascal
answered
Sep 23, 2025
pascal
pascal-array
pascal-median
0
votes
278
views
How to get the median of two sorted arrays in JavaScript
answered
Sep 23, 2025
javascript
javascript-array
javascript-median
0
votes
70
views
How to find the longest repeating substring in a string with Swift
answered
Sep 23, 2025
swift
swift-substring
0
votes
64
views
How to find the longest repeating substring in a string with Kotlin
answered
Sep 23, 2025
kotlin
kotlin-substring
0
votes
62
views
How to find the longest repeating substring in a string with Scala
answered
Sep 23, 2025
scala
scala-substring
0
votes
55
views
How to find the longest repeating substring in a string with Rust
answered
Sep 23, 2025
rust
rust-substring
0
votes
66
views
How to find the longest repeating substring in a string with Go
answered
Sep 22, 2025
go
go-substring
0
votes
76
views
How to find the longest repeating substring in a string with Pascal
answered
Sep 22, 2025
pascal
pascal-substring
0
votes
82
views
How to construct a linked list from a 2d matrix with pointers to the right and down in C
answered
Sep 22, 2025
c
c-matrix
c-linked-list
0
votes
86
views
How to construct a linked list from a 2d matrix with pointers to the right and down in C++
answered
Sep 22, 2025
cpp
cpp-matrix
cpp-linked-list
0
votes
91
views
How to search a 2d array using two pointers to the first and last elements in the array with C
answered
Sep 22, 2025
c
c-array
c-search
0
votes
91
views
How to search a 2d array using two pointers to the first and last elements in the array with C
answered
Sep 22, 2025
c
c-array
c-search
0
votes
95
views
How to set two pointers to the first and the last elements in a matrix with C
answered
Sep 22, 2025
c
c-matrix
c-pointers
0
votes
61
views
How to search a 2d matrix using binary search in C
answered
Sep 22, 2025
c
c-matrix
c-search
0
votes
92
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C
answered
Sep 22, 2025
c
c-array
0
votes
92
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C
answered
Sep 22, 2025
c
c-array
0
votes
84
views
How to find the smallest letter in a sorted array that is larger than a given letter in Swift
answered
Sep 22, 2025
swift
swift-array
0
votes
79
views
How to find the smallest letter in a sorted array that is larger than a given letter in Kotlin
answered
Sep 22, 2025
kotlin
kotlin-array
0
votes
86
views
How to find the smallest letter in a sorted array that is larger than a given letter in Scala
answered
Sep 22, 2025
scala
scala-array
0
votes
68
views
How to find the smallest letter in a sorted array that is larger than a given letter in Rust
answered
Sep 22, 2025
rust
rust-array
0
votes
56
views
How to find the smallest letter in a sorted slice that is larger than a given letter in Go
answered
Sep 22, 2025
go
go-slice
0
votes
95
views
How to find the smallest letter in a sorted array that is larger than a given letter in TypeScript
answered
Sep 21, 2025
typescript
typescript-array
0
votes
71
views
How to find the smallest letter in a sorted array that is larger than a given letter in JavaScript
answered
Sep 21, 2025
javascript
javascript-array
0
votes
60
views
How to find the smallest letter in a sorted array that is larger than a given letter in PHP
answered
Sep 21, 2025
php
php-array
0
votes
88
views
How to find the smallest letter in a sorted list that is larger than a given letter in Python
answered
Sep 21, 2025
python
python-list
0
votes
88
views
How to find the smallest letter in a sorted array that is larger than a given letter in C#
answered
Sep 21, 2025
c#
c#-array
0
votes
77
views
How to find the smallest letter in a sorted array that is larger than a given letter in VB.NET
answered
Sep 21, 2025
vb#
vbnet-array
0
votes
75
views
How to find the smallest letter in a sorted array that is larger than a given letter in Java
answered
Sep 20, 2025
java
java-array
0
votes
64
views
How to find the smallest letter in a sorted array that is larger than a given letter in Pascal
answered
Sep 20, 2025
pascal
pascal-array
0
votes
64
views
How to find the smallest letter in a sorted array that is larger than a given letter in C
answered
Sep 20, 2025
c
c-array
0
votes
74
views
How to find the smallest letter in a sorted vector that is larger than a given letter in C++
answered
Sep 20, 2025
cpp
cpp-vector
0
votes
102
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C++
answered
Sep 20, 2025
cpp
cpp-vector
0
votes
102
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C++
answered
Sep 20, 2025
cpp
cpp-vector
Page:
« prev
1
...
64
65
66
67
68
69
70
71
72
73
74
...
808
next »
...