This repository was archived by the owner on Aug 16, 2020. It is now read-only.
forked from TheAlgorithms/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New Merges
Class for converting a number between any two bases, by going through decimal.
Note- Give input in the form like "1 21 + 45 13 + *" #96
Trie Data structure implementation without any libraries
Dynamic Programming solution for the popular Egg Dropping Puzzle
Add bogo sort
Columnar Transposition Cipher with example usage
Prints each level of the bst. I.e., Root -> its children -> its children's children -> and so on...
Uses an arraylist its underlying datastructure.
data structure used for producer consumer situations. Allows reading and writing so long as there is data and the buffer is not full, respectively.
Create AnyBaseToAnyBase
Postfix Notation using Stack
Add: level order traversal.
Adding cocktail shaker sort @MattBizzo Thanks for the PR
RSA encryption
Added Ternary Search.
Added and Implemented Counting sort with Java. #96.
Removing as a generic version of counting sort already exists in Sorts [Counting Sort](https://github.com/TheAlgorithms/Java/blob/master/Sorts/CountingSort.java)
Removing as a generic version of counting sort already exists in Sorts [Counting Sort](https://github.com/TheAlgorithms/Java/blob/master/Sorts/CountingSort.java)
…adane-algo Added Armstrong number algorithm.
Removing unused imports, cleaning up (at a base level) code, and removing some package declarations. By no means did I get all of them.
As title. This cleans things up a lot.
Not needed.
.idea does not need to be here.
Comments&fixes
Trie Data structure
Added Resize for Stacks
Updated README with the Shell sort
added Bag-datastructure
Add: circular buffer implementation.
Add: generic queue implementation.
Add Eggdroping puzzle
To comply with international standards. https://www.hongkiat.com/blog/source-code-comment-styling-tips/
Coding standards
Added "peek" function for QueueUsingTwoStacks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.