GithubHelp home page GithubHelp logo

Wilson Wu's Projects

alphazerotictactoe icon alphazerotictactoe

An AlphaZero approach to the tic tac toe game written in Python. The program allows the player to compete against the program. This program implements pure monte carlo tree search with a number of random playouts to create the best tile to play. Only the default library was used.

escape icon escape

2-D Top down shooter created in JAVA and MAVEN with software engineering patterns. JUNIT framework was used for unit testing.

fibonacci icon fibonacci

Function that calculates the nth Fibonacci number in O(n) time or better without using any "for" or "while" loops.

fundme icon fundme

Basic Ethereum smart contract. Ether sent to the contract will be redeemable by the owner of the contract.

listmerge icon listmerge

Write an immutable function that merges the following inputs into a single list. (Feel free to use the space below or submit a link to your work.) Inputs - Original list of strings - List of strings to be added - List of strings to be removed Return - List shall only contain unique values - List shall be ordered as follows --- Most character count to least character count --- In the event of a tie, reverse alphabetical Other Notes - You can use any programming language you like - The function you submit shall be runnable For example: Original List = ['one', 'two', 'three',] Add List = ['one', 'two', 'five', 'six] Delete List = ['two', 'five'] Result List = ['three', 'six', 'one']

quantumteleportation icon quantumteleportation

Demonstrating Quantum Teleportation of a qubit state using QISKIT. For SFU's CMPT409 Quantum Computing Course.

reversi icon reversi

Applied Monte Carlo Tree Search and a modified version by appyling AI techniques in an attempt to beat a real player in the game Reversi.

slot-machine icon slot-machine

Slot machine implementation using Ethereum smart contracts and ChainLink VRF

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.