97 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "Probabilistic algorithms",
 | |
|   "order": 9,
 | |
|   "challenges": [
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b651",
 | |
|       "title": "Basic definitions",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b095",
 | |
|       "title": "Generating a random number from a given interval",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b652",
 | |
|       "title": "Generate and test paradigm",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b097",
 | |
|       "title": "Generating a random prime",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b098",
 | |
|       "title": "Generating a random non-increasing sequence",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b099",
 | |
|       "title": "Generating a random factored number",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "59a5801209a6acac5983b100",
 | |
|       "title": "Complexity theory",
 | |
|       "description": [
 | |
|         ""
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         ""
 | |
|       ],
 | |
|       "tests": [
 | |
|         ""
 | |
|       ]
 | |
|     }
 | |
|   ]
 | |
| } |