Skip to content
View sanjanatg's full-sized avatar
🎯
Focusing
🎯
Focusing
  • BENGALURU
  • 12:01 (UTC -12:00)

Block or report sanjanatg

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. polynomial-addition polynomial-addition Public

    Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Add…

    C

  2. Stack-implementation-using-Singly-linked-list-in-C. Stack-implementation-using-Singly-linked-list-in-C. Public

    The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.

    C

  3. Queue-implemented-using-singly-Linked-list-in-C. Queue-implemented-using-singly-Linked-list-in-C. Public

    The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error …

    C