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

https://github.com/mikebharris/cobol-katas

Common programming katas with solutions in COBOL (GnuCOBOL)
https://github.com/mikebharris/cobol-katas

Last synced: about 2 months ago
JSON representation

Common programming katas with solutions in COBOL (GnuCOBOL)

Awesome Lists containing this project

README

        

# Common programming katas with solutions in COBOL (GnuCOBOL)

Katas taken from http://cyber-dojo.org

1. [FizzBuzz](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-FizzBuzz) - the classic
1. [Friday the 13th](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Friday-The-13th) - :O
1. [Ten Pin Bowling Game](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Ten-Pin-Bowling-Game) - help you keep score
1. [Roman Numerals](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Roman-Numerals) - for time travellers
1. [Reverse Roman](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Reverse-Roman) - for time travellers the other way
2. [100 Doors](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-100-Doors) - shut that door, open that door
3. [Number Names](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Number-Names) - spelling out integers in words
1. [Number Chains](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Number-Chains) - working out how many times before a repeating number occurs when you do some manipulation of an original number.
4. [Monty Hall](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Monty-Hall) - The Monty Hall problem - a goat or a car for you sir?
5. [Mars Rover](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Mars-Rover) - Google's Mars Rover Technical Challenge
6. [Balanced Parentheses](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Balanced-Parentheses) - are your brackets balanced or aren't they?
6. [Conway's Game of Life](https://github.com/mikebharris/COBOL-katas/tree/master/COBOL-Game-of-Life) - a solution to a single iteration of the Game of Life.