Eric Berquist

Results 292 comments of Eric Berquist

> folks are working on better alternatives to cl-travis What are the alternatives?

Here is a first stab at fixing the Python implementation: ```diff diff --git a/contents/huffman_encoding/code/python/huffman.py b/contents/huffman_encoding/code/python/huffman.py index 1e1cc54..75700cd 100644 --- a/contents/huffman_encoding/code/python/huffman.py +++ b/contents/huffman_encoding/code/python/huffman.py @@ -11,6 +11,9 @@ def build_huffman_tree(message): frequencies =...

Related: https://github.com/algorithm-archivists/algorithm-archive/issues/691#issuecomment-905642508

I thought about linters in the past, which was one of the things I wanted CI for. Without having thought about it recently, I agree that we don't want to...

> > > Do we only stick to authors? (And who counts as one) > > > > > > Add All existing people from the contributors.md to the list....

Here is the Rust "conversion" with https://github.com/rust-lang-nursery/mdBook: - https://github.com/berquist/algorithm-archive/tree/mdbook - https://github.com/berquist/algorithm-archive/commit/08cf6fe605ddae7fbcf94a223dd17c5771321f22 (the diff showing what I changed) It looks like I renamed `contents/` to `src/`, nuked the JS config, and...

Maybe relevant for syntax highlighting, it indicates you can add HTML/JS and have it picked up: https://github.com/rust-lang-nursery/mdBook/issues/657

I just saw this. Why are these changes on top of https://github.com/algorithm-archivists/algorithm-archive/pull/640?

Here is a table to keep track of all the languages that currently have implementations, what tool they'll use for the build system, what additional files need to be added,...