Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastreus/anagrams
Problem 5 of COMP 349: Applied Algorithms
https://github.com/rastreus/anagrams
Last synced: 6 days ago
JSON representation
Problem 5 of COMP 349: Applied Algorithms
- Host: GitHub
- URL: https://github.com/rastreus/anagrams
- Owner: rastreus
- License: gpl-3.0
- Created: 2015-08-06T02:35:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T02:38:21.000Z (over 9 years ago)
- Last Synced: 2023-05-04T22:47:00.783Z (over 1 year ago)
- Language: Haskell
- Size: 105 KB
- 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.*_