freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-367-bozo-sort.arabi...

605 B

id challengeType title videoUrl localeTitle
5900f4db1000cf542c50ffee 5 Problem 367: Bozo sort

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'assert.strictEqual(euler367(), 48271207, "<code>euler367()</code> should return 48271207.");'

Challenge Seed

function euler367() {
  // Good luck!
  return true;
}

euler367();

Solution

// solution required