-
-
Notifications
You must be signed in to change notification settings - Fork 12
Generic code thru template hell #119
Description
"data structures + algorithms = programs" N data structures x M algorithms means NxM possible programs from one magic liners; not all possible programs may correct or useful but getting a polynomial big O return on programmer time is rare.
For reasons I wont defend here in D this should involve templates and an iterator api that involves "front, popFront, empty"
Description
Read and understand the current state of phoboes.algorithms phoboes.containeers and odc.templatehell, identify problems seek to redress it.
Pick an api target(while all attempts should have the core 3 functions, there are fuzzier optional functions such as length) write code that compiles together.
Milestones
" X number of data structures implemented"
" X numbers of algorthims implemented/expanded api"
" X leet code problems solvable/improved"
Outcome
better generic code api
Skills
template wizardry
Getting started
God help you, upsteam doesnt care