Skip to content

giannisdravilas/Abstract-Data-Types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract-Data-Types

This repository contains the implementation of the following ADTs:

  • ADTBList using Doubly Linked List
  • ADTPriorityQueue using ADTSet, as well as using Heap
  • ADTMap using Hash Tables
  • ADTGraph using Adjacency Lists
  • ADTVector using ADTMap

A static library of the modules used to implement the ADTs is also included, in order to allow a further use.

The implementation of these ADTs was made during the second project of the Course "Data Structures" by DIT, UoA.

Releases

No releases published

Packages

No packages published