Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaalonso/pc-haskell
- Owner: jaalonso
- License: gpl-3.0
- Created: 2017-08-02T11:31:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T09:52:55.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:48:50.163Z (almost 2 years ago)
- Topics: competitive-programming, haskell
- Language: Haskell
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Programación competitiva con Haskell
* IntroducciónEste 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.