Implementations of data structures presented in the course "Structures des données" at Sorbonne Université in Zig.
Find a file
Anhgelus Morhtuuzh e9d7c61582
feat(c5): avl trees
every test does not pass, idk why
2026-01-01 17:21:29 +01:00
src feat(c5): avl trees 2026-01-01 17:21:29 +01:00
.gitignore Initial commit 2025-12-16 11:54:43 +01:00
build.zig Initial commit 2025-12-16 11:54:43 +01:00
build.zig.zon Initial commit 2025-12-16 11:54:43 +01:00
LICENSE Initial commit 2025-12-16 11:54:43 +01:00
README.md feat(c1): linked list 2025-12-16 16:40:04 +01:00

SDD Zig

Implementations of data structures presented in the course "Structures des données" at Sorbonne Université in Zig.

Why? Because I don't like C and I wanna try implementing them in a low level language with manual memory management.