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

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

Notifications You must be signed in to change notification settings

eduardosantoshf/hash-tables

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published