Tired
- Hong Kong
Highlights
Pinned Loading
-
Python find element index in N-D array
Python find element index in N-D array 1 from typing import *2 from operator import eq345 def find_in_nd_array(array: Iterable, -
My hexdump in Python
My hexdump in Python 1 """2 hexdump in python34 `python hexdump.py -h` to see usage5 """ -
Generate shuffed 9x9 sudoku
Generate shuffed 9x9 sudoku 1 """2 Sudoku generator34 Algorithm shamelessly borrowed from https://stackoverflow.com/a/56581709/16747758 (By Alain T., released under CC-BY-SA 4.0)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.