Skip to content
This repository was archived by the owner on Aug 16, 2020. It is now read-only.

Merge #1

Merged
merged 93 commits into from
Oct 28, 2017
Merged

Merge #1

merged 93 commits into from
Oct 28, 2017

Conversation

joaomagfreitas
Copy link
Collaborator

No description provided.

mpokryva and others added 30 commits September 28, 2017 14:11
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
proper spacing
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.
Postfix Notation using Stack
varunu28 and others added 29 commits October 23, 2017 16:06
Adding cocktail shaker sort
@MattBizzo  Thanks for the PR
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.
Updated README with the Shell sort
Added "peek" function for QueueUsingTwoStacks
@joaomagfreitas joaomagfreitas merged commit 7e3a8c5 into fforks:master Oct 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.