Skip to content
View spencersmith20's full-sized avatar

Block or report spencersmith20

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. COVID-19-Visualization COVID-19-Visualization Public

    Summer 2020 scientific visualization project completed Summer 2020 with the Shoemaker Lab at the University of Pittsburgh.

    Jupyter Notebook 1 1

  2. Systems-Biology Systems-Biology Public

    Assignments and projects from ChE 2475 at the University of Pittsburgh studying Statistical Methods in Systems Biology.

    R

  3. Autocomplete Autocomplete Public

    Autocomplete engine implementing a De La Briandias tree data structure, created for an algorithms course at the University of Pittsburgh.

    Java

  4. Tumor-Simulation Tumor-Simulation Public

    Numerical simulation project with tumor growth for graduate math methods course at the University of Pittsburgh.

    MATLAB

  5. Network-Graph Network-Graph Public

    Representation of a computer network using a weighted edge graph, featuring implementation of Dijkstra's algorithm for shortest weighted path. Written for an algorithms course at the University of …

    Java

  6. LZW-Compression LZW-Compression Public

    LZW Compression algorithm using numerous modifications on the LZW algorithm. Uses some code from textbook, which is cited in the header of each (everything except MyLZW.java). Created for an algori…

    Java