Skip to content

This is a small algorithm that I was asked to write for my technical interview at the Informatics and Systems laboratory (Pedro Nunes Institute, Coimbra). It consists of a binary-tree based algorithm that serves as a way to calculate the total stock value of a family of products sold at a hypothetical hardware shop. Originally I wrote this in Py…

License

Notifications You must be signed in to change notification settings

kylixafonso/IPNLISTechnicalInterview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPNLISTechnicalInterview

This is a small algorithm that I was asked to write for my technical interview at the Informatics and Systems laboratory (Pedro Nunes Institute, Coimbra). It consists of a binary-tree based algorithm that serves as a way to calculate the total stock value of a family of products sold at a hypothetical hardware shop. Originally I wrote this in Python, however, later on I decided I would rewrite it in C just for the heck of it! Obviously, this means I'd now have to consider a few extra aspects. Such as: linked lists, proper dynamic memory management and a more difficult synthax!

About

This is a small algorithm that I was asked to write for my technical interview at the Informatics and Systems laboratory (Pedro Nunes Institute, Coimbra). It consists of a binary-tree based algorithm that serves as a way to calculate the total stock value of a family of products sold at a hypothetical hardware shop. Originally I wrote this in Py…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published