Published on Sat Feb 26, 2022 Leetcode with composable patterns leetcode algorithms programming python
Published on Wed Mar 26, 2014 Elements of Programming Interviews elements-of-programming-interviews algorithms programming haskell
Published on Thu Feb 27, 2014 EPI 6.18 - Run-Length Encoding elements-of-programming-interviews algorithms programming arrays run-length encoding
Published on Thu Feb 27, 2014 EPI 5.10 - Greatest common divisor elements-of-programming-interviews algorithms programming greatest-common-divisor
Published on Thu Feb 27, 2014 EPI 6.15 - Printing a 2D array spirally elements-of-programming-interviews algorithms programming arrays spiral-printing
Published on Tue Feb 4, 2014 EPI 6.6 - Longest contiguous increasing subarray elements-of-programming-interviews algorithms programming longest-contiguous-increasing-subarray subarray
Published on Sat Feb 1, 2014 EPI 6.19 - Reversing words in a string elements-of-programming-interviews algorithms programming arrays strings reversal
Published on Tue Jan 28, 2014 EPI 6.4 - Generalized Max Difference elements-of-programming-interviews algorithms programming max-difference
Published on Sun Jan 26, 2014 EPI 6.3 - Max Difference elements-of-programming-interviews algorithms programming max-difference
Published on Sun Jan 26, 2014 EPI 6.5 - Subset summing to 0 mod n elements-of-programming-interviews algorithms programming subset-summing
Published on Sun Jan 26, 2014 EPI 6.13 - Rotating an array elements-of-programming-interviews algorithms programming arrays rotating
Published on Sun Jan 26, 2014 EPI 6.1 - Dutch Flag Partitioning elements-of-programming-interviews algorithms programming haskell dutch-flag-partitioning
Published on Fri Jan 24, 2014 EPI 5.5 - Generating power sets elements-of-programming-interviews algorithms programming power-sets
Published on Fri Jan 24, 2014 EPI 5.6 - String to integer conversion functions elements-of-programming-interviews algorithms programming string-to-integer integer-to-string
Published on Fri Jan 24, 2014 EPI 5.8 - Spreadsheet column encoding elements-of-programming-interviews algorithms programming sreadsheet column-encoding
Published on Fri Jan 24, 2014 EPI 5.9 - Elias Encoding and Decoding elements-of-programming-interviews algorithms programming elias encoding decoding
Published on Fri Jan 24, 2014 EPI 5.7 - Generalized conversion between bases elements-of-programming-interviews algorithms programming string-to-integer integer-to-string
Published on Thu Jan 23, 2014 EPI 5.1 - Find the number of bits set in a number (and Parity) elements-of-programming-interviews algorithms programming haskell
Published on Thu Jan 23, 2014 EPI 5.4 - Closest integers with same weight elements-of-programming-interviews algorithms programming haskell