Skip to content

clayote/jubilant-pancake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 / Single-page App
  2. JSON dependent on both ends
  3. A server side component in the language of your choosing (ranked preference: Python, JavaScript, anything else)
  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 well structured your commits are
  4. How well documented your code is
  5. If using Python, how close your Python code adheres to PEP8 and PyLint ideals

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.1%
  • HTML 16.0%
  • JavaScript 5.9%