Skip to content
View Gurutejareddy9's full-sized avatar

Block or report Gurutejareddy9

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. Asterisk-Triangle-Generator Asterisk-Triangle-Generator Public

    A Python script that generates a triangular pattern of asterisks based on user input, helping visualize simple geometric patterns.

    Python

  2. Factorial-Calculator Factorial-Calculator Public

    This code calculates the factorial of a given positive integer entered by the user.

    Python

  3. Bisection-Method-Root-Finder Bisection-Method-Root-Finder Public

    Python script for finding function roots using the bisection method.

    Python

  4. Prime-Number-Finder Prime-Number-Finder Public

    Python script to find prime numbers within a user-specified range.

    Python

  5. Newton-Raphson-Root-Finder Newton-Raphson-Root-Finder Public

    This Python script uses the Newton-Raphson method to approximate the root of a given function.

    Python

  6. Interactive-Secant-Method-Solver Interactive-Secant-Method-Solver Public

    This Python script uses the Secant Method to approximate the root of a user-defined function, requiring two initial guesses.

    Python