Skip to content
View stephenxu10's full-sized avatar

Block or report stephenxu10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Word-Hunt Word-Hunt Public

    A fun TypeScript project that emulates the GamePidgeon Word Hunt game in all entirety.

    TypeScript

  2. Clash-Royale-Heroes-Analysis Clash-Royale-Heroes-Analysis Public

    A mathematical deep dive of the hero unlock system in Clash Royale.

    Python

  3. Animal-Planet-Schedule Animal-Planet-Schedule Public

    A fun web-scraping project that sends an email displaying the daily Animal Planet TV schedule to a list of recipients. Intended to run on the Calpine Task Scheduler.

    Python

  4. Day-Ahead-SPNP-Basis-Modelling Day-Ahead-SPNP-Basis-Modelling Public

    Forecasts the CAISO Day-Ahead SPNP basis through Random Forest Regression.

    Jupyter Notebook

  5. skiplists skiplists Public

    A concurrent implementation of a generic skiplist in Go. Supports Upsert (UPdate or inSERT), Remove, and Find methods. Also includes basic tests for sequential and concurrent correctness.

    Go

  6. BinarySearchTrees BinarySearchTrees Public

    BST Class Implementation. Implements some standard methods using the algorithms in CLRS.

    Python