Build a standalone data structures library in code featuring dynamic arrays, Doubly LinkedLists, and HashMaps.
Implement foundational data structures from scratch: Resizable Dynamic Array, Doubly Linked List with sentinel nodes, and Hash Map handling bucket collision resolution.