Laboratory course - Sperimental part.
The course provides knowledge about ADT or Abstract Data Types, sorting algorithms and advanced C use (e.g.: generic pointers).
This repo also provides a detailed wiki about all structures and functions.
This repo also provides a doxygen documentation about all structures and functions.
-Wall -Wextra -std=c11 -pedantic -g
ADT implemented in this project:
struct upo_stack_node_s
struct upo_bst_node_s
struct upo_ht_sepchain_list_node_s
(linear probing) struct upo_ht_linprob_slot_s
Additional implementations:
Collection of algorithms and abstract data types developed at the Computer Science Institute of the University of Piemonte Orientale for the Algorithm 1 - Lab course.
This repository contains a toolkit provided by Prof. Marco Guazzone.