Skip to content

Latest commit

ย 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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.

About

๐Ÿ—ƒ๏ธ Abstract data types implementations in C.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages