Skip to content

Instantly share code, notes, and snippets.

@prongs
Created July 6, 2013 13:12
Show Gist options
  • Save prongs/5939836 to your computer and use it in GitHub Desktop.
Save prongs/5939836 to your computer and use it in GitHub Desktop.
cpp.TODO
✔ C++ templates @done (13-06-16 13:03)
✔ C++ typecasting @done (13-06-16 15:53)
✔ C function pointers @done (13-06-16 23:27)
✔ int * x and int (*x) or whatever that was @done (13-06-16 23:44)
☐ practice writing the "big three"
☐ implement class tuple
☐ ADA
☐ basic DS
☐ one height balanced tree
☐ Job scheduling (Earliest deadline first) the exchange argument
☐ Prim running time
✔ Union find @done (13-06-18 18:07)
☐ Greedy Approximations?
☐ LIS nlogn solution
☐ C++ multiset
✔ Catalan Numbers @done (13-06-25 02:15)
☐ Subset sum problem
☐ Interval tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment