Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need more algorithms, data structures or puzzles #432

Closed
ZoranPandovski opened this issue Oct 19, 2017 · 2 comments
Closed

We need more algorithms, data structures or puzzles #432

ZoranPandovski opened this issue Oct 19, 2017 · 2 comments

Comments

@ZoranPandovski
Copy link
Owner

Just make new PR with algorithm, data structures or puzzle implementation. Language doesn't matter.
Follow the structure : https://github.com/ZoranPandovski/al-go-rithms#contribution.

@akshay326
Copy link
Contributor

Add algorithms for large(gcd, exponentiation, primality check) numbers in python, #436

@amankh99
Copy link
Contributor

@ZoranPandovski , for levenshtein distance we have one more implementation which is space efficient. One is of O(m*n) space complexity which have already been added and one is of O(min(m, n)) space complexity, here m,n are length of two strings. Please assign me to add space efficient version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants