GithubHelp home page GithubHelp logo

apartment-list's Introduction

Apartment List Coding Challenge

This method will normalize a string which represents a file path. Normalizing, in this case, consists of two parts.

  • all single dot components of the path must be removed.
    • For example, "foo/./bar" should be normalized to "foo/bar".
  • all double dots components of the path must be removed, along with their parent directory, if any.
    • For example, "foo/bar/../baz" should be normalized to "foo/baz".

The program is written with Python 2.7. Make sure you have Python installed on your computer before continuing. You can download it here. Here are the steps to running the program. Also, pull the files from GitHub or just download the file.

  1. Open up Terminal (or Command Line on PC).
  2. CD into the directory where you have stored "normalize.py"
  3. When you have found the correct directory, type "python normalize.py" to run the program.
  4. You will be prompted to input your file path. After you input your file path, it will output the normalized path.
  5. If you want to run the program again, simply type "yes" to normalize another path.
  6. If you want to terminate the program, type "no" or Ctrl/Cmd-C.

apartment-list's People

Contributors

lalizlabeth avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.