Skip to content

Instantly share code, notes, and snippets.

View TheDmitry's full-sized avatar
👋
Focusing

TheDmitry TheDmitry

👋
Focusing
  • Russian Federation
View GitHub Profile
@TheDmitry
TheDmitry / main.c
Last active November 20, 2025 17:55
//Tested and built on Arch Linux x86_64 (Linux 6.17.7-arch1-1) via clang 21.1.5-1
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#define NO_NEXT -1
#define NO_PREV -1
#define NO_OWNER 0
#define TOP_SIZE 11