Try to make a maze solver, will keep you busy for a bit and you'll get quite some experience with it I hope ( Should be able to do after watching those vids) such as , S = start position, G = goal , X = no wall , W = wall and in a maze like this
WXXWX
SXWWG
WXXXX
and print out the correct path :) Also be more creative on the maze once you get it right :D