Skip to content

Commit a1bb6ec

Browse files
authored
update readme file
1 parent 5e2280e commit a1bb6ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
This is a set of 12 tasks developed with C++, all related with data structures and algorithms, from simple lists to heaps and trees, going also through sorting and searching algorithms.
66

7-
For more info see task definition document for each lab:
7+
### Used Technologies:
8+
9+
+ C++
10+
+ Eclipse
11+
+ Git
12+
13+
### For more info see task definition document for each lab:
814

915
+ [Warming up](https://github.com/misrraimsp/datastructuresLab/tree/master/root/Lab_1_Figures)
1016
+ [Queue and List](https://github.com/misrraimsp/datastructuresLab/blob/master/root/Lab_2_Queue_and_List)
@@ -18,3 +24,5 @@ For more info see task definition document for each lab:
1824
+ [Graph Representation](https://github.com/misrraimsp/datastructuresLab/tree/master/root/Lab_10_Graph_Representation)
1925
+ [Breadth-Depth First Search](https://github.com/misrraimsp/datastructuresLab/tree/master/root/Lab_11_Breadth-Depth_First_Search)
2026
+ [Single Source Shortest Path Dijkstra](https://github.com/misrraimsp/datastructuresLab/tree/master/root/Lab_12_Single_Source_Shortest_Path_Dijkstra)
27+
28+

0 commit comments

Comments
 (0)