Skip to content

Additional files similiar to TheAlgorithms/Python #218

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

Merged
merged 4 commits into from
Mar 31, 2018

Conversation

akshay326
Copy link
Contributor

adding 2 more short programs in reference to issue #96

@akshay326 akshay326 mentioned this pull request Oct 17, 2017
@akshay326
Copy link
Contributor Author

Guass Legendre algorithm for approximation of PI

Copy link
Contributor

@varunu28 varunu28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please provide a name for the password_gen.java according to proper naming convention (As PasswordGen)
  • Please look for coding convention for password_gen.java (Check for proper spacing and closing brackets)
  • nested_brackets is popularly known as the balanced brackets problems and it comes under the stack algorithms umbrella. So please rename it and move it under the stacks folder

@akshay326 akshay326 changed the title Additional files similiar to TheAlgorrithms/Python Additional files similiar to TheAlgorithms/Python Oct 22, 2017
@akshay326
Copy link
Contributor Author

changes implemented

@akshay326 akshay326 closed this Oct 22, 2017
@akshay326 akshay326 reopened this Oct 22, 2017
Copy link
Contributor

@varunu28 varunu28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For password generator, keep the main method as simple as possible. Move the functionality to a function such as generatePassword and then call it from main function

separated main and generatePassword function
@akshay326
Copy link
Contributor Author

separated main and generatePassword functions

@christianbender christianbender merged commit 63bba80 into TheAlgorithms:master Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants