gokul krishnan

Results 3 issues of gokul krishnan

Problem Description: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. Operations: push(x) — Push element x onto the stack. pop() — Removes...

awaiting reviews
require tests
require type hints
require descriptive names

### Description This pull request adds a detailed docstring and type hints to the `two_sum` implementation in the arrays section. The changes improve code readability and maintainability while keeping the...

awaiting reviews

This project/file contains a solution to the Merge Intervals problem, a common coding interview problem. Problem Statement: Given a collection of intervals, merge all overlapping intervals and return a list...

awaiting reviews