In the InfoArena_Problems are a variety of solved exercices in which are used Data Structures such as : Hash, Heap, Stack, Deque and RMQ. All of the problems passed the tests from the Infoarena site.
Next there is examene that has a PDF with an exam, more to be added.
In the next part, there are 4 labs:
- Lab3 -> Create Linked Lists
- Lab4 -> Create Heap
- Lab5 -> Create Binary Search Tree
- Lab6 -> Create Hash Direct addressing
tema1 consists of multiple sorted algorithms: Merge Sort, Shell Sort, Insertion Sort, Heap Sort and Radix Sort. They were all tested with 10^4 numbers till 10^8 in random format,reversed and sorted, 10 times each. More details there. Also there is a powerpoint with the final results in which all of the sorted algorithms are compared.
Red Black Tree is my latest project in Data Structures. The remove function is the only one under development. Future updates: create a visualization using gif.