Intuting
  • Untitled
  • Algorithm Interviews
    • Common Manager
    • Least # of Activities
    • Real Estate Agent
    • Palindrome Pairs
    • Mirror Tree
    • Ship Cargo in 5 Days
  • Coding Interviews
    • Linux "Find" Command
    • Amazon Locker Service
    • Cache Analysis Service
    • Zookeeper Service
  • System Design Interviews
    • Event Reservation System
Powered by GitBook
On this page

Was this helpful?

  1. Coding Interviews

Linux "Find" Command

#Amazon #Coding #Medium

Question

Implement a simple version of linux find command. Start w/ only "-type" and "-name" filters.

Note: the main focus here was to nicely structure the find command so that you can easily add additional filter options.

PreviousShip Cargo in 5 DaysNextAmazon Locker Service

Last updated 5 years ago

Was this helpful?