Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 621 Bytes

SecondAEDProject

Implemented Hash table in C with both linked lists and binary trees using separate chaining.

Course

This project was developed under the Algorithms and Data Structures course of University of Aveiro.

How to run

  • Compile with the following command (or equivalent):
$ gcc test.c -o test 
  • Run:
$ ./test

Grade

This project's grade was 13 out of 20.

Authors