ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
70 stars 223 forks source link

[Custom]: <ADD A PROBLEM> Word Ladder II to Top DSA interview questions #1783

Closed shriyadindi closed 4 weeks ago

shriyadindi commented 4 weeks ago

Issue Summary

Word Ladder II

Issue Description

Given two words (beginWord and endWord), and a dictionary's word list, find all the shortest transformation sequences from beginWord to endWord. Each transformed word must exist in the word list.

Proposed Solution (Optional)

No response

Priority

High - Requires urgent attention

Category

Additional Context (Optional)

No response

ajay-dhangar commented 4 weeks ago

@shriyadindi, Please only open four PRs and issues at a time, or they will not be considered for evaluation.