Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdungs/codecon

Solving assignments for Bloomberg's CodeCon Challenger Series
https://github.com/kdungs/codecon

challenge exercise

Last synced: 25 days ago
JSON representation

Solving assignments for Bloomberg's CodeCon Challenger Series

Awesome Lists containing this project

README

        

# Bloomberg CodeCon Challenger Series

My solutions to the [Bloomberg CodeCon Challenger Series](http://codecon.bloomberg.com/challenger-series). Everything in C++11 for fun and profit.

Code licensed under terms of the [MIT License](LICENSE).

## Progress

* [x] [Base Arithmetic](src/base_arithmetic.cc)
* [x] [Expecto Palindronum](src/palindronum.cc)
* [x] [Mug Color](src/mug.cc)
* [x] [Laundry Day](src/laundry.cc)
* [x] [Messed up Rugby](src/rugby.cc)
* [x] [A Compliance Problem](src/compliance.cc)
* [x] [Yet Another Compliance Problem](src/compliance2.cc)
* [ ] Matching Datasets
* [ ] Matching Datasets++
* [x] [Finals Spring 2015 - Matching Gloves](src/gloves.cc)
* [x] [Finals Spring 2015 - Conference Room Scheduler](src/rooms.cc)
* [x] [Finals Spring 2015 - Golf Course](src/golf.cc)
* [x] [Finals Spring 2015 - Maze Solver](src/maze.cc)
* [ ] Finals Spring 2015 - Apples and Oranges
* [ ] Finals Spring 2015 - Galactic Exchange
* [ ] Finals Spring 2015 - Ring of Fungi
* [ ] Finals Spring 2015 - Liar Minesweeper