https://github.com/leviroth/cs50-clojure
Clojure solutions for some CS50 problem sets
https://github.com/leviroth/cs50-clojure
Last synced: about 2 months ago
JSON representation
Clojure solutions for some CS50 problem sets
- Host: GitHub
- URL: https://github.com/leviroth/cs50-clojure
- Owner: leviroth
- License: mit
- Created: 2017-02-27T02:56:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T03:03:44.000Z (over 9 years ago)
- Last Synced: 2025-03-03T07:41:40.693Z (over 1 year ago)
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A few [CS50](https://cs50.harvard.edu/) problem sets implemented in Clojure.
The focus here is on implementing the core algorithms and practicing Clojure. My
solutions do not necessarily implement the exact behavior specified in CS50's
problem sets.
## Installation
Download from GitHub:
git clone https://github.com/leviroth/cs50-clojure.git
## Usage
$ lein run- [args]
e.g.
$ lein run-mario fancy
## Academic Honesty
CS50 is a course. Using these solutions as a basis for code that one submits for
credit probably
violates
[the course's policy on academic honesty](http://docs.cs50.net/2016/fall/syllabus/cs50.html#academic-honesty).
I am making these solutions public on the assumption that anyone capable of
understanding Clojure code and translating it to C is likely a relatively
experienced programmer, who therefore would have little trouble implementing the
introductory problem sets covered here on their own. If you fall into this
category, you have little to gain from cheating.
## License
Copyright © 2017 Levi Roth
Distributed under the MIT License.