Oleksandr Kulkov
Oleksandr Kulkov
Hi! Sure, if you think that your addition would enhance the article, feel free to make a pull request.
I'm sorry, what is the issue exactly?
@AlejandroSdeL yes, I think you're right about this. Would you like to make a pull request with such clarification?
Since the workflow is currently not in the default branch, `use_cache=false` can only be used from GitHub CLI: ```sh gh workflow run "Docker Build and Test" --ref -f use_cache=false ```...
Closing this in favor of #14.
@canfirtina this includes: - CMake integration; - Docker image and GitHub workflow to verify the build; - Shared library that should be usable with a Python wrapper from [here](https://github.com/CMU-SAFARI/RawHash/tree/rawhash2_tflite/python_wrapper). What...
Yes, we need to update README.md and navigation.md. I'd also mention something of the following: - `#pragma GCC optimize("Ofast,unroll-loops")` allows more aggressive compiler-level optimisation; - `#pragma GCC target("avx2")` allows significant...
I still think we should implement some of the suggestions from https://github.com/cp-algorithms/cp-algorithms/pull/1383#issuecomment-2436162531. We certainly have to update `README.md` and `navigation.md` in any case, as is the process when adding new...
Sure, feel free to make a pull request. Although, I'm generally not sure whether it is something useful in competitive programming context, so I hope that any potential article on...
Possibly useful: [Codeforces - Pythagorean triples and Pell's equations](https://codeforces.com/blog/entry/116313).