Skip to content
View talhaimam's full-sized avatar

Block or report talhaimam

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

    Equilateral triangle and two pyramids using for loops.

    C# 1

  2. LongestIncreasingSubsequenceFinder LongestIncreasingSubsequenceFinder Public

    Takes an input array and outputs its longest increasing subsequence.

    C#

  3. Lexical-Syntax-Analyzer Lexical-Syntax-Analyzer Public

    The first two phases of compiler construction.

    C#

  4. Addition-Or-Subtraction-of-Very-Big-Integers Addition-Or-Subtraction-of-Very-Big-Integers Public

    A C# class that adds or subtracts two very big integers, which cant be assigned to any of the existing data types.

    C#

  5. OOP-Real-Life-Example-Implementation OOP-Real-Life-Example-Implementation Public

    Set of very basic classes, interfaces and methods that depict a real life relation between animals in the OOP fashion.

    C#

  6. Factorial-and-Power-Classes Factorial-and-Power-Classes Public

    Factorial and power calculation by both looping and recursion techniques.

    C#