-
The connected_components function returns `(std::numeric_limits::max)() + 1` when called on a filtered graph with all vertices filtered out.
An example of this problem can be found here:
https://g…
-
Hello NeverOnTimeSdnBhd
Currently I'm trying to implement Dijkstra's algorithm to find the shortest path for each customers. Dijkstra's algorithm is an informed search which will find the path with…
-
There are a couple additional options that would be helpful with improving searching. The first would be to add a whitelist/include only list that, if used, would only show results that match those ke…
-
I was able to compile flann with CUDA support (I have just adjusted supported architectures to allow more than just sm_13), however tests are showing that something is not right:
> [ RUN ] Fla…
-
## Participant Details
**Name/Nickname:**Saura
**Pronouns:**He/Him
**Domain:** Data Structures & Algorithms
I'm here to make some progress in DSA and to improve my programming skills.
## Mil…
-
Best string algorithms:
- [x] ~~String Hashing~~
- [x] ~~Rabin-Karp for String Matching~~
- [x] ~~Prefix function - Knuth-Morris-Pratt~~
- [x] ~~Z-function~~
- [x] ~~Suffix Array~~
…
-
Add more algorithm in specified languages that are not already present. If you would like to put codes in different language feel free to open a new issue.
-
Carl is a researcher who wants to see the data he collected on apple trees in a specific orchard, but through different ML algorithms. He gets onto the OrchardWatch website using a computer and logs i…
-
#### Description of the problem
Currently, we have Graphs with all the edges and vertices stored in memory. This is good for small finite graphs. But for use cases like the one given below, quoted …
-
**Title: Feature Request: Duplicate File Detection and Deletion**
**Describe the enhancement you'd like**
I propose the implementation of a feature for detecting and deleting duplicate photos with…