Search Articles — Sudonull

Search Results

In this project

Patterns Two Pointers HashMap Stack for interviews

https://sudonull.com/patterns-two-pointers-hashmap-stack-for-interviews

Master Two Pointers, HashMap and Stack patterns with code examples. Solve 60% of algorithmic problems faster. For middle/senior developers. Start practicing.

Learning C through ASCII-RPG: code and structures

https://sudonull.com/learning-c-through-ascii-rpg-code-and-structures

Breakdown of terminal RPG in C: Player/Monster structures, pointers, rand() for combat. Code with examples, input traps and modularity. Ideal for middle developers.

Arc and Mutex for parallel state in Rust

https://sudonull.com/arc-and-mutex-for-parallel-state-in-rust

Learn how to safely share state between threads in Rust with Arc and Mutex. Code examples, pointer comparison, optimizations for middle developers. Practical tips to avoid races.

From other projects

Trending Now