bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/DSA/Practice
DSA•Practice

DSA Practice: Fill the Gap

Open the puzzle, solve it, then come back for the next repetition.

FocusDetails
LanguageDSA
ProblemValid Anagram
DifficultyEasy
Puzzle modefill blank
GoalComplete the missing expression or line in a real solution scaffold.

Bugl practice

Start Valid Anagram practice

Start practice

Practice Task

  • Read the code or evidence panel before answering.
  • Submit the answer in the Bugl puzzle UI.
  • Use the explanation to name the exact rule or pattern you missed.

Problem brief: Given two strings s and t, return true if t is an anagram of s, and false otherwise. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once.

Previous

DSA Practice: Trace State

Next

DSA Practice: Spot the Bug