Skip to content

anirudhbagri/Water-Jug-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Water-Jug-Problem

Classical Water jug problem solved using BFS. Input : Capacity of water jugs and the required configuration. Output : Steps to reach the final configuration. Example : Input 4 3 2 3 Output : (0,0)(4,0)(1,3)(1,0)(0,1)(4,1)(2,3)

About

Classical Water jug problem solved using BFS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages