You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.algorithmsphoboes.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
The text was updated successfully, but these errors were encountered:
"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
andodc.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
The text was updated successfully, but these errors were encountered: