This repository contains code samples generated by ChatGPT. They are featured and discussed in the episode "10X Your Code with ChatGPT: How to Use it Effectively" on Dave's Garage:
The repository contains the following code, all generated by ChatGPT:
- In the Primes directory, implementations of the Sieve of Eratosthenes in C, C++ and NVIDIA CUDA. You can compare these to their respective counterparts in the Primes project repository, also available here.
- In the RomanNumerals directory, programs that convert decimal numbers into Roman numerals. These are available in BASIC, C, C++ and Python.