-
Notifications
You must be signed in to change notification settings - Fork 0
/
TO-DO.txt
69 lines (42 loc) · 1.04 KB
/
TO-DO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
ARRAY LIST
- Implement error detection (Index out of range)
- Documentation
SINGLE LINKED LIST
- Implement error detection (Index out of range)
- Documentation
ADT LISTA
- Implement error detection (Index out of range)
- Documentation
- Create default cmpfunction
ADT QUEUE
- Documentation
ADT STACK
- Documentation
PROBING HASH TABLE
- Documentation
CHAINING HASH TABLE
- Documentation
ADT MAP
- Documentation
BINARY SEARCH TREE
- Documentation
RED BLACK TREE
- Implementar las funciones de eliminación
- Probar y arreglar método __getitem__ y __contains__
- Documentation
ADT ORDERED MAP
- Probar y arreglar método __getitem__ y __contains__
- Documentation
ADJACENCY MATRIX
- Hacer pruebas
- Cambiar el método __str__ para encontrar una forma eficiente
- Quitar el atributo directed
- Documentation
ADJACENCY LIST
- Reimplementar los métodos con lo nuevo añadido a las listas.
- Crear el método __str__ igual al de ADM
- Documentation
ADT GRAPH
- Incluir nuevos métodos
- Crear e implementar el atributo directed
- Documentation