Skip to content

A solution to the Jane Street software engineering mock interview problem.

Notifications You must be signed in to change notification settings

WebMettle/UnitConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UnitConversion

A solution to the Jane Street software engineering mock interview problem. Requirements for the program were discussed in this YouTube video.

https://www.youtube.com/watch?v=VfbFJISCP3g

The solution implemented during the mock interview is based on a dictionary data structure and a breath first algorithm.

Unit tests for the alternative solution in this repository can be executed by running the following command.

python test_UnitConversion.py -v

About

A solution to the Jane Street software engineering mock interview problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages