Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 378 Bytes

Algorithms

Variety of custom algorithms to practice creating, optimizing and building my understanding.

Fun Algorithms

  • Tennis Simulator - simulates a random game of tennis given the intial probabilties of each player winning! Includes changing servers and accounts for randomness.

Sorting and Searching Algorithms

  • Binary Search
  • Iterative Search
  • Merge Search