Skip to content

cjduffett/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Projects

Samples of my Python coding skills. Much of this repository contains solutions to Google Codejam problems. To date I have solved the following challenges:

  1. Always Turn Left - Generates maps for a series of mazes given only a list of instructions (walk, turn left, turn right) to navigate each maze
  2. File Fix-It - Determines the number of mkdir operations needed to add a list of folders to a filesystem, given a list of folders already in the filesystem
  3. Reverse Words - Given a series of sentences this reverses the order of words in each sentence
  4. Store Credit - Given a desired sum (credit) and a list of available items (numbers), this determines which two numbers in the list of items add up to the credit
  5. T9 Spelling - Given a desired message, this generates the needed key presses to type the message on a standard phone numpad

About

Samples of my Python coding skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages