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
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.
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.