Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Metin OZTURK",
"label": "Software",
"picture": "https://example.com/photo.jpg",
"email": "[email protected]",
"phone": "(123) 456-7890a",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@mtnoztrk
mtnoztrk / sudoku_solver.c
Created July 25, 2016 20:53
Parallel Sudoku Solver
/*********************************************
* Rearranged by Metin ÖZTÜRK
* Parallel Programming Homework III
**********************************************/
#include <stdio.h>
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
#include "mpi.h"