Skip to content
View MuhammadH's full-sized avatar

Block or report MuhammadH

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. approximating-pi approximating-pi Public

    A few ways to approximate pi with high precision.

    C++

  2. TCPLab TCPLab Public

    Simple TCP server/ client code. This was a homework assignment that was kinda fun to finish. I want to keep it here if I ever need to use it as an example for myself in the future.

    C++

  3. DijAndGreedyChange DijAndGreedyChange Public

    Dijkstra's algorithm and a greedy change algorithm. Also, an example of the greedy change algorithm that fails with different change values and a solution to that problem.

    Python

  4. LCSRecursiveAndDP LCSRecursiveAndDP Public

    Longest common subsequence algorithms using recursion and dynamic programming. Also a hash algorithms based on depth from recursive LCS.

    Python 1

  5. MergeSelect MergeSelect Public

    Combines selection sort and merge sort which is faster than just merge sort for some value k.

    Python

  6. FileRecursion FileRecursion Public

    Recursively searches files starting in a given top directory to find all file names containing the given string.

    Python