Skip to content

theodesp/interview-cake

Repository files navigation

Interview Cake

Solutions to the interview cake programming challenges written in python. All challenges are bundles with tests.

Challenges

  • Product of All Other Numbers.
  • Highest Product of 3.
  • Apple Stocks.
  • Condense Meeting times.
  • Making Change.
  • Rect Love.
  • Temp Tracker.
  • Balanced Bin Tree.
  • Bin Search Tree Tracker.
  • 2nd largest item in bin Search Tree.
  • Million Gazillion.
  • Find in ordered Set.
  • Find Rotation point.
  • Inflight Entertainment.
  • The cake thief.
  • Javascript Scope.
  • Whats wrong with this in Javascript.
  • Queue 2 stacks.
  • Largest Stack.
  • The stolen breakfast Drone.
  • Delete Node.
  • Does this L. List have a Cycle.
  • Reverse a linked list.
  • Kth to last node in a Single L.List.
  • Reverse String in place.
  • Reverse Words.
  • Parenthesis matching.
  • Bracket Validator.
  • Permutation Palindrome.
  • Recur Tree Permutations.
  • Top Scores.
  • Which appears twice.
  • World Cloud Data.
  • Single Riffle Shuffle
  • In place shuffle.
  • Url Shortener.
  • Merge Sorted Arrays.
  • Find duplicate files.
  • Find, repeat Space Edition.
  • Find, repeat Space Edition Beast Mode.
  • 2 Egg problem.
  • Simulate 5-sided dice.
  • Simulate 7-sided dice.
  • Simulate 7-sided dice.