Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastreus/count-the-surjections
Problem 1 of COMP 349: Applied Algorithms
https://github.com/rastreus/count-the-surjections
Last synced: 6 days ago
JSON representation
Problem 1 of COMP 349: Applied Algorithms
- Host: GitHub
- URL: https://github.com/rastreus/count-the-surjections
- Owner: rastreus
- License: gpl-3.0
- Created: 2015-07-25T13:47:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T03:42:50.000Z (over 9 years ago)
- Last Synced: 2023-05-04T22:47:02.565Z (over 1 year ago)
- Language: Haskell
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### About
In an effort to better learn the functional programming paradigm,
and more specifically, the [Haskell programming language](https://www.haskell.org),
I am working through some programming puzzles in my spare time. These problems are from
the course [COMP 349: Applied Algorithms](http://www.harding.edu/academics/colleges-departments/sciences/computer-science/courses-offered) at [Harding University](http://www.harding.edu).An explanation of the problem is located in the `info` folder of this repo.
Source code is located in the `src` folder and is licened under the GNU GPLv3.
Copyright information is located in the `COPYING` file in the root of this repo.
Additional information on the GNU GPLv3 license is located at http://www.gnu.org/licenses/._*Coursework is only allowed in C++ or Java so this isn't too helpful for current students.*_