Skip to content
View Atchaya1999's full-sized avatar

Block or report Atchaya1999

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. imad-app imad-app Public

    Forked from hasura/imad-app

    Base repository for IMAD course application.

    JavaScript

  2. factorial factorial Public

    To find and print the Factorial of this number. The Factorial of a positive integer N refers to the product of all number in the range from 1 to N.

    C++

  3. seating-arrangements seating-arrangements Public

    C++

  4. toggle-string toggle-string Public

    C++

  5. count-divisors count-divisors Public

    given 3 integers - l, r and k. Find how many numbers between l and r (both inclusive) are divisible by k. You do not need to print these numbers, you just have to find their count. Input Format Th…

    C++

  6. palindromic-string palindromic-string Public

    You have been given a String S. You need to find and print whether this string is a palindrome or not. If yes, print "YES" (without quotes), else print "NO" (without quotes). Input Format The first…

    C++