Skip to content

Instantly share code, notes, and snippets.

@hsaputra
Last active May 16, 2018 15:34
Show Gist options
  • Save hsaputra/79b96136af7bd3be8b6f to your computer and use it in GitHub Desktop.
Save hsaputra/79b96136af7bd3be8b6f to your computer and use it in GitHub Desktop.
Programming interviews resource links
http://pages.cs.wisc.edu/~shuchi/courses/787-F09/scribe-notes/lec3.pdf
https://leetcode.com/tag/dynamic-programming/
http://leetcode.com/2010/09/printing-binary-tree-in-level-order.html
http://en.wikipedia.org/wiki/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm
http://en.wikipedia.org/wiki/Maximum_subarray_problem
http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
https://class.coursera.org/progfun-002/assignment/view?assignment_id=15
http://tianrunhe.wordpress.com/2012/06/10/transform-one-word-into-another-by-changing-only-one-letter-at-a-time/
http://stackoverflow.com/questions/7153659/find-an-integer-not-among-four-billion-given-ones
http://www.ashishsharma.me/2011/08/external-merge-sort.html
https://github.com/jasonfeng1989/Tech_Interviews/blob/master/others/buddy_bitmap.py
http://cslibrary.stanford.edu/110/BinaryTrees.html#s2
http://www.cburch.com/cs/340/reading/btree/index.html
https://queue.acm.org/detail.cfm?id=3220266 - Algorithms behing modern storage
https://leetcode.com/problems/rotate-image/description/
https://leetcode.com/problems/rotate-image/discuss/18884/Seven-Short-Solutions-(1-to-7-lines)
Anti clockwise:
https://www.geeksforgeeks.org/inplace-rotate-square-matrix-by-90-degrees
https://www.geeksforgeeks.org/rotate-matrix-90-degree-without-using-extra-space-set-2/
https://leetcode.com/problems/is-graph-bipartite/description/
https://leetcode.com/problems/minimum-path-sum/description
https://www.programcreek.com/2013/03/leetcode-lru-cache-java/
https://stackoverflow.com/questions/27475797/use-linkedhashmap-to-implement-lru-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment