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)
- Host: GitHub
- URL: https://github.com/mikebharris/cobol-katas
- Owner: mikebharris
- Created: 2016-03-04T12:34:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T15:50:29.000Z (about 5 years ago)
- Last Synced: 2025-03-13T01:36:45.700Z (2 months ago)
- Language: COBOL
- Size: 72.3 KB
- Stars: 22
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.