Coders Crushby Napplied AI

Problems Arena

Community-driven challenges - No solutions shown!

These are interesting problems with no solutions shown. Submit your own solutions or problems to contribute!

AllAI/DevToolsAdTechAlgorithm DesignAnalyticsArchitectureBlockchainBlockchain/SecurityCloudCode AnalysisCode Analysis/MLCompilersCryptographyDPData EngineeringData StructuresDatabasesDevOpsDevToolsDistributed SystemsEdTech/MLEvolutionary ComputingFormal MethodsGame AIGame DevGraph AlgorithmsGraphQLGraphsInfrastructureMLML EthicsML InfrastructureML/AnalyticsML/AudioML/Document AIML/NLPMathematical PuzzlesNLPNLP/MLObservabilityOptimizationPerformancePrivacyQuantum ComputingReal-time SystemsResilienceRoboticsSRESchedulingScheduling AlgorithmsSecurityServerlessStringsSyncSystem DesignTestingVisualizationWeb Development

16 challenges available

Maximum Score Removing Substrings

MediumDP

You are given a string s and two integers x and y. You can perform two types of operations any number of times....

0
Coders Crushby Napplied AI

The ultimate interview preparation platform. Master System Design, DSA, and tackle community challenges to crush your FAANG interviews.

Looking for jobs? Visit Napplied AI Jobs Search Agent

System Design

  • All Problems
  • Easy
  • Hard

DSA

  • All Problems
  • Dynamic Programming
  • Graphs

More

  • Problems Arena
  • Growth Paths
  • My Crush

Coders Crush by Napplied AI - Tech Interview & Coding Should Be Effortless

0 solutions
System

Distinct Subsequences II

HardDP

Given a string s, return the number of distinct non-empty subsequences of s. Since the answer may be very large, return ...

0
0 solutions
System

Num Longest Increasing Subsequence

HardDP

Given an integer array nums, return the number of longest increasing subsequences....

0
0 solutions
System

Concatenated Words

HardDP

Given an array of strings words (without duplicates), return all the concatenated words in the given list of words....

0
0 solutions
System

Paint House II

HardDP

There are n houses and k colors. You need to paint all the houses such that no two adjacent houses have the same color....

0
0 solutions
System

Stone Game IV

HardDP

Alice and Bob take turns playing a game, with Alice starting first. There are n stones in a pile, and the goal of the ga...

0
0 solutions
System

Minimum Path Cost Grid

MediumDP

You are given a 0-indexed m x n integer matrix grid consisting of positive integers. You can move in four directions: up...

0
0 solutions
System

Maximum Alternating Subsequence Sum

MediumDP

The alternating sum of a sequence is defined as the sum of elements at even indices minus the sum of elements at odd ind...

0
0 solutions
System

Maximum Sum Circular Subarray

MediumDP

Given a circular integer array nums of length n, return the maximum sum of a non-empty subarray of nums....

0
0 solutions
System

Distinct Subsequences III

HardDP

Given a string s, return the number of distinct subsequences of s where all the characters of the subsequence are unique...

0
0 solutions
System

Profitable Schemes

HardDP

There is a group of n members, and a list of some crimes they could commit. The ith crime generates a profit[i] and requ...

0
0 solutions
System

Longest Increasing Path Matrix

HardDP

Given an m x n integers matrix, return the length of the longest increasing path in matrix. From each cell, you can eith...

0
0 solutions
System

Word Break III

HardDP

Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, add spaces in s to construct ...

0
0 solutions
System

Minimum Cost Tickets

MediumDP

In a country popular for train travels, you have planned some train traveling one year in advance. The days of the year ...

0
0 solutions
System

Best Time Buy Sell Stock IV

HardDP

You are given an integer array prices where prices[i] is the price of a given stock on the ith day, and an integer k....

0
0 solutions
System

Interleaving Strings

MediumDP

Given strings s1, s2, and s3, find whether s3 is formed by an interleaving of s1 and s2. An interleaving of two strings ...

0
0 solutions
System