Skip to content
View mtruong1999's full-sized avatar
👾
👾

Highlights

  • Pro

Block or report mtruong1999

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. A-Star-Search-Visualizer A-Star-Search-Visualizer Public

    Web app to visualize the A* search algorithm

    JavaScript 1

  2. Coronavirus-Twitter-NLP Coronavirus-Twitter-NLP Public

    HTML

  3. Random-Restaurant-Finder Random-Restaurant-Finder Public

    Use this web app to find a random nearby place to eat

    HTML

  4. Implementation of 1D elementary cell... Implementation of 1D elementary cell automata
    1
    def get_rule(rule_number):
    2
        """Returns rule from rule_number as described from the 256 rules in
    3
        https://mathworld.wolfram.com/ElementaryCellularAutomaton.html
    4
    5
        Args:
  5. Perceptron-Algorithm Perceptron-Algorithm Public

    Implementation of the perceptron algorithm for linear classification with an accompanied experiment

    Python