Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 573 Bytes

File metadata and controls

19 lines (14 loc) · 573 Bytes

Python-UTC

This is a repository containing the projects I worked on in my Software Design and Development class (Fall '22) at UTC, as well as any additional Python projects for different classes.

Content

Games

  • Hang Man (hangman_game dir)
  • Scrabble (scrabble_game dir)

String manipulation

  • Vowel Counter (vowel.py)
  • Bob Counter (bob_counter.py)
  • Alphabetical String Identifyer (alpha_string.py)

Bisection Search Demo

  • Number Guesser (guess_number.py)

Sorting Programs

  • O(n) sort an array of n length, containing numbers 0 - n-1 (sort.py)