Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 517 Bytes

AED_WordLadder

Project made for Data Structures and Algorithms subject at University

The program goal is to find the "word ladder" between two words given by the user. The solution uses the implementation of a hash table and a graph.

Details about the proposed problem can be found in this guide. Report also avaible, here.

Credits:

  • Bárbara Galiza
  • Tomás Victal