Skip to content

pippoberto/Progetto-API-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progetto-API-2022

Project of Algorithms and Data Structures.

General info

The aim of this project is to write a code in C which recreate a game similar to wordle playable from terminal with no gui.

Data structure

To realise the program I used a variation of a Binary Search Tree (BST) where every node is linked to another node generating a dinamic array inside the tree. In this way I can find in O(logn) every element with a general search, at the same time I can keep the array ordered in O(1) time and print the elements in the same time.

Final grade 30L/30

Releases

No releases published

Packages

No packages published

Languages