Category Archives: Blog

These are my thoughts on various topics.

Permutation Problems

I love to play with puzzles. When I was in grade school I would spend hours at a time figuring out ways to solve from things like Tetris, Mindsweeper, Solitare, and Freecell. Later I was introduced to puzzles involving numbers … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , | Leave a comment

My Review of “The Golden Ticket: P, NP, and the Search for the Impossible”

I came home from work on Wednesday a bit too tired to go for a run and a bit too energetic to sit and watch TV. So I decided to pace around my place while reading a good book. The … Continue reading

Posted in Blog | Tagged , , , , , , , , , , , | 1 Comment

Approximating the Set Cover Problem

I just finished my weekly task of shopping for groceries. This can be a somewhat daunting task because I generally have a list of things that I’ll need which cannot all be purchased at a single location. What often happens … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

Knapsack Problems

I have added a script to help users understand the knapsack problem as well as some attempts at solving it. To help understand this problem, I want you to think about a common situation in many people’s lives. You have … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , , , | 1 Comment

Triangle Trigonometry

I haven’t forgotten about my pledge to focus more content here towards some of the areas I’ve been asked to tutor on recently. This latest one is designed to help users understand the properties of triangles. It is based on … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , | 2 Comments

The Risk of Competition

I’m not a competitive person. Let me correct that. I try not to be a competitive person. I’ve recently been playing some of my favorite games from childhood like Monopoly, Chess, Spades, and Madden and I’ve been reminded of the … Continue reading

Posted in Blog | Tagged , , , , , , , , , , | Leave a comment

Nonogram Puzzles

A friend introduced me to a type of puzzles called Nonograms and I enjoyed them so much that I wrote a script that automatically generates these puzzles. Nonograms are grid puzzles based on discovering the hidden pattern based on the … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , | Leave a comment

Geometric Sequences

I’ve added a script which helps to understand geometric sequences. Suppose you were to draw an equilateral triangle on a sheet of paper. It might look something like this: Now suppose that you draw lines connecting the midpoints of each … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , | Leave a comment

Arithmetic Sequences

I’ve added a script which helps to understand arithmetic sequences. At a previous job of mine, there was a policy of holding a dinner party for the company each time we hired a new employee. At these dinners, each employee … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , | Leave a comment

Learn to Solve Single Variable Linear Equations

In keeping with my new years resolution of making this site more accessible to my nieces and nephews, I’ve added a script that generates random single variable linear equations that ask the user to solve for x. The script also … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , | Leave a comment