python Maze Generator Before you write a maze runner you have to write a maze generator. Using the recursive backtracking approach I'll create a simple text maze. Phase one of any maze implementation is defining a single cell in our maze.
python Water Jug Problem in Python The Problem:You have 2 water jugs of varying capacity A and B. You can fill a jug, empty a jug, or transfer the contents to the other. When you
python Python 101 Here's a list of resources I'm using for a presentation I'll be giving soon. I am honoured to have the opportunity to teach this class at my local library (picnet.
machine learning Machine learning for fun I recently completed the machine learning course at Udacity and now I'm energized and want to try it out. I've been trying to think up appropriately interesting projects. Here are