ninoaddict / Tucil3_13522068

Word Ladder Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Ladder Solver

✨ Description

Word ladder (also known as Doublets, word-links, change-the-word puzzles, paragrams, laddergrams, or word golf) is one of the famous word games for all ages. Word ladder was invented by Lewis Carroll, a writer and mathematician, in 1877. In this game, players are given two words called the start word and end word. To win the game, players must find a chain of words that can connect the start word and end word. The number of letters in the start word and end word is always the same. Each word adjacent in the word chain may only differ by one letter. In this game, an optimal solution is expected, which minimizes the number of words inserted into the word chain.

πŸ” Table of Contents

- Description
- Table of Contents
- Tech Stack
- How To Run
- Usage
- Author
- Additional Note

πŸ’» Tech Stack

  • Java
  • Java Swing
  • Java AWT

πŸƒ How To Run

  • Clone this repository
git clone https://github.com/ninoaddict/Tucil3_13522068
cd Tucil3_13522068
  • Run the batch file
./run.bat

πŸˆβ€β¬› Usage

  1. Click on the top most empty box and input the start word. Click on the other empty box and input the end word.

Satu

  1. Select the search algorithm

Dua

  1. Click the search button and see the result

Tiga

🀡 Author

  Name  : Adril Putra Merin
  NIM   : 13522068
  Email : 13522068@std.stei.itb.ac.id

About

Word Ladder Solver


Languages

Language:Java 98.4%Language:Batchfile 1.6%