Top Categories

My First Take Home Interview Exercise: Flattening Nested Arrays using Recursion
  • Category: Information Technology
  • Sub Category: Android Development
  • code
  • Tutorial
  • Development
  • ios
  • recursion
  • swift
  • Xcode
  • learn
  • Programming
84 Views
Let me tell you about my first time going through an entire interview process and completing a take home exercise. This algorithm test involved setting up a server in the cloud that allowed users to pass in nested arrays. For example, we need to convert arrays like this: [0, 1, [2, [3, 4]]] to [0,

Comments

You Might Be Interested In