Odd words: Difference between revisions

m
C++ - bug fix
(Added Rust solution)
m (C++ - bug fix)
Line 192:
 
for (const std::string& word : dictionary) {
if (word.size() < min_length + 2*(min_length/2))
continue;
std::string odd_word, even_word;
1,777

edits