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

Add algorithm in language of your choice #1

Closed
yshshrm opened this issue Oct 1, 2018 · 14 comments
Closed

Add algorithm in language of your choice #1

yshshrm opened this issue Oct 1, 2018 · 14 comments

Comments

@yshshrm
Copy link
Owner

yshshrm commented Oct 1, 2018

Contributing Guidelines

  • The repository is structured language-wise i.e. algorithms in a certain language go in a specific folder.
  • The naming convention to be followed is algo_name.language_extention i.e. the overall path should be language/algo_name.language_extention
  • It is your choice to include only the function or the entire program for the algorithm.
  • If the folder for your language does not exist, create a new one.
  • Don't be afraid to make a PR!

How to make PR

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master
@Anshumank399
Copy link
Contributor

Please Review my PR #44

@itsVagabond
Copy link
Contributor

#46 Added Knapsack Problem. Please review

@Anshumank399
Copy link
Contributor

Please Review my PR #69

@Anshumank399
Copy link
Contributor

Please Review my PR #77

@Anshumank399
Copy link
Contributor

Please Review my PR #55

yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
yshshrm pushed a commit that referenced this issue Oct 2, 2018
goelchahat added a commit that referenced this issue Oct 2, 2018
Rename python/CountingSort.py to python/algorithm/CountingSort.py
@wikiabhi
Copy link
Contributor

wikiabhi commented Oct 2, 2018

added gcd algo in cpp #198

@ankit0696
Copy link
Contributor

Added factorial Java code #202

@wikiabhi
Copy link
Contributor

wikiabhi commented Oct 2, 2018

added fibonacci code using dynamic programming in cpp #203 Please merge the PR.

@sahib-khan
Copy link
Contributor

Added DP algorithm for longest common subsequence in c++ #270

vaibhavdaren added a commit to vaibhavdaren/Data-Structures-And-Algorithms-Hacktoberfest18 that referenced this issue Oct 4, 2018
yshshrm#1 added Fenwick tree in c++
yshshrm pushed a commit that referenced this issue Oct 5, 2018
#1 added Fenwick tree in c++
@PritishSehzpaul
Copy link
Contributor

Hi please review the PR #687 (Loop Detection in Linked List) and merge. Thanks!

@anshulkhattar
Copy link
Contributor

added quiz in java using data structures via #701

@khusi-anu
Copy link

khusi-anu commented Oct 18, 2018

Added problem "set ith bit of a number" #1037
Kindly review.

@shivank1404
Copy link

Please view my PR. Added Longest common substrings codes

@phenomenal45
Copy link

hello i want to contribute in this

ParitoshAggarwal added a commit to ParitoshAggarwal/Data-Structures-And-Algorithms-Hacktoberfest18 that referenced this issue Oct 29, 2018
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