Syed Faheel Ahmad

Results 72 comments of Syed Faheel Ahmad

@2catycm This project is still in development and is not the most performant big integer library right now, especially compared to GMP which includes optimised assembly code for certain CPUs...

@dnb02 You can try out what arnavb suggested above, and also checkout #38. It would be great if you could include these in the [existing GitHub action](https://github.com/faheel/BigInt/blob/master/.github/workflows/ci.yml) and see if...

Hi @lazarosgogos, just read your email. You're welcome to contribute the feature - just create a fork, commit your changes, and create a pull request!

A fix for radix sort has been added in #420. Feel free to review the code and run the tests (and suggest new edge cases if any).

@607011 The README mentions that you'll need to download the single-include header file (also includes the link for the same) and include that. No need to include any other file....

@kseniavelichko Thanks for improving the documentation! Once the above comments are resolved this is good to be merged.

Thanks for reporting this! These sanitizers seem very helpful, I'll add them to the build process.

For graphs algorithms, we would first have to implement different types of graphs (each in a separate `.hpp` file under `cpp/include/data_structure/graph`). You can take a look at the implementation of...

Fixed in #345

@jpoehnelt Can you please review this?