Skip to content

More Additions (Info below) #27

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 2 commits into from
Apr 21, 2017

Conversation

zacharyjones123
Copy link
Contributor

  • Closed all of the Scanners and BufferedReaders
  • Added some Javadoc
  • ReverseString - took space out of between each letter so "Zachary" to "yrahcaZ" instead of "y r a h c aZ"
  • bfs - Trying to repair this class but need to research bfs more
  • dfs - Trying to repair this class but need to research dfs more
  • Added the data structure Graphs (Unfinished)
  • Added new classes
  1. OctalToBinary - Not Done
  2. BinaryToOctal - Not Done
  3. OctalToDecimal - Not Done
  4. Graphs - Not Done

Moro-Code and others added 2 commits April 19, 2017 12:16
Uses a dummy node and generics…. this implementation of a singly linked
list eliminates need to use tail reference
- Added Some Java Doc

- ReverseString - took space out of between each letter so "Zachary" to
"yrahcaZ" instead of "y r a h c aZ"

- bfs - Trying to repair this class but need to research bfs more

- dfs - Trying to repair this class but need to research dfs more

- Added new Classes
1) OctalToBinary - Not done
2) BinaryToOctal - Not done
3) OctalToDecimal - Not done
4) Graphs

-Added the dataStructure Graphs (Unfinished)
@dynamitechetan
Copy link
Member

thanks!

@dynamitechetan dynamitechetan merged commit ca4305a into TheAlgorithms:master Apr 21, 2017
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.

2 participants