Skip to content
View mhmdsajadno's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Tehran
  • 14:54 (UTC +03:30)
Block or Report

Block or report mhmdsajadno

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

  2. matrix-linkedlist matrix-linkedlist Public

    This C++ program demonstrates operations on sparse matrices using a compressed format that efficiently stores non-zero elements. Sparse matrices are matrices in which most of the elements are zero,…

    C++

  3. bs4 bs4 Public

    This Python script is designed to scrape car images from the Sheypoor website based on specified car models. It utilizes web scraping techniques and the Selenium and BeautifulSoup libraries to extr…

    Python

  4. social-links social-links Public

    To access me!

    HTML

  5. karatsuba-vs-classic karatsuba-vs-classic Public

    Two different algorithms for multiplying large numbers: the classic multiplication algorithm and the Karatsuba algorithm.

    Python

  6. prim-vs-kruskal prim-vs-kruskal Public

    Implementation of two popular algorithms for finding the Minimum Spanning Tree (MST) of a graph: Prim's algorithm and Kruskal's algorithm.

    Python