Added some descriptors to iterative

This commit is contained in:
Thomas Kwashnak
2022-01-11 21:05:35 -05:00
parent 76d5f2dde2
commit f87d306b0f

View File

@@ -5,4 +5,6 @@ Conversion to [Oracle Java](https://openjdk.java.net/)
Two versions of Roulette has been contributed. They are indicated within given sub-folders
- [oop](./oop) - Conversion by Andrew McGuinness (andrew@arobeia.co.uk)
- [iterative](./iterative) - Conversion by Thomas Kwashnak ([Github](https://github.com/LittleTealeaf)). Implements features from JDK 17
- [iterative](./iterative) - Conversion by Thomas Kwashnak ([Github](https://github.com/LittleTealeaf)).
- Implements features from JDK 17.
- Does make use of some object oriented programming, but acts as a more iterative solution.