package
0.0.0-20211230051422-45e99aeff32b
Repository: https://github.com/achoarnold/cracking-the-coding-interview.git
Documentation: pkg.go.dev

# Functions

FizzBuzzMultiThread implements the fizzbuzz algorithm in 3 go-routines.
NewChopStick creates a new chopstick.
NewPhilosopher creates a new instance of a philosopher.

# Structs

ChopStick is s the chopstick needed for dining.
Philosopher is a person who can eat with a chopstick.