Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/matcom/programming
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Sep 17, 2024
2 parents 7432370 + 8ef73f2 commit 77ec22a
Show file tree
Hide file tree
Showing 294 changed files with 13,609 additions and 341 deletions.
12 changes: 11 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Las conferencias tienen un estilo muy interactivo. En vez de una clásica presen
7. [Algebra](./conferences/07-algebra)
8. [Matrices](./conferences/08-matrices)
9. [Recursión](./conferences/09-recursion)
10. [Más Recursión](./conferences/10-more-recursion)
11. [Divide y Vencerás](./conferences/11-divide-and-conquer)
12. [Backtrack](./conferences/12-backtrack)
13. [Combinatorial](./conferences/13-combinatorial)
14. [Inheritance](./conferences/14-inheritance)
15. [Genericity and Interfaces](./conferences/15-genericity-and-interfaces)
16. [IEnumerable and IEnumerator](./conferences/16-ienumerable-and-ienumerator)
17. [IList and ICollection](./conferences/17-ilist-and-icollection)
18. [Functional Programming](./conferences/18-functional-programming)


### Conferencias pasadas

Expand All @@ -40,7 +50,7 @@ Links a los proyectos que han sido orientados en varias ediciones del curso.

- [**Moogle!**](https://github.com/matcom/moogle): Primer proyecto de programación, consiste en implementar las funcionalidades básicas de un buscador, incluyendo algún tipo de modelo de documentos (e.g., modelo vectorial), una función de *ranking*, y algunos operadores.

- [**Domino**](https://github.com/matcom/domino): Segundo proyecto de programación, consiste en implementar una biblioteca de clases para experimentar con diferentes variantes del juego Dominó y diferentes estrategias de jugadores virtuales.
- [**HULK**](./projects/hulk/Readme.md): Segundo proyecto de programación, consiste en implementar un intérprete para un subconjunto del lenguaje de programación HULK.

## Ejercicios

Expand Down
26 changes: 0 additions & 26 deletions conferences/03-functions/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions conferences/03-functions/.vscode/tasks.json

This file was deleted.

26 changes: 0 additions & 26 deletions conferences/03-functions/src/.vscode/launch.json

This file was deleted.

41 changes: 0 additions & 41 deletions conferences/03-functions/src/.vscode/tasks.json

This file was deleted.

26 changes: 0 additions & 26 deletions conferences/04-arrays/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions conferences/04-arrays/.vscode/tasks.json

This file was deleted.

26 changes: 0 additions & 26 deletions conferences/06-sorting/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions conferences/06-sorting/.vscode/tasks.json

This file was deleted.

26 changes: 0 additions & 26 deletions conferences/08-matrices/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions conferences/08-matrices/.vscode/tasks.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Loading

0 comments on commit 77ec22a

Please sign in to comment.