Thinking...
Math and Computer Science Student at Santa Clara University
- New York, New York / Santa Clara, California
Pinned Loading
-
-
-
Active_Learning
Active_Learning PublicUniversity Project Focusing on Active Learning
Jupyter Notebook 2
-
Temperature_Timeseries
Temperature_Timeseries PublicInvestigation of global temperature change using timeseries data.
Jupyter Notebook
-
Simple Trie Python Implementation. C...
Simple Trie Python Implementation. Comment structure based off SKLearn. 1class Trie:
2"""
3Trie data structure implemented using dictionary
45Parameters
-
SHA-3 Hash Algorithm Python Implemen...
SHA-3 Hash Algorithm Python Implementation. (https://en.wikipedia.org/wiki/SHA-3#The_block_permutation) 1import numpy as np
2import consts
34RHO_MATRICES = {tuple(np.linalg.matrix_power(np.array([[0,1],[2,3]]), t).dot(np.array([1,0])) % 5): t for t in range(0,24)}
5RHO_MATRICES[(0,0)] = -1
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.