Algorithms
Algorithms copied to clipboard
add efficient algorithms
#1 add cpp, python, java or any language program, also try to save that program in respective algorithm folder
The repo is empty we cannot fork it
Does it mean any/all efficient algorithms are welcome?
Any efficient algorithm that you want to be added and also not already there in the repository
@issuehuntfest has funded $20.00 to this issue. See it on IssueHunt
#862 Added fast matrix exponentiation
@forgotter has submitted a pull request. See it on IssueHunt
@antew7 has submitted a pull request. See it on IssueHunt
@ravivarshney01 has rewarded $18.00 to @antew7. See it on IssueHunt
- :moneybag: Total deposit: $20.00
- :tada: Repository reward(0%): $0.00
- :wrench: Service fee(10%): $2.00
Hey @i-vishi can I work on this issue? Thank you!
@shahkv95 follow the guidelines mentioned in the COUNTIBUTING.md and go ahead
I have added a program for stack using array in C. The PR can be found here #1495 Please consider accepting the PR or leaving comments to fix any issues.
Added a program for circular queue using array in C. The PR can be found here #1499 Please consider accepting the PR or leaving comments to fix any issues.
Added a program for priority queue using array in C. The PR can be found here #1503 Please consider accepting the PR or leaving comments to fix any issues.
Added a program for double ended queue using array in C. The PR can be found here #1514 Please consider accepting the PR or leaving comments to fix any issues.
I have added efficient algorithms . you can see #1568