Skip to content

Repository files navigation

Level Order

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 tests

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

Contributions

If anything seems wrong or incomplete, feel free to file an issue or open a PR to fix it.

License

MIT

About

Algorithm problems and code solutions

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages