├── README.md ├── bfs.py ├── jug.py └── nq.py /README.md: -------------------------------------------------------------------------------- 1 | # AI-LAB -------------------------------------------------------------------------------- /bfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varshith0809/AI-LAB/HEAD/bfs.py -------------------------------------------------------------------------------- /jug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varshith0809/AI-LAB/HEAD/jug.py -------------------------------------------------------------------------------- /nq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varshith0809/AI-LAB/HEAD/nq.py --------------------------------------------------------------------------------