Skip to content

My solutions to the Coursera Functional Programming in Scala course

Notifications You must be signed in to change notification settings

swoopej/functional-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the solutions to first 5 weeks of Functional Programming through Coursera. There were four assignments in the first 5 weeks:

1) recursion - short exercises to form Pascal's Triangle patterns and a parentheses balancing function.

2) funsets - implementing several functions on sets such as returning the intersection, union, and using higher order functions to apply transformations on sets.

3) tweetsets - implementing sorting, filtering, and other operations on a "Tweetset" data type. My work was done in TweetSet.scala.

4) Huffman - implementing lossless compression using Huffman Coding.

About

My solutions to the Coursera Functional Programming in Scala course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages