Skip to content

brookman1/dby_excercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dby_excercise

In responce to excercise https://bitbucket.org/dbuy/workspace/snippets/rnB4an .

Files:

main.py -- produces optimal output order on default string, contains json_output_optimal_order
optimal_order.py -- has the functions optimal_output_order, optimal_output_order2 the memory efficient solution.
test_optimal_order.py -- testcases for both functions.

To execute solution:

from where_ever_solution.main import json_output_optimal_order
json_output_optimal_order(json_input_string)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages