An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/sczerwinski/coursera-progfun1.svg?branch=master)](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)