Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<script>
var flip = function(ele){
ele.classList.toggle('flipped');
}
var move = 10;
var moveBoss = function(){
ele = document.querySelector('#boss');
describe("NiceTrie", function() {
it("can be initialized", function() {
var t = new Trie();
});
describe("with a trie", function(){
var t;
beforeEach(function() {
t = new Trie();
});
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.7... no
checking for python3... python3
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... gcc
checking whether the C compiler works... yes