Skip to main content
Code Review

Return to Question

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

This question is the first draft, my new revised code is here: Anagrams for a given input 2.0 Anagrams for a given input 2.0

This question is the first draft, my new revised code is here: Anagrams for a given input 2.0

This question is the first draft, my new revised code is here: Anagrams for a given input 2.0

added 203 characters in body
Source Link
Dinocv
  • 381
  • 1
  • 2
  • 14

This question is the first draft, my new revised code is here: Anagrams for a given input 2.0

Here is my code that I wrote, which basically lists the anagrams for a given input.

Here is my code that I wrote, which basically lists the anagrams for a given input.

This question is the first draft, my new revised code is here: Anagrams for a given input 2.0

Here is my code that I wrote, which basically lists the anagrams for a given input.

Tweeted twitter.com/#!/StackCodeReview/status/386012151280046080
added 1 characters in body; edited tags; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Looking Anagrams for critisicm on my second Java Project?a given input

Ok so hereHere is my code that I wrote, itwhich basically lists the anagrams for a given input.

So how I did it was I readthis by reading each line in my dictionary file, compared and comparing it to the anagram and only. Only if it matched did I add it to the list, instead of adding all the words to the list and then sorting through them.

What I would like isare some critscritiques on my work and what I should/could have done differently, especially pertaining to semantic efficiency, code correctness, common practices that I may be unaware of, and code efficiency.

This is only my second project, so I want to learn from it to become a better programmer, that's. That's why I'm asking.

Looking for critisicm on my second Java Project?

Ok so here is my code that I wrote, it basically lists the anagrams for a given input.

So how I did it was I read each line in my dictionary file, compared it to the anagram and only if it matched did I add it to the list, instead of adding all the words to the list and then sorting through them.

What I would like is some crits on my work and what I should/could have done differently, especially pertaining to semantic efficiency, code correctness, common practices that I may be unaware of, and code efficiency.

This is only my second project so I want to learn from it to become a better programmer, that's why I'm asking.

Anagrams for a given input

Here is my code that I wrote, which basically lists the anagrams for a given input.

I did this by reading each line in my dictionary file and comparing it to the anagram. Only if it matched did I add it to the list, instead of adding all the words to the list and then sorting through them.

What I would like are some critiques on my work and what I should/could have done differently, especially pertaining to semantic efficiency, code correctness, common practices that I may be unaware of, and code efficiency.

This is only my second project, so I want to learn from it to become a better programmer. That's why I'm asking.

Fixed grammar and made the question focus narrowerer
Source Link
Dinocv
  • 381
  • 1
  • 2
  • 14
Loading
Source Link
Dinocv
  • 381
  • 1
  • 2
  • 14
Loading
lang-java

AltStyle によって変換されたページ (->オリジナル) /