Files
freeCodeCamp/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.english.md
2020-05-27 13:19:09 +05:30

638 B

id, title, challengeType, isRequired, forumTopicId
id title challengeType isRequired forumTopicId
5e601bf95ac9d0ecd8b94afd Sudoku Solver 4 true 301571

Description

COMING SOON

Instructions

Tests

tests:
  - text: test
    testString: 'test'

Challenge Seed

Solution

/**
  Backend challenges don't need solutions, 
  because they would need to be tested against a full working project. 
  Please check our contributing guidelines to learn more.
*/