Skip to content
View hammaadmalik13's full-sized avatar

Block or report hammaadmalik13

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
hammaadmalik13/README.md
  • 👋 Hi, I’m @hammaadmalik13
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned Loading

  1. portfolio-website portfolio-website Public

    My complete portfolio

    HTML 3

  2. ExpenseManagement ExpenseManagement Public

    2

  3. List-Operation List-Operation Public

    This Python program creates a list of 10 numbers entered by the user, prints the list, its length, maximum, and minimum value, and displays the list in reverse order without using the reverse() fun…

    Python 1

  4. Purchase-Billing-System Purchase-Billing-System Public

    A Python program designed to calculate the bill summary for a given number of purchases, applying discount rates based on the purchase amount. The program provides a detailed bill summary, includin…

    Python 1

  5. Student-Grade-Evaluation-Program Student-Grade-Evaluation-Program Public

    A Python program designed to evaluate a student's grade based on the marks obtained in three subjects. The program takes the student's name and marks as input, calculates the average marks, determi…

    Python 1

  6. Activity-Selection-Greedy-Algorithm Activity-Selection-Greedy-Algorithm Public

    A Python implementation of the Activity Selection problem using the Greedy approach to select the maximum number of non-overlapping activities based on finish times.

    Python