Skip to content

hught/jubilant-pancake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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
  2. JSON dependent on both ends
  3. Use Python as the server-side programming language

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published