Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 824 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 824 Bytes

functional-way

An attempt to write small programs in a functional way. For eg - implementing sorting algorithms like merge sort, dynamic programming to solve 'n-dice' problem etc. Sure, some of the implementations are not optimal yet. But the idea is to collaborate and make them optimal while still trying to keep functions free of side effects and using immutable data structures.

Goal

The goal is to make people feel comfortable with the concepts of functional programming. Many of the programmers have encountered these algorithms and programs in their academics and interviews. The familiarity of the problems can really make it easier and interesting to comprehend the solutions.

Language

I have started contributing in Scala. But feel free to contribute in any functional programming language of your choice.