Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 629 Bytes

File metadata and controls

9 lines (8 loc) · 629 Bytes

CAST

  • Built and debugged a lightweight STL-like data structure library spanning 16+ source and header files helping developers build maintainable C programs without reinventing core functionality.
  • Implemented 5 core data structures (vectors, stacks, queues, trees and graphs) with 20+ reusable C APIs
  • Designed with explicit memory management and efficient O(1) resizing behavior.
  • Validated 3 data structures using AddressSanitizer and stress-tested with 105+ operations, improving memory safety and reliability.
  • Reduced repetitive C boilerplate by ∼30–40%, enabling more structured and maintainable systems code.