Skip to content

Latest commit

 

History

History
132 lines (123 loc) · 15.3 KB

File metadata and controls

132 lines (123 loc) · 15.3 KB

Algorithms

Algorithms for Modern Hardware & Algorithm Wiki are useful.

Interesting algorithms

Notes

  • Mocking up the problem on paper or white board is crucial.
  • The functionality of a hash table can be extrapolated and used to solve many problems at the cost of efficiency.
  • Arrays can be used to back most higher level data structures. Sometimes a “data structure” is no more than some clever math for accessing locations in an array.

Links

Images