Skip to content
View M-Srimathi's full-sized avatar

Block or report M-Srimathi

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. M-Srimathi M-Srimathi Public

    Config files for my GitHub profile.

  2. Linked-List-Application-code Linked-List-Application-code Public

    It consists of nodes where each node contains data and a reference (link) to the next node in the sequence. This allows for dynamic memory allocation and efficient insertion and deletion operations…

  3. Queue-in-array-Apllication-based-code Queue-in-array-Apllication-based-code Public

    To implement a queue using an array, take two variables front and rear both of which will be initialized to 0 which means the queue is currently empty. It is implemented both enqueue and dequeue

  4. Stack-Paranthesis Stack-Paranthesis Public

    A balanced expression ensures that the program can be executed without any errors. To check for balanced brackets in an expression using stack in Java programming, you need to traverse the expressi…

  5. Stack-Infix-to-Postfix Stack-Infix-to-Postfix Public

    The idea is to use the stack data structure to convert an infix expression to a postfix expression. The stack is used to reverse the order of operators in postfix expression. The stack is also used…

  6. leetcode leetcode Public

    Forked from doocs/leetcode

    🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解

    Java