Skip to content
View misterNez's full-sized avatar
Block or Report

Block or report misterNez

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

  1. Perceptron Perceptron Public

    Implementation of a perceptron learning algorithm.

    C++

  2. Decision-Tree Decision-Tree Public

    Implemetation of a binary classification tree using entropy.

    C++

  3. Numerical-Tic-Tac-Toe Numerical-Tic-Tac-Toe Public

    Implementation of MinMax Algorithm.

    C++

  4. Simple-Genetic-Algorithm Simple-Genetic-Algorithm Public

    Implementation of a simple genetic algorithm.

    C++

  5. Missionaries-Cannibals Missionaries-Cannibals Public

    Problem solving using iterative deepening depth first search.

    C++

  6. fibonacci-number fibonacci-number Public

    Generate n-th fibonacci number. Two methods: pure recursion/memoization.

    Java