News

# Given a 2D board and a list of words from the dictionary, find all words in the board. # Each word must be constructed from letters of sequentially adjacent cell, where "adjacent" cells # are those ...
As per Alex's request, I am posting about generating word-lists in Python. However, this is my FIRST attempt with Python, so please provide me with critiques and any and all comments.