- 👋 Hi, I’m @trashw1n
- 👀 I’m interested in anything STEM
- email: [email protected]
Pinned Loading
-
-
-
summer_training
summer_training Publiclearnt about eeg signals and worked with a dataset of eeg signals from patients of parkinson's disease.
Jupyter Notebook
-
typer
typer Publica typeracer inspired game allowing multiple users to check their typing speeds against each other.
JavaScript
-
Encoding general trees as binary tre...
Encoding general trees as binary trees. There is a one-to-one mapping between general ordered trees and binary trees, which in particular is used by Lisp to represent general ordered trees as binary trees. 1class TreeNode:
2def __init__(self, label):
3self.label = label
4self.childrens = []
5self.sibling = None
-
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.