Alex G. Lopez (agl-alexglopez)

agl-alexglopez

Geek Repo

Github PK Tool:Github PK Tool

Alex G. Lopez's repositories

maze-tui

This repository implements various maze building and solving algorithms in Rust. Unicode characters help explore these beautiful algorithms in a TUI!

Language:RustLicense:MITStargazers:21Issues:1Issues:0

multithreading-with-mazes

This repository contains maze building and solving algorithms. The solvers are multithreaded.

Language:C++License:MITStargazers:1Issues:1Issues:0
Stargazers:0Issues:0Issues:0

c-str-view

An experiment with string fiddling in C. Is the C++ std::string_view abstraction a good fit for C?

Language:CLicense:NOASSERTIONStargazers:0Issues:1Issues:0

dancing-links

Various practical implementations of Donald Knuth's Algorithm X via Dancing Links.

Language:C++License:MITStargazers:0Issues:0Issues:0

dancing-links-and-planning-pokemon

A repository that explores how to apply Donald Knuth's Algorithm X via Dancing Links to Pokémon type coverage.

Language:CLicense:MITStargazers:0Issues:1Issues:0

heap-allocator-workshop

This repository is a workshop for heap allocator implementations using a variety of data structures and algorithms. The goal is to compare performance and tradeoffs of different approaches in depth.

Language:CLicense:MITStargazers:0Issues:1Issues:0

tree-lib

Various data structures supported by a no heap splay tree written in C.

Language:CLicense:MITStargazers:0Issues:1Issues:0