Skip to content

venkateshelangovan/IIT-H-Course-Work-

Repository files navigation

Leetcode Solution :

Programming Language - Python

Problem Difficulty Level Time Complexity Space Complexity Solution
Non - Decreasing Array Medium O(n) O(1) Python Solution Code
Avoid Floods in the city Medium O(nlogn) O(n) Python Solution Code
Count Good Meals Medium O(n) O(n) Python Solution Code
Make Sum Divisible by p Medium O(n) O(n) Python Solution Code
Running Sum of 1d Array Easy O(n) O(1) Python Solution Code
Kids With the Greatest Number of Candies Easy O(n) O(1) Python Solution Code
Shuffle the Array Easy O(n) O(n) Python Solution Code
Richest Customer Wealth Easy O(n) O(1) Python Solution Code
Number of Good Pairs Easy O(n) O(n) Python Solution Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published