Eric Tiancheng Gu (ericygu)

ericygu

Geek Repo

Company:Amazon

Location:Fayetteville, Arkansas

Home Page:https://ericsportfolio.vercel.app/

Github PK Tool:Github PK Tool

Eric Tiancheng Gu's repositories

Language:C++Stargazers:0Issues:0Issues:0
Language:RustStargazers:0Issues:0Issues:0

ericsportfolio

Personal portfolio website of theme Ubuntu 20.04, made using NEXT.js & tailwind CSS

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

DooleyHacks2020

Type in terms to see their relationship with the increase/decrease in of Facebook Stock on a day by day basis

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

StocksAndStringsDuo

Part 2 of stocks and strings - turning the dictionary into CSV and then using different forms of regression to analyze words with actual changes in stock price to do stock prediction after all preprocessing

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

QTM150-Project

Restaurant Data Analysis

Language:HTMLStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

knn

K-Nearest Neighbor Algorithm

Language:PythonStargazers:0Issues:0Issues:0

decisiontree

Machine Learning w/ Decision Tree

Language:PythonStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

VandyHacksNave

Check FinalProduct.zip for everything due to Github Space limits, files themselves were removed.

Stargazers:0Issues:0Issues:0

base_Website

The DooleyHacks generic website; non-year hackathon version

Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

LinkedListRecursionSort

Wrote an algorithm that recursively sorts a linkedlist in Java. Not the most efficient, but a good exercise

Language:JavaStargazers:0Issues:0Issues:0

LinkedListRecursionAssembly

Wrote a recursive LinkedList in Assembly, ARM-based

Stargazers:0Issues:0Issues:0

StringProcessingAlgorithm

Dynamic Programming. Process and Space words from a dictionary.

Language:JavaStargazers:0Issues:0Issues:0

MedianofMedians

Implemented Quickselect with Median of Medians running in O(n) time in the worst case, optimized from a method like Collections.sort on the large array of size n/5, since the runtime of that algorithm is Ω(n log n) in the worst case.

Language:JavaStargazers:0Issues:0Issues:0

AssemblyRecursion

Implemented this in ARM:

Stargazers:0Issues:0Issues:0

BubbleSortAssembly

Bubblesort Algorithm in Assembly for ARM

Stargazers:0Issues:0Issues:0

Weighted-Undirected-Graph

Implementation of a Weighted Undirected Graph with Prim's Algorithm

Language:JavaStargazers:0Issues:0Issues:0

Self-Balancing-BST--Randomized-Tree-Set-and-BST-Sort

Multiple Sorts with Runtime Analysis and Splay Rebalancing in BST

Language:JavaStargazers:0Issues:0Issues:0

Eulers-Algorithm-using-Assembly

Java based Assembly for ARM. Euler algorithm for determining the Greatest Common Divisor (GCD) of two numbers A and B without using a division operation.

Stargazers:0Issues:0Issues:0

Ternary-Heap-and-Median-Heap

Curious if I could use Max-Min Heaps to create a Heap that could easily produce a median for me in a dataset efficiently, without the use of linear search/binary search using knowledge of Data Structures. Ternary heap is a heap with every parent having 3 children. Included test cases for the MedianHeap.

Language:JavaStargazers:0Issues:0Issues:0

Simple-Assembler

ARM processor. Assigning Variables in Java-based Assembly, including using Arrays and a basic LinkedList

Stargazers:0Issues:0Issues:0

BST

Binary Search Tree with methods: height(), size(), put(Key key, Value val), delete(), and printBSTinOrder()

Language:JavaStargazers:0Issues:0Issues:0