Skip to content
View Dominic3203's full-sized avatar

Block or report Dominic3203

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

Pinned Loading

  1. Implementing a recursive function T(... Implementing a recursive function T(n) to calculate the nth triangular number and uses it to compute the product of two non-negative integers based on the identity a * b = T(a + b) - T(a) - T(b).
    1
    #include <stdio.h>
    2
    
                  
    3
    int get_input(const char* prompt) {
    4
        printf("%s", prompt);
    5
        int n;
  2. Blender Blender Public template

    3D model that could be useful