Skip to content
View ch4rum's full-sized avatar
☠️
☠️

Block or report ch4rum

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. Sort Sort Public

    Python script designed to analyze and compare different sorting algorithms, such as Bubble, Selection, Insertion, Mergesort and Quicksort algorithms.

    Python

  2. algNumeric algNumeric Public

    Python code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.

    Python

  3. SQLpy-DB SQLpy-DB Public

    Python code provides a command line interface ( C L I ) for managing and querying data in a SQL database.

    Python

  4. FwShell FwShell Public

    A simple Forward Shell, for establishes a remote shell session that allows the execution of commands on the server interactively.

    Python

  5. NearestPair NearestPair Public

    NearestPair is a computational geometry project that efficiently finds the closest pair of points in a given set. This implementation leverages optimized algorithms such as the Divide and Conquer a…

    Python

  6. Puzzle4x4 Puzzle4x4 Public

    An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.

    Python