#C++

2 items tagged with “C++

Projects

BRKGA for Multi-Depot Orienteering Problem

Implemented a Biased Random Key Genetic Algorithm for an NP-complete optimization problem, outperforming VNS-based baselines.

In-memory Cache Engine

Implemented a high-performance in-memory cache in C++ featuring LRU eviction, custom memory management, and thread-safe data structures.