Skip to content
View Sarrthhak's full-sized avatar

Block or report Sarrthhak

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. Hello-World Hello-World Public

  2. Pattern-in-Python Pattern-in-Python Public

    import string def rangoli_pattern(n): L = [] alpha = string.ascii_lowercase for i in range(n): s = "-".join(alpha[i:n]) L.append((s[::-1]+s[1:]).center(4*n-3, "-")) print('\n'.join(L[:0:-1]+L)) n =…

  3. Page_Replacement_Algorithm_Simulator Page_Replacement_Algorithm_Simulator Public

    Page Replacement Algorithm Simulator is a Streamlit-based application that simulates and compares FIFO, LRU, and Optimal algorithms. It displays memory state changes, compares page faults, and prov…

    Python

  4. Mental-Healthcare-Support Mental-Healthcare-Support Public

    Python

  5. Page-Replacement-Simulator Page-Replacement-Simulator Public

    Python

  6. chatbot chatbot Public

    Python