Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Some exercises in C from my first year undergraduate Algorithms and Data Structures class at Pisa University.

Notifications You must be signed in to change notification settings

sre990/algorithms-and-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

algorithms-and-data-structure

Dealing with strings, arrays, sorting(insertion sort, selection sort, merge sort, quicksort), singly and doubly linked lists, binary search trees, graphs, hash tables and more in C.

italiano:

Le cartelle Esercizi ed Esami contengono specifica e -ove presenti- relative soluzioni in C di problemi assegnati negli anni durante il corso di Algoritmica e Laboratorio dell'Universita' di Pisa. Gli argomenti trattati riguardano: stringhe, array, algoritmi di ordinamento (insertion, selection, merge, quick sort), liste concatenate (sia singolarmente che doppiamente), alberi binari di ricerca, grafi, tabelle hash.