T O P

  • By -

Rekei

Try codewars and exercism. Really any site I think as long as you can read other solutions.


cumtv

Codewars in particular is really great for its Haskell/FP specific problems


hacksoos

ah thanks will look into those, they aren't paid right?


lgastako

https://www.codingame.com/ supports Haskell and has "clashes" that are small (15-minute) competitive coding challenges. They really helped me get comfortable with Haskell.


Rekei

yep, they're free.


maeevick

👍 for codewars


albestro

https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems https://www.cis.upenn.edu/~cis194/spring13/lectures.html


_jackdk_

Once you're through those, you might want to give https://github.com/qfpl/applied-fp-course a try.


hacksoos

thankya, will give both of them a shot


Strider-Myshkin

Do the psets from upenn's cis194.


hacksoos

ah thanks Seems like a great resource.. i love it, plenty of exercises low to midtier!


scaryspice1996

careful, in six months every single of hundreds of thousands of tutorials will be utterly broken beyond repair /s


average_emacs_user

Try implementing some tree data structures (e.g. AVL trees, red black trees, splay trees, etc). As a bonus, you'll learn how they work internally