Skip to content

armaanhammer/lock-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenges 2019

This repo is designed to be viewed on GitHub.com. It makes use of some GitHub-specific Markdown, and has Doxygen pages hosted through GitHub.io. Please begin browsing from this page.

My goals in completing these challenge are:

  • To generate useful code
  • To create documentation I would like to reference.
  • To log my process throughout in a way that is useful and that demonstrates how I solve problems.

Challenge 1: Reimplement LockGuard

Challenge 2: Specify Threads

Challenge 3: Synchronize Threads

Challenge 4: Protect a Resource

Challenge 5: Dispatcher Challenge

Challenge 6: Memory Pool