Git Product home page Git Product logo

Eric Tiancheng Gu's Projects

base_website icon base_website

The DooleyHacks generic website; non-year hackathon version

bst icon bst

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

dooleyhacks2020 icon dooleyhacks2020

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

ericsportfolio icon ericsportfolio

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

eulers-algorithm-using-assembly icon 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.

gsoc18_redhenlab icon gsoc18_redhenlab

A modular pipeline to extract several facial features from videos such as face landmarks, eye gaze direction, head pose and Action Units

knn icon knn

K-Nearest Neighbor Algorithm

linkedlistrecursionsort icon linkedlistrecursionsort

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

medianofmedians icon 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.

pacman-ai icon pacman-ai

Implementation of reinforcement learning algorithms to solve pacman game. Part of CS188 AI course from UC Berkeley.

simple-assembler icon simple-assembler

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

simple-queue icon simple-queue

Implemented a simple queue with push(), pop(), peek() and empty() operations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.