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

Block or report BigB021

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

Popular repositories Loading

  1. DTC DTC Public

    Python-based implementation of a decision tree classifier designed to provide an educational insight into the mechanics of tree-based learning algorithms. This custom-built classifier is versatile,…

    Python

  2. 1337-Meetings-and-Tweets-Notifier 1337-Meetings-and-Tweets-Notifier Public

    The 1337 Meetings and Tweets Notifier is a Python-based project designed to alert users about new tweets from 1337's official Twitter account and updates on the 1337 meetings webpage. It ensures us…

    Python

  3. Graph-Algorithm-Visualizer Graph-Algorithm-Visualizer Public

    Python project that demonstrates the functionality of various graph search algorithms through a graphical user interface (GUI)

    Python

  4. Tic-Tac-Toe-AI-with-Minimax-and-Alpha-Beta-Pruning Tic-Tac-Toe-AI-with-Minimax-and-Alpha-Beta-Pruning Public

    A classic Tic-Tac-Toe game where a player can play against an AI.

    Python

  5. Perceptron-Implementation Perceptron-Implementation Public

    A Python implementation of the Perceptron algorithm tested on on a generated dataset that is linearly separable.

    Python

  6. Flood-Fill Flood-Fill Public

    A classic flood fill algorithm in Python, using it to manipulate and transform images represented as matrices of pixel values.

    Python