Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrysoK committed Jul 14, 2021
1 parent 3f2112b commit d7ff97c
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ old
*.exe
*.txt
*.o
*.d
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Changelog

## Unreleased

- Determinar si una cadena es aceptada por un autómtata finito.
- Convertir AFND en AFD.

## [0.6.1](https://github.com/CrysoK/TCI_TPT/releases/tag/0.6.1) - 2021-07-13

- CHANGELOG.md añadido.
- README.md modificado.
- Archivos `.d` eliminados.

## [0.6.0](https://github.com/CrysoK/TCI_TPT/releases/tag/0.6.0) - 2021-07-13

### General

- Implementación de un menú.
- Inserción ordenada en conjuntos.
- Conjuntos sin elementos repetidos.
- Eliminación de espacios alrededor de las cadenas al convertirlas en nodos.
- Llamados a `sdslen` reemplazados por `strlen`.

### Módulos

#### Terminados

- `getElementByPos` (nuevo)
- `getListSize` (nuevo)
- `getSizeOfLS` (nuevo)
- `addNodeInOrder`

#### Modificados

- `main`
- `newLSFromString`
- `newLSFromStringRecursive`
- `printLS`
- `newStringNode`
- `getSetCardinal`
- `newEmptyList`
- `isStringAListOrSet`
- `getStringType`
- `splitString`
- `isStringANumber`
- `getDataPriority`

#### Incompletos

- `isAfnd` (nuevo)
- `isStringElementOfLS`
- `getStringFromNode`
- `isElementOfList`
- `isElementOfSet`
- `areSetsEqual`
- `newPowerSet`
- `newIntersectionSet`
- `newUnionSet`
- `newEmptySet`

#### Eliminados

- `isStringValid`

## [0.5.0](https://github.com/CrysoK/TCI_TPT/releases/tag/0.5.0) - 2021-06-01

- Versión del trabajo práctico transversal usada en la primera entrega.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Trabajo práctico transversal

[Progreso](https://www.notion.so/ae7b8a639c6b4d9fba998113b64b34c5?v=1f1ea6e9819e4484a3326136c6f5bf11)
### [Progreso](https://crysok.notion.site/ae7b8a639c6b4d9fba998113b64b34c5?v=1f1ea6e9819e4484a3326136c6f5bf11)

### [Registro de cambios](CHANGELOG.md)
2 changes: 0 additions & 2 deletions obj/LSS.d

This file was deleted.

1 change: 0 additions & 1 deletion obj/auxlib.d

This file was deleted.

2 changes: 0 additions & 2 deletions obj/main.d

This file was deleted.

2 changes: 0 additions & 2 deletions obj/sds.d

This file was deleted.

0 comments on commit d7ff97c

Please sign in to comment.