Algorithm problems and code solutions. This is a work-in-progress as I try to learn computer science and figure out how to explain the concepts I'm learning.
Running all ruby tests
rspec
Running a single set of ruby tests
rspec spec/problems/n_queens_spec.rb
Running all js tests
yarn run test
Running a single set of js tests
yarn run test test/longest_common_subsequence.js
MIT