anathomical / jubilant-pancake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Jubilant Pancake

We would like to see a front end page that contains a two textfield form which when submitted sends two strings to a backend service. The backend service computes the edit distance between two strings (returns the minimum number of operations required to transform one string into another). The computed output is then returned to the end user.

Assignment Instructions

Fork this repo and when you are done with the assignment submit a pull request. Write an email (with url to the pull request included) to our HR indicating you are done and the solution is ready for code review.)

Constraints

You must meet the following constraints in order for the project to be considered valid:

  1. No page reload
  2. JSON dependent on both ends
  3. Use Python as the server-side programming language
  4. Do not use third-party libaries to compute the edit distance

Scoring

Your code will be judged based on the following scoring system:

  1. How well you've styled and used HTML/CSS on the frontend pages
  2. How well the project is tested
  3. How close your Python code adheres to PEP8 and PyLint ideals

About


Languages

Language:Python 98.9%Language:JavaScript 0.4%Language:CSS 0.3%Language:C 0.3%Language:HTML 0.1%