Skip to content
View Manu-Tyagi90's full-sized avatar

Block or report Manu-Tyagi90

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Showing results

📊 Interactive Streamlit dashboard to analyze VAHAN vehicle registration data by category & manufacturer, with YoY insights, growth trends, and investor-focused visualizations.

Python 1 Updated Aug 10, 2025
JavaScript 1 Updated Aug 13, 2025
JavaScript 1 Updated Aug 17, 2025
TypeScript 1 Updated Aug 16, 2025

Given the `root` of a binary tree, return the level order traversal of its nodes' values. (i.e., from left to right, level by level).

Java 1 Updated Feb 13, 2025

Given the root of a binary tree, determine if it is a valid binary search tree (BST).

Java 1 Updated Feb 13, 2025
JavaScript 1 Updated Jan 25, 2025

Given two strings s and part, perform the following operation on s until all occurrences of the substring part are removed:

Java 1 Updated Feb 11, 2025

Given an integer array nums, rotate the array to the right by k steps, where k is non-negative.

Java 1 Updated Feb 11, 2025

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

Java 1 Updated Feb 11, 2025

You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and n,

Java 1 Updated Feb 11, 2025

Given the head of a linked list, remove the nth node from the end of the list and return its head.

Java 1 Updated Feb 11, 2025

Given the `root` of a binary tree, return the `postorder` traversal of its nodes' values.

Java 1 Updated Feb 12, 2025

Given the `root` of a binary tree, return the `preorder` traversal of its nodes' values.

Java 1 Updated Feb 12, 2025

Given the `root` of a binary tree, return the inorder traversal of its nodes' values.

Java 1 Updated Feb 12, 2025

Design a HashSet without using any built-in hash table libraries.

1 Updated Feb 9, 2025

You are given a doubly linked list, which contains nodes that have a next pointer, a previous pointer, and an additional child pointer.

Java 1 Updated Feb 10, 2025

You are given an array of integers arr[]. Your task is to reverse the given array. Note: Modify the array in place.

Java 1 Updated Feb 10, 2025

Given a string s, find the length of the longest substring without repeating characters.

Java 1 Updated Feb 20, 2025

Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously …

Java 1 Updated Feb 11, 2025

Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.

Java 1 Updated Feb 7, 2025

Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the two linked lists have no intersection at all, return null.

Java 1 Updated Feb 7, 2025

This project is a simple text summarization service built using Spring Boot and Apache OpenNLP. It extracts summaries from long texts by detecting sentences and returning the first three sentences …

Java 1 Updated Feb 9, 2025

Given the head of a singly linked list, return true if it is a palindrome or false otherwise.

Java 1 Updated Feb 9, 2025

Given the head of a singly linked list, return the middle node of the linked list. If there are two middle nodes, return the second middle node.

Java 1 Updated Feb 9, 2025
Next