nyansa-submission

nyansa1.cpp - The solution to the URL sorting problem. Should simply compile by running make. If not, run g++ nyansa1.cpp -o nyansa1 -std=c++11.

nyansa-producer-consumer.txt - Answer to the multi-threaded problem.