Skip to content

dzuldiniy/cpp-spring-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp-spring-assignment

C++ coding assignment for Imperial EEE first-year spring term.

Objective

Create a Wordle Assistant class that can help solve Wordle puzzles.

  • List down available letters for each letter position in the word.
  • Show which letters and how many of them need to be in the word.
  • Check if the next solution attempt is compatible with the information we have.

Challenges

  • Solution with repeating letters can be complicated to interpret.
  • Avoid code repetition and ensure const correctness.
  • Generating edge-case examples to ensure code runs correctly for any situation.

About

C++ coding assignment for Imperial EEE first-year spring term.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages