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

9 challenges available

Shortest Palindrome KMP

HardStrings

You are given a string s. You can convert s to a palindrome by adding characters in front of it....

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

Text Justification

HardStrings

Given an array words and a width maxWidth, format the text such that each line has exactly maxWidth characters and is fu...

0
0 solutions
System

Substring Concatenation Words

HardStrings

You are given a string s and an array of strings words. All the strings of words are of the same length. Return all star...

0
0 solutions
System

Generate Parentheses

MediumStrings

Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses....

0
0 solutions
System

Decode Ways II

HardStrings

A message containing letters from A-Z can be encoded into numbers using a mapping. A-Z is mapped to 1-26. However, this ...

0
0 solutions
System

Word Pattern II

HardStrings

Given a pattern and a string s, find if s follows the same pattern. Here follow means a full match, such that there is a...

0
0 solutions
System

Minimum Window Substring II

HardStrings

Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every char...

0
0 solutions
System

Regular Expression Matcher II

HardStrings

Implement a regular expression matcher that supports . (matches any single character) and * (matches zero or more of the...

0
0 solutions
System

Longest Valid Parentheses

HardStrings

Given a string containing just the characters ( and ), find the length of the longest valid (well-formed) parentheses su...

0
0 solutions
System