Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kdungs/codecon
- Owner: kdungs
- License: mit
- Created: 2015-06-13T02:17:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T15:10:01.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T18:55:52.082Z (almost 2 years ago)
- Topics: challenge, exercise
- Language: C++
- Homepage: http://codecon.bloomberg.com/challenger-series
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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