Skip to content

Instantly share code, notes, and snippets.

View VinayHajare's full-sized avatar

Vinay Arjun Hajare VinayHajare

View GitHub Profile
@VinayHajare
VinayHajare / A*.c
Last active May 19, 2025 08:52
AI Labs
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define N 3
#define SIZE 9
typedef struct Node {
int puzzle[SIZE];