https://github.com/hadv/coursera-progfun1
"Functional Programming Principles in Scala" Coursera course assignments.
https://github.com/hadv/coursera-progfun1
Last synced: 9 months ago
JSON representation
"Functional Programming Principles in Scala" Coursera course assignments.
- Host: GitHub
- URL: https://github.com/hadv/coursera-progfun1
- Owner: hadv
- License: apache-2.0
- Created: 2016-07-30T08:01:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T19:15:17.000Z (about 10 years ago)
- Last Synced: 2025-05-21T22:11:22.399Z (about 1 year ago)
- Language: Scala
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/sczerwinski/coursera-progfun1)
# Functional Programming Principles in Scala
This project contains source code written for peer-reviewed assignments in [Functional Programming Principles in Scala](https://www.coursera.org/learn/progfun1) course on [Coursera](https://www.coursera.org/).
## Assignment: Example Assignment
> The goal of this assignment is to familiarize yourself with the infrastructure and the tools required during this class. Even though the grade in this assignment will be excluded from your final grade for the course, it is important that you work through this assignment carefully.
## Assignment: Recursion
[Week 1 assignment](https://github.com/sczerwinski/coursera-progfun1/wiki/Week-1)
## Assignment: Functional Sets
[Week 2 assignment](https://github.com/sczerwinski/coursera-progfun1/wiki/Week-2)
## Assignment: Object-Oriented Sets
[Week 3 assignment](https://github.com/sczerwinski/coursera-progfun1/wiki/Week-3)
## Assignment: Huffman Coding
[Week 4 assignment](https://github.com/sczerwinski/coursera-progfun1/wiki/Week-4)
## Assignment: Anagrams
[Week 6 assignment](https://github.com/sczerwinski/coursera-progfun1/wiki/Week-6)