Alex Johnson
Alex Johnson
This also requires some thought as to what our goals would be regarding validation and how we would want to implement it in the project.
Great! Have a look at PR #209. A lot of the work is already done but it was closed automatically a while ago (there were merge issues that were never...
> Alright ! I can't find the file . Try this: https://github.com/ProAlgos/ProAlgos-Cpp/pull/209/commits#diff-264aaf8546723aaccf7ce2e80d46ae3f
Might be easiest to just add the file from scratch rather than trying to manage conflicts. I think the folder organization is good, though. `include/utils/data_validation.hpp`. I think it would be...
Yep! - [ ] Create a new file under `include/utils` called `data_conversion.hpp` (I think this title is a better reflection of the fact that we're converting cases of characters –...
> I would like to know whether I can still contribute?? Definitely. Just reference this issue in your PR.
Sorry it's taken me a bit, but I've added this to my to-do list. Hopefully by Saturday. On Sun, Jan 24, 2021 at 7:25 PM Waleed Alharbi wrote: > @alxmjo...
All of the **searching** algorithms currently have unit tests, but they don't have a _common_ unit test. However, there is a common test for **sorting**, which may be useful for...
@faheel Regarding a common test for searching algorithms, is it your belief that this should include ternary search? The interface and use of ternary search differs from the other two...
@safderareepattamannil If you're still interested, we're still missing a common test for searching algorithms. Have a look at the common test for sorting algorithms for an idea of how you...