🍉
1, 2, 4, 8, 16, 32, 64, 128, 256
Pinned Loading
-
-
pyplandc
pyplandc PublicPython implementation of the Pland compiler for the C programming language.* Targets x86_64
Python
-
scrabble.py
scrabble.py 1from collections import Counter
23# for K, M-length dictionary words, and an N-tile hand, you can expect a complexity of
4# O(KM * lg M) Assuming letter counting and comparing is done in O(n) time (it isn't but
5# it can be with the cost of lots of memory) There's a pretty large coefficient of 2^26 since
-
Ray tracing using Torch tensors
Ray tracing using Torch tensors 1import time
2import time
3import numpy as np
4import torch
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.