Skip to content
View fygure's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@CougarCS @DatabaseDemons @PetroForecast
Block or Report

Block or report fygure

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
fygure/README.md

Hi, I'm Max

About Me

  • Always looking to learn new things
  • Personal website link
  • Graduate student at Rice University Logo Rice University for a Master's degree in Computer Science
  • Backend Developer at EOG Resources
  • Previous clients: CVS, CHLK, Yusra, AlphaNB

Github Stats

Contact

linkedin

Pinned

  1. Football-Playmaker-App Football-Playmaker-App Public

    Web App for Football Coaches

    JavaScript 13 3

  2. NodeJS-API-Workshop-1 NodeJS-API-Workshop-1 Public

    To show the basics of how to create a restful API with NodeJS

    JavaScript 2 5

  3. PetroForecast/web-server PetroForecast/web-server Public

    JavaScript 1

  4. postoffice-api postoffice-api Public

    JavaScript

  5. Optimal-Huffman-Algorithm-AVL- Optimal-Huffman-Algorithm-AVL- Public

    Using an AVL tree, I designed and implemented this algorithm in C++ for Huffman encoding which is done in O(nlog(base2)n) time complexity.

    C++ 1

  6. Tower-of-Hanoi-Algorithm Tower-of-Hanoi-Algorithm Public

    contains algorithm that solves towers of hanoi game on a graph using recursion

    C++