Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edomini/cs4221_foundationsofcomputerscience1
https://github.com/edomini/cs4221_foundationsofcomputerscience1
racket
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/edomini/cs4221_foundationsofcomputerscience1
- Owner: edomini
- Created: 2024-12-14T17:42:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T18:02:25.000Z (about 2 months ago)
- Last Synced: 2024-12-14T18:18:30.602Z (about 2 months ago)
- Topics: racket
- Language: Racket
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS4221 Foundations of Computer Science
For your final project you will need to write some Racket code that uses conditionals and/or recursion that can be mapped onto a list.
### Specifically, for the project you will need to produce the following:
- A clear statement of what the problem is;
- Sample data to test your function(s) on. If this data contains malformed input that your function can work around, you will get higher credit (see, for example, the material where we used filter identity);
- Well-documented functions that you'll use;
- A main function which will be mapped onto the data. You should utilise a conditional statement; however, this function should implement recursion to earn full credit.
- Clear instructions on how to execute your code;
- Details on how you used ChatGPT (or some other LLM) in your project. This can include code generation (use sparsely, if at all!), testing, brain-storming, etc.;