hanyc1992/EPL-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
EE380L EPL Course Projects using C++ proj1: Implemented and extended a STL-style vector container, providing random access iterator and amortized constant append using C++ proj2: Designed and implemented a lazy-evaluation valarray container using template meta-programming and proxy classes proj3: Implemented an event-driven lifeform simulator based on quadTree position. Created a new lifeform candidate.