-
Recent Posts
Recent Comments
- Alan Briggs on My Review of “The Golden Ticket: P, NP, and the Search for the Impossible”
- Quantum Mechanic on Approximating the Set Cover Problem
- Derek Bowen on The PageRank Algorithm
- Approximating the Set Cover Problem | LEARNINGlover.com on What is a “Hard” Problem?
- What is a “Hard” Problem? | LEARNINGlover.com on Knapsack Problems
Archives
Categories
Meta
Tag Archives: list
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 algorithm, algorithms, computer science, enumeration, games, javasctipt, list, math, next, permutation, previous, programming, random, script, search, sudoku
|
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 →
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 arithmetic, common difference, data, difference, first, JavaScript, learning, list, math, mathematics, script, sequence, sum
|
Leave a comment
Examples of the Binary Search Algorithm
I have published code that shows examples of the Binary Search Algorithm. In order for this algorithm to be applicable, we need to assume that we’re dealing with a sorted list to start. As a result, instead of proceeding iteratively … Continue reading →
Posted in Blog, Examples
|
Tagged algorithm, binary, binary search, conquer, divide, divide and conquer, iteration, list, search
|
Leave a comment
