Skip to content

Commit 666a1bd

Browse files
committed
nuevas presentaciones
1 parent c0bc1e2 commit 666a1bd

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

_posts/2024-06-28-Recursos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,19 @@ __Tabla de Contenidos__
9393
- [soluciones dicarbene](https://dicarbene.github.io/solutions/resources_learn/) cheat sheets y pdfs.
9494
- [Steven Halim: Stanford ACM](https://github.com/stevenhalim/stanfordacm) materiales del cursos CS 97SI por el famoso autor de la serie de libros Competitive Programming.
9595
- [Top Coder](https://www.topcoder.com/thrive/tracks?track=Competitive%20Programming) blogs acerca de múltiples temas de la programación competitiva.
96+
- [Learn X in Y minutes:Where X=C++](https://learnxinyminutes.com/docs/c++/) Página de referencia completa y simple acerca de c++
9697

9798
## Implementaciones de codigos y algoritmos
9899

99100
- [Errichto: C++ algorithm contest library](https://github.com/Errichto/contest_library) implementaciones de algunos algoritmos avanzados listos para usar.
100101
- [GitHub del Club de Algoritmia ESFM](https://github.com/CPCESFM) material de apoyo e implementaciones.
101102
- [ncduy0303 (Expert en codeforces)](https://ncduy0303.github.io/Competitive-Programming/) plantillas e implementaciones de algoritmos y estructuras de datos.
102103
- [Prasad Gujar: CompetitiveProgramming](https://github.com/prasadgujar/CompetitiveProgramming) varios recursos como libros y codigos.
104+
- [AC(AtCoder) Library Document (production)](https://github.com/atcoder/ac-library/)
105+
- [indy256: codelibrary](https://github.com/indy256/codelibrary/)
106+
- [rindag-devs: CPLib](https://github.com/rindag-devs/cplib)
107+
- [ageprocpp: competitive-programming-library](https://ageprocpp.github.io/competitive-programming-library/)
108+
- [iagorrr: competitive-programming-library](https://github.com/iagorrr/Competitive-Programming-Library)
103109

104110
## Conjuntos de enlaces
105111

_posts/2024-06-29-Cursos_Externos.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ __Tabla de Contenidos:__
2828
- [Hector Florez: Fundamentos deprogramación competitiva (Tabla de contenido)](https://www.ecoeediciones.com/wp-content/uploads/2024/08/9789585082861_contenido.pdf)
2929
- [Lekhika: A Guide to Master Graph Algorithms for Competitive Programming ](https://www.naukri.com/code360/library/a-guide-to-master-graph-algorithms-for-competitive-programming)
3030
- [UdG: Curso de algoritmia CUCEI](https://dcc.cucei.udg.mx/sites/default/files/i5884_algoritmia_1.pdf)
31-
31+
- [Shahjalal Shohag: The Ultimate Topic List(with Tutorials, Problems, and Templates)](https://blog.shahjalalshohag.com/topic-list/)
32+
- [Programming Camp Syllabus](https://docs.google.com/document/d/1_dc3Ifg7Gg1LxhiqMMmE9UbTsXpdRiYh4pKILYG2eA4/edit?tab=t.0)
33+
- [Triveni Mahatha: Getting Started with the Sport of Programming](https://sportprogramming.blogspot.com/2014/07/getting-started-with-sport-of.html)
3234

3335
## Cursos de organizaciones
3436

_posts/2024-07-20-Presentaciones.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ image:
4444
1. [Arboles](https://cpc-gallos.github.io/Presentations/2024/3_003-Arboles.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_003-Arboles.pdf)
4545
1. [Grafos](https://cpc-gallos.github.io/Presentations/2024/3_004-Grafos.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_004-Grafos.pdf)
4646
1. [Minimum Spanning Trees & FloodFill](https://cpc-gallos.github.io/Presentations/2024/3_005-MST-Floodfill.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_005-MST-Floodfill.pdf)
47-
1. Complete search
48-
1. Teoria de Juego
49-
1. Geometria Computacional
47+
1. [Range Queries](https://cpc-gallos.github.io/Presentations/2024/3_006-Ranque_Queries.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_006-Ranque_Queries.pdf)
48+
1. [Complete search](https://cpc-gallos.github.io/Presentations/2024/3_007-Complete_Search.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_007-Complete_Search.pdf)
49+
1. [Combinatoria](https://cpc-gallos.github.io/Presentations/2024/3_008_Combinatoria.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_008_Combinatoria.html)
50+
1. [Teoria de Juego](https://cpc-gallos.github.io/Presentations/2024/3_009-Teoria_De_Juego.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_009-Teoria_De_Juego.pdf)
51+
1. [Geometria Computacional](https://cpc-gallos.github.io/Presentations/2024/3_010_Geometria_Computacional.html), [pdf](https://cpc-gallos.github.io/Presentations/2024/3_010_Geometria_Computacional.pdf)
5052

5153
> El repositorio de estas presentaciones se encuentra en <https://github.com/CPC-GALLOS/Presentations>
5254
{: .prompt-tip }

_posts/2024-09-20-Concursos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Más información en [la convocatoria 2024](https://www.aniei.org.mx/eventos-ani
9494
- **2do lugar:** $50 USD
9595
- **3er lugar:** $25 USD
9696

97-
Más información en [coderbloom.com](https://coderbloom.com).
97+
Más información en [coderbloom.org](https://coderbloom.org).
9898

9999
## IEEEXtreme
100100

0 commit comments

Comments
 (0)