Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaalonso/pc-haskell

Programación competitiva con Haskell
https://github.com/jaalonso/pc-haskell

competitive-programming haskell

Last synced: about 1 month ago
JSON representation

Programación competitiva con Haskell

Awesome Lists containing this project

README

        

#+TITLE: Programación competitiva con Haskell

* Introducción

Este proyecto es una recopilación de ejercicios de [[https://en.wikipedia.org/wiki/Competitive_programming][programación competitiva]] en
Haskell.

Comienza con una adaptación del libro de Antti Laaksonen [[https://cses.fi/book.html][Competitive
Programmer's Handbook]].

Una recopilación de materiales sobre programación competitiva se encuentra en
[[https://github.com/lnishan/awesome-competitive-programming][awesome-competitive-programming]].

Otras referencias sobre Haskell y programación competitiva son:
+ [[https://wiki.haskell.org/SPOJ][Consejos en la wiki de Haskell para SPOJ]].
+ [[http://acm.timus.ru/help.aspx?topic=haskell][How to write solutions on Haskell]] en Timus.
+ [[https://wiki.haskell.org/Online_judge][Jueces que admiten Haskell]].
+ [[https://github.com/tomoki/haskell-competitive-template][haskell-competitive-template]].
+ [[https://github.com/aimyskk/lib-competitive][A library for competitive programming in Haskell]].

* Contenido
+ 1ª parte: Técnicas básicas.
+ [[./src/Cap_1/Cap_1.org][Cap. 1]]: Introducción.